mirror of
https://github.com/Heretek-AI/GDevelop.git
synced 2026-07-21 09:35:27 -04:00
GDJS Documentation
📚 Read the documentation online: GDJS Runtime (game engine) documentation or GDJS Platform documentation for the IDE.
How to generate the documentation
-
To generate the GDJS Runtime (game engine) documentation:
cd <GDevelop repository>/GDJS npm install npm run generate-docOutput will be in
<GDevelop repository>/docs/GDJS Documentation. -
To generate the GDJS Platform documentation for the IDE, install Doxygen. Then:
cd <GDevelop repository>/GDJS/docs doxygenOutput will be in
<GDevelop repository>/docs/GDJS Runtime Documentation.