diff --git a/README.md b/README.md index 311797e..314a5f8 100644 --- a/README.md +++ b/README.md @@ -31,13 +31,13 @@ tags you want to generate docs for. For example: ```sh cd ../ember.js -get fetch --all -git checkout v5.2.0 +git fetch --all +git checkout v5.2.0-ember-source AND/OR cd ../data -get fetch --all +git fetch --all git checkout v5.2.0 ``` @@ -59,9 +59,10 @@ git commit -m "add docs for ember v5.2.0" ``` Next, we need to fix the generated files in ember-api-docs-data. (Note: this step could probably be incorporated into ember-jsonapi-docs -but for now this step works). +but for now this step works). The `delete_unused_files` script will return an error for `ember.json` and `ember-data.json`, this is expected ```sh +npm i npm run fix:files git add . git commit -m "fix urls and rev-index for ember"