You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1.`cp .env.example .env` - Copy the example environment configuration
8
-
2. Update the Algolia .env variables and path to the root of the generated API docs (only needed for populating indexes. use the `-j` flag to write to disk during development)
9
-
3.`yarn install` - Install dependencies
10
-
11
-
### Indexing API
12
-
13
-
Use any valid AWS tokens to setup the `AWS_ACCESS_KEY` & `AWS_SECRET_KEY` to download the json api docs.
14
-
15
-
Use the following command to re-index algolia:
16
-
`yarn start`
4
+
2. Update the Algolia .env variables (these credentials are in the Ember CLI 1Password)
5
+
3.`npm install` - Install dependencies
6
+
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
7
+
5. Use the following command to re-index Algolia: `npm start`
17
8
18
9
## .env variables
19
10
20
11
1.`ALGOLIA_APP_ID` - The Algolia application ID, found in "API Keys" section of the Algolia dashboard
21
12
2.`ALGOLIA_ADMIN_KEY` - The Algolia admin key, found in "API Keys" section of the Algolia dashboard
22
-
3.`AWS_ACCESS_KEY` & `AWS_SECRET_KEY` - Any valid AWS token that can be used to read our public json docs
0 commit comments