From f830fdb176133e16288e3194d3a3929546527e47 Mon Sep 17 00:00:00 2001 From: Jori Date: Thu, 23 Oct 2025 17:05:26 +0000 Subject: [PATCH] Add Godot New Version Doc Update --- Godot-New-Version-Doc-Update.md | 50 +++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 Godot-New-Version-Doc-Update.md diff --git a/Godot-New-Version-Doc-Update.md b/Godot-New-Version-Doc-Update.md new file mode 100644 index 0000000..0c5cf3c --- /dev/null +++ b/Godot-New-Version-Doc-Update.md @@ -0,0 +1,50 @@ +## **0. PREPARATION** +- The generation takes 10-30 mins. + + +## **1. UPDATE GODOT DOCS** +- Download the newest godot docs by pulling the current version: C:/rokojori/godot-projects/godot + + +

+ + +## **2. GENERETE DOC STRUCTURE (FOR NEW VERSION)** + +- Create the following directories:
+source/rokojori.com/pages/en/labs/godot/docs/version/godot
+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 + +## **4. UPDATE DOC INDEX SELECTER ** +Open GodotDocsIndexSelector.ts +Add the new GodotDocsIndex_X_X + +## **5. ENSURE PAGES CREATER WITH MAX PAGES** +npm run pages-rokojori all + +## **6. RUN UPDATER TO RUN GENERATOR** +Ensure the updater has Godot Doc creation enabled:
+source/_rokojori.com/_dev-tools/updater/main.ts
+ +npm run update-rokojori
+ +

+ + +## **7. RUN UPDATER TO RUN GENERATOR** + +change pages/labs/godot/docs/X.X/index to create the index + + + +