Does anyone want to program Coedit 3 doc generator ?
Basile B. via Digitalmars-d-ide
digitalmars-d-ide at puremagic.com
Tue Nov 15 05:15:11 PST 2016
It's about making a D program to generate the Coedit
documentation from a D program, using dmarkdown.
You can find the draft here:
https://github.com/BBasile/Coedit/tree/docgen/docs
The basic idea is
- the content is organized as folders containing markdown files.
- a main page that displays the menu and an item of the content.
- the content is in an iframe.
- link to a particular iframe to another must be possible either
internally or when you share a link.
- D code highligting.
I'm sorry but the last time I've made a site it was in 2011 and
it was a commercial showcase...I don't want to deal with this
anymore, not my thing, so either I find someone or I use GH wiki
like previously. Note well that it's not about writing the
content, it's about writing the generator ;)
More information about the Digitalmars-d-ide
mailing list