We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91f64df commit ae2136aCopy full SHA for ae2136a
README.md
@@ -59,9 +59,10 @@ git commit -m "add docs for ember v5.2.0"
59
```
60
61
Next, we need to fix the generated files in ember-api-docs-data. (Note: this step could probably be incorporated into ember-jsonapi-docs
62
-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
63
64
```sh
65
+npm i
66
npm run fix:files
67
git add .
68
git commit -m "fix urls and rev-index for ember"
0 commit comments