Commit Graph

8 Commits

Author SHA1 Message Date
Peter Desmet da0eb0f2b5 Correct backticks in examples (mostly dates) 2018-10-15 13:59:37 +02:00
Peter Desmet 0feaeeb048 Add examples 2018-10-15 13:24:32 +02:00
Peter Desmet 32bc760c83 Build docs with all terms 2018-10-15 12:19:22 +02:00
stijnvanhoey e4d1dd0f0d Update output of build script 2018-10-14 12:15:59 +02:00
Peter Desmet 886b55fbdb Hotfix: add term anchors without namespace
Done manually: thank god for multiple cursors in Sublime 😅
2018-10-12 00:03:08 +02:00
Peter Desmet 357d4a0335 Use markdown h2 titles to have functional sidebar
Don't use lead for paragraph
2018-10-08 10:16:04 +02:00
Peter Desmet 48f56e49ce Remove sidebar from terms template 2018-10-08 09:58:19 +02:00
Peter Desmet 906c36bc62 Build quick ref guide as markdown
Building the quick reference guide as a html file doesn't allow it to use the Jekyll templates (header, navbar, footer). We also can't reference those templates in the terms.tmpl as jinja2 and jekyll work slightly different.

But by building the quick reference to a markdown document (with just the content, no html header etc.) it can be picked up by Jekyll like any other markdown file. The markdown file does contain mostly html, so we can style it exactly like we want.
2018-08-27 11:50:38 +12:00