You will need Python 2. Necessary Python packages can then be installed by doing:
make deps
To serve the documentation:
make test
Allowed language tags for syntax highlighted code blocks:
shell
- an actual shell script (eg bash), NOT a console log, and NOT a (plain) series of commandsconsole
- a log of a terminal sessiontext
- a plain text block, eg from a Unix config filejavascript
json
python
Note that a plain series of commands should NOT be marked up as a syntax highlighted a code block, but a regular Markdown code block: indented by 4 spaces!
All images MUST be formatted as
![..Image Title..](..Image URL..)
Also note that an image title is REQUIRED (that's good in general, but otherwise some rendering stuff breaks).
The document MUST start with a top level heading (a single #
) and the document MUST only contain one top level heading.