On Sunday, 23 February 2020 at 17:14:33 UTC, Per Nordlöw wrote:
I would like to setup auto-generation of online documentation for my public D libraries residing on Github and Gitlab.What alternatives do I have?
If your Dub package is registered on code.dlang.org, this is automatically provided.
Example: http://code.dlang.org/packages/arsd-official Click on the documentation link.Beside that you can use e.g. Github Actions to create documentation.
Kind regards Andre