The Godot offline docs are an all-in-one binary that when run makes the documentation available locally in your browser. There are several benefits to this program. The documents being offline load instantly while moving page to page in the docs and can be used when you don't have a stable internet connect. The size is small because all documentation is gzipped inside the binary. It is portable and can be run on pretty much any distro that has GTK3 installed.
- Golang 1.18
- A copy of the html godot documentation en .zip format. I have a github fork repo setup that generates the docs for various versions once a week: https://github.com/cromerc/godot-docs/actions
- upx
- GTK3
- GTK3
Linux binaries are available to download on the release page containing the offline documentation.
Right now I don't have working windows binaries of this, but if anyone wants to help get it working and maybe even automated, please open a pull request.
Currently we have the following offline documentation for Godot versions:
- 2.1
- 3.0
- 3.1
- 3.2
- 3.3
- 3.4
- 3.5