Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand All @@ -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"
Expand Down