From 91f64dfaba59aac6bba77579e87a21edf732a26f Mon Sep 17 00:00:00 2001 From: Anne-Greeth Schot-van Herwijnen Date: Wed, 10 Sep 2025 15:16:49 +0200 Subject: [PATCH 1/2] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 311797e..d5ff3de 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 ``` From ae2136a8a3098b7abe2bdd08e7c7ba63149da273 Mon Sep 17 00:00:00 2001 From: Anne-Greeth Schot-van Herwijnen Date: Wed, 10 Sep 2025 16:03:00 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d5ff3de..314a5f8 100644 --- a/README.md +++ b/README.md @@ -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"