godotengine / godot-docs

Godot Engine official documentation
https://docs.godotengine.org
Other
3.81k stars 3.09k forks source link

Add a gdextension online documentation guide. #9966

Open Ivorforce opened 1 week ago

Ivorforce commented 1 week ago

First step to address https://github.com/godotengine/godot-proposals/issues/10733.

The guide explains, in very short, how to create online documentation (much like the godot docs themselves) for a gdextension.

You can see a working example here: https://numdot.readthedocs.io/ (source).

A link to my example might be helpful to recreate what I did - but I elected not to link it because I felt it may be weird to link to a third party project. Let me know what you think.

Ivorforce commented 1 week ago

Forgot that I also needed version.py. i added that bit in.