From 7913bb57d6991c7899ca563b91c08ffefc7411f8 Mon Sep 17 00:00:00 2001 From: Jori Date: Thu, 23 Oct 2025 17:14:59 +0000 Subject: [PATCH] Update Godot New Version Doc Update --- Godot-New-Version-Doc-Update.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/Godot-New-Version-Doc-Update.md b/Godot-New-Version-Doc-Update.md index a0bb2dd..114b26e 100644 --- a/Godot-New-Version-Doc-Update.md +++ b/Godot-New-Version-Doc-Update.md @@ -27,31 +27,30 @@ Ensure to `updateGodot` and `createDocIndex`
-## **4. Update Doc Index Selector** -- Open GodotDocsIndexSelector.ts
-Add the new `GodotDocsIndex_X_X` - -
- -## **5. Ensure Max Pages Creation** +## **4. Ensure Max Pages Creation** - `npm run pages-rokojori all`
-## **6. Run Updater for the Generator** +## **5. Run Updater for the Generator** - Ensure the updater has Godot Doc creation enabled:
source/_rokojori.com/_dev-tools/updater/main.ts
`npm run update-rokojori`

-## **7. Update Index** +## **6. Update Index** change pages/labs/godot/docs/X.X/index to create the index +
+ +## **7. Update Doc Index Selector** +- Open GodotDocsIndexSelector.ts
+Add the new `GodotDocsIndex_X_X`