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:
31
31
32
32
``` sh
33
33
cd ../ember.js
34
- get fetch --all
35
- git checkout v5.2.0
34
+ git fetch --all
35
+ git checkout v5.2.0-ember-source
36
36
37
37
AND/OR
38
38
39
39
cd ../data
40
- get fetch --all
40
+ git fetch --all
41
41
git checkout v5.2.0
42
42
```
43
43
@@ -59,9 +59,10 @@ git commit -m "add docs for ember v5.2.0"
59
59
```
60
60
61
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).
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
63
63
64
64
``` sh
65
+ npm i
65
66
npm run fix:files
66
67
git add .
67
68
git commit -m " fix urls and rev-index for ember"
You can’t perform that action at this time.
0 commit comments