Skip to content

Commit 1e783db

Browse files
Merge pull request #7 from toddjordan/fix-docs
Add guides option (erroneously api), add dist to gitignore
2 parents bdb8d18 + bea4f1d commit 1e783db

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
.env
22
node_modules
33
build
4-
drivers-output
4+
drivers-output
5+
dist

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Guides json files are currently not stored somewhere, because they are built on
2121
To Generate the JSON files locally, clone [guides-app](https://github.com/ember-learn/guides-app), and run `ember build`.
2222

2323
Once generated, use the following command to reindex algolia:
24-
`yarn start -p api`
24+
`yarn start -p guides`
2525

2626

2727
## .env variables

0 commit comments

Comments
 (0)