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.
- Host: GitHub
- URL: https://github.com/ember-learn/algolia-index-update-scripts
- Owner: ember-learn
- Created: 2017-10-12T11:21:18.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-11-10T14:15:46.000Z (over 2 years ago)
- Last Synced: 2025-06-28T10:40:09.845Z (11 months ago)
- Topics: algolia, emberjs, hacktoberfest
- Language: JavaScript
- Size: 161 KB
- Stars: 1
- Watchers: 10
- Forks: 2
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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