Table of Contents

Godot Documentation Built via DocFx

Building entire godot documentation via docfx and gddoc2yml

See the Class Reference for details.

# Install gddoc2yml
python3 -m pip install gddoc2yml

# Generate docs using gdxml2yml
gdxml2yml godot/doc/classes godot/modules godot/platform/android/doc_classes doc/godot/api

# Startup docfx website
dotnet tool run docfx --serve doc/docfx.json

See original godot docs here - Godot Docs