Skip to content

Commit

Permalink
Merge pull request #7 from toddjordan/fix-docs
Browse files Browse the repository at this point in the history
Add guides option (erroneously api), add dist to gitignore
  • Loading branch information
sivakumar-kailasam committed Sep 17, 2018
2 parents bdb8d18 + bea4f1d commit 1e783db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.env
node_modules
build
drivers-output
drivers-output
dist
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Guides json files are currently not stored somewhere, because they are built on
To Generate the JSON files locally, clone [guides-app](https://github.com/ember-learn/guides-app), and run `ember build`.

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


## .env variables
Expand Down

0 comments on commit 1e783db

Please sign in to comment.