Update Online Documentation Update
parent
f7fb44819c
commit
082fa5a690
|
|
@ -1,6 +1,7 @@
|
||||||
## **UPDATE GODOT DOCS**
|
## **UPDATE GODOT DOCS**
|
||||||
- Download the newest godot docs by pulling the current version: C:/rokojori/godot-projects/godot
|
- Download the newest godot docs by pulling the current version: C:/rokojori/godot-projects/godot
|
||||||
|
|
||||||
|
<br><br>
|
||||||
|
|
||||||
## **GENERETE DOC STRUCTURE (FOR NEW VERSION)**
|
## **GENERETE DOC STRUCTURE (FOR NEW VERSION)**
|
||||||
|
|
||||||
|
|
@ -8,11 +9,13 @@
|
||||||
source/rokojori.com/pages/en/labs/godot/docs/version/godot <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
|
||||||
|
|
||||||
|
<br><br>
|
||||||
|
|
||||||
## **CREATE ROKOJORI DOCS**
|
## **CREATE ROKOJORI DOCS**
|
||||||
|
|
||||||
- Open the Rokojori Docs Project, pull and than create the docs via the editor
|
- Open the Rokojori Docs Project, pull and than create the docs via the editor
|
||||||
|
|
||||||
|
<br><br>
|
||||||
|
|
||||||
## **CONFIGURE GENERATOR**
|
## **CONFIGURE GENERATOR**
|
||||||
Set paths in GodotDocsGenerator.ts <br>
|
Set paths in GodotDocsGenerator.ts <br>
|
||||||
|
|
@ -25,3 +28,31 @@ Set which functions to execute in async _processInternal():Promise<void>
|
||||||
- _processClassDocInfos: Creates from the Godot docs HTML files
|
- _processClassDocInfos: Creates from the Godot docs HTML files
|
||||||
|
|
||||||
- _processGodotDocs: Creates from the Rokojori docs HTML files
|
- _processGodotDocs: Creates from the Rokojori docs HTML files
|
||||||
|
|
||||||
|
<br><br>
|
||||||
|
|
||||||
|
## **RUN UPDATER TO RUN GENERATOR**
|
||||||
|
Ensure the updater has Godot Doc creation enabled: <br>
|
||||||
|
source/_rokojori.com/_dev-tools/updater/main.ts <br>
|
||||||
|
|
||||||
|
npm run update-rokojori<br>
|
||||||
|
|
||||||
|
<br><br>
|
||||||
|
|
||||||
|
|
||||||
|
## **RUN UPDATER TO RUN GENERATOR**
|
||||||
|
|
||||||
|
change pages/labs/godot/docs/X.X/index to create the index
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue