Hello, is there a way to access the API documentation for a specific version of the engine ? I’m interested in the API reference for version 1.10.
1 Like
Not online, but you can download the API documentation in json format from GitHub:
https://github.com/defold/defold/releases/download/1.11.0/ref-doc.zip
Thanks.
I made some local changes to the script createdocset to use the ref-doc for a particular version. This is ok but it would be great if I could replicate the same structure as in the online API documentation, ex. having an outline at the start of the document. Can this be done?
I think we should build something like this for the official online API documentation with a dropdown to select API version.
3 Likes