From 137fabd2d5e37dfaf89f8a2bf93a5038409fdb5a Mon Sep 17 00:00:00 2001 From: Jori Date: Thu, 23 Oct 2025 17:09:50 +0000 Subject: [PATCH] Update Godot New Version Doc Update --- Godot-New-Version-Doc-Update.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Godot-New-Version-Doc-Update.md b/Godot-New-Version-Doc-Update.md index bbe8117..b312a36 100644 --- a/Godot-New-Version-Doc-Update.md +++ b/Godot-New-Version-Doc-Update.md @@ -21,21 +21,21 @@ source/rokojori.com/pages/en/labs/godot/docs/version/rokojori
## **3. Configure Generator** -Open GodotDocsGenerator.ts
-Set new GodotDocsGenerator.version = "X.X"
-Ensure to updateGodot and createDocIndex +- Open GodotDocsGenerator.ts
+Set `GodotDocsGenerator.version = "X.X"`
+Ensure to `updateGodot` and `createDocIndex`
## **4. Update Doc Index Selector** -Open GodotDocsIndexSelector.ts +- Open GodotDocsIndexSelector.ts Add the new GodotDocsIndex_X_X
## **5. Ensure Max Pages Creation** -npm run pages-rokojori all +- `npm run pages-rokojori all` @@ -45,7 +45,7 @@ npm run pages-rokojori all Ensure the updater has Godot Doc creation enabled:
source/_rokojori.com/_dev-tools/updater/main.ts
-npm run update-rokojori
+`npm run update-rokojori`