Update Online Documentation Update

Jori 2025-10-23 13:33:05 +00:00
parent 08af3da3d4
commit a5653dbd0d
1 changed files with 20 additions and 1 deletions

@ -1,8 +1,27 @@
## **UPDATE GODOT DOCS**
- Download the newest godot docs by pulling the current version: C:/rokojori/godot-projects/godot
## **GENERETE DOC STRUCTURE (FOR NEW VERSION)**
- Create the following directories: <br>
source/rokojori.com/pages/en/labs/godot/docs/version/godot <br>
source/rokojori.com/pages/en/labs/godot/docs/version/rokojori
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
Set which functions to execute in async _processInternal():Promise<void>
- copyGodotIcons: Godot Icons Update
- copyRokojoriIcons: Rokojori Icons Update
- _loadSourceFileMapping: Scans for godot classes the godot repo to create source file mapping
- _processClassDocInfos: Creates from the Godot docs HTML files
- _processGodotDocs: Creates from the Rokojori docs HTML files