July 06, 2020
Ok yeah it starts up a server and opens a webpage, great, but where are the docs? Cant find any info on command line switches for dub or ddox on how to get it to just dump the docs in a folder.


July 07, 2020
On 7/6/20 5:04 PM, claptrap wrote:
> Ok yeah it starts up a server and opens a webpage, great, but where are the docs? Cant find any info on command line switches for dub or ddox on how to get it to just dump the docs in a folder.
> 
> 

dub --build=ddox

makes a server and runs it so you can serve live documentation.

dub build --build=ddox

builds a docs folder that has all the generated HTML and associated files.

I admit, that's a poor interface...

-Steve