From 082fa5a6905fa6faa172a3a5e22ddd845537bd78 Mon Sep 17 00:00:00 2001 From: Jori Date: Thu, 23 Oct 2025 13:37:01 +0000 Subject: [PATCH] Update Online Documentation Update --- Online-Documentation-Update.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/Online-Documentation-Update.md b/Online-Documentation-Update.md index 5afb0f4..56c77c6 100644 --- a/Online-Documentation-Update.md +++ b/Online-Documentation-Update.md @@ -1,6 +1,7 @@ ## **UPDATE GODOT DOCS** - Download the newest godot docs by pulling the current version: C:/rokojori/godot-projects/godot +

## **GENERETE DOC STRUCTURE (FOR NEW VERSION)** @@ -8,11 +9,13 @@ source/rokojori.com/pages/en/labs/godot/docs/version/godot
source/rokojori.com/pages/en/labs/godot/docs/version/rokojori +

## **CREATE ROKOJORI DOCS** - Open the Rokojori Docs Project, pull and than create the docs via the editor +

## **CONFIGURE GENERATOR** Set paths in GodotDocsGenerator.ts
@@ -25,3 +28,31 @@ Set which functions to execute in async _processInternal():Promise - _processClassDocInfos: Creates from the Godot docs HTML files - _processGodotDocs: Creates from the Rokojori docs HTML files + +

+ +## **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
+ +

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