An open API service indexing awesome lists of open source software.

https://github.com/ember-learn/algolia-index-update-scripts

Scripts to update the search indexes that powers search on the ember website.
https://github.com/ember-learn/algolia-index-update-scripts

algolia emberjs hacktoberfest

Last synced: about 2 months ago
JSON representation

Scripts to update the search indexes that powers search on the ember website.

Awesome Lists containing this project

README

          

# Algolia API docs indexing script

1. `cp .env.example .env` - Copy the example environment configuration
2. Update the Algolia .env variables (these credentials are in the Ember CLI 1Password)
3. `npm install` - Install dependencies
4. Ensure you have [ember-api-docs-data](https://github.com/ember-learn/ember-api-docs-data) cloned in a location on your machine alongside this project as a sibling and pull the latest changes
5. Use the following command to re-index Algolia: `npm start`

## .env variables

1. `ALGOLIA_APP_ID` - The Algolia application ID, found in "API Keys" section of the Algolia dashboard
2. `ALGOLIA_ADMIN_KEY` - The Algolia admin key, found in "API Keys" section of the Algolia dashboard