Skip to content

Commit

Permalink
Merge pull request #1195 from yext/dev/merge-v1.34.0-6885368-into-dev…
Browse files Browse the repository at this point in the history
…elop

Merge master (v1.34.0) into develop
  • Loading branch information
Fondryext authored Aug 14, 2024
2 parents 74dd5e0 + 6885368 commit 96b4b51
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,24 @@
# Answers Hitchhiker Theme
# Answers (Search) Hitchhiker Theme

<div>
<a href='https://coveralls.io/github/yext/answers-hitchhiker-theme?branch=master'>
<img src='https://coveralls.io/repos/github/yext/answers-hitchhiker-theme/badge.svg?branch=master' alt='Coverage Status' />
</a>
</div>

A [Jambo](https://github.com/yext/jambo) theme for building Answers experiences.
A [Jambo](https://github.com/yext/jambo) theme for building Search experiences.

Additonal resources for integrating Answers can be found at https://hitchhikers.yext.com/.
Additional resources for integrating Search can be found at https://hitchhikers.yext.com/.

Need help? Ask a question in the [Hitchhiker's Community](https://hitchhikers.yext.com/community/c/answers).
Need help? Ask a question in the [Hitchhiker's Community](https://hitchhikers.yext.com/community/c/searcg/20).

## Getting Started

### Prerequisites
- Jambo, a static site generator, which can be installed with `npm i jambo`
- An Answers experience configured at https://yext.com. This will provide the `experienceKey` and the `apiKey`
- A Search experience configured at https://yext.com. This will provide the `experienceKey` and the `apiKey`

### Creating an Answers site
### Creating a Search site

Inside a new directory, initialize jambo with the theme:
```bash
Expand Down Expand Up @@ -50,7 +50,7 @@ The site should now be available at http://localhost:5000.
This theme makes the following commands available when Jambo imports this theme.

### Vertical Command
Creates a vertical page of an Answers experience.
Creates a vertical page of a Search experience.

Example usage:
```bash
Expand Down

0 comments on commit 96b4b51

Please sign in to comment.