File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -31,13 +31,13 @@ tags you want to generate docs for. For example:
3131
3232``` sh
3333cd ../ember.js
34- get fetch --all
35- git checkout v5.2.0
34+ git fetch --all
35+ git checkout v5.2.0-ember-source
3636
3737AND/OR
3838
3939cd ../data
40- get fetch --all
40+ git fetch --all
4141git checkout v5.2.0
4242```
4343
@@ -59,9 +59,10 @@ git commit -m "add docs for ember v5.2.0"
5959```
6060
6161Next, 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).
62+ 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
6363
6464``` sh
65+ npm i
6566npm run fix:files
6667git add .
6768git commit -m " fix urls and rev-index for ember"
You can’t perform that action at this time.
0 commit comments