Update Godot New Version Doc Update

Jori 2025-10-23 17:09:50 +00:00
parent 8e6b1759bf
commit 137fabd2d5
1 changed files with 6 additions and 6 deletions

@ -21,21 +21,21 @@ source/rokojori.com/pages/en/labs/godot/docs/version/rokojori
<br> <br>
## **3. Configure Generator** ## **3. Configure Generator**
Open GodotDocsGenerator.ts <br> - Open GodotDocsGenerator.ts <br>
Set new GodotDocsGenerator.version = "X.X"<br> Set `GodotDocsGenerator.version = "X.X"`<br>
Ensure to updateGodot and createDocIndex Ensure to `updateGodot` and `createDocIndex`
<br> <br>
## **4. Update Doc Index Selector** ## **4. Update Doc Index Selector**
Open GodotDocsIndexSelector.ts - Open GodotDocsIndexSelector.ts
Add the new GodotDocsIndex_X_X Add the new GodotDocsIndex_X_X
<br> <br>
## **5. Ensure Max Pages Creation** ## **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: <br> Ensure the updater has Godot Doc creation enabled: <br>
source/_rokojori.com/_dev-tools/updater/main.ts <br> source/_rokojori.com/_dev-tools/updater/main.ts <br>
npm run update-rokojori<br> `npm run update-rokojori`<br>
<br> <br>