On Thursday, 10 January 2019 at 10:33:00 UTC, Seb wrote:
On Thursday, 10 January 2019 at 07:04:52 UTC, George wrote:
[...]
This was actually done with Ddoc (author of the ddoc setup for
Mir here) ;-)
See: https://github.com/libmir/mir/tree/master/doc
It uses the dlang.org Ddoc theme and customizes it a bit, but
is fairly tricky to setup and maintain.
Also, it doesn't work with dub.
For a nice out of the box experience, I would recommend scod
https://github.com/MartinNowak/scod
Example project: https://github.com/MartinNowak/bloom
Also note that with dpldocs.info you'll automatically get
documentation for your project once its published on the Dub
registry, see e.g.
https://pbackus.github.io/sumtype/sumtype.html
Thank you!