D Language Specification
Andrei Alexandrescu
SeeWebsiteForEmail at erdani.com
Tue May 14 17:10:13 UTC 2019
On 5/14/19 11:35 AM, Dibyendu Majumdar wrote:
> On Tuesday, 14 May 2019 at 07:47:36 UTC, Bastiaan Veelo wrote:
>> All of dlang.org (as far as I can see) is written in ddoc, the D
>> embedded documentation format https://dlang.org/spec/ddoc.html. It
>> produces output in various formats, not just HTML. If you don’t want
>> to set up your local build of the website, then you can still make the
>> pull requests and inspect the results as built by the testing bots
>> that will be accessible from the PR page. While you are iterating, you
>> may want to prepend your PR title with “[WIP]”.
>>
>
> I tried the workflow suggested above. Unfortunately it takes very long
> for the build (why?), so it is not very practical to work this way.
What I do is just build the "html" target while iterating.
More information about the Digitalmars-d
mailing list