|
|
|
|
|
by LeonM
2253 days ago
|
|
I was building a new API recently, and was looking for a good documentation solution. The commercial cloud based solutions (Gitlab, Confluence, et al) are pretty good, but you have to keep paying or your documentation disappears. Self hosted Wiki or documentation solutions were also out, due to the pain of migrating content in and out. We ended up with a very simple solution of Markdown + CSS + Pandoc + make. Pandoc takes the CSS and MD files as input, and outputs HTML.
The MD files are in the API repository, deployment has been setup so that the latest documentation is deployed automatically with each API update. |
|