Mercurial > piecrust2
annotate docs/templates/doc.html @ 1150:97b1b46cc156
config: Allow tweaking the configuration of default routes.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sun, 29 Jul 2018 22:52:11 -0700 |
parents | 94d7d5e38571 |
children |
rev | line source |
---|---|
1053
94d7d5e38571
docs: Upgrade to Bootstrap 4 and Sass.
Ludovic Chabant <ludovic@chabant.com>
parents:
503
diff
changeset
|
1 {% set header_class = 'pc-documentation' %} |
503
61d53d2163d6
docs: Start a proper "code/API" section.
Ludovic Chabant <ludovic@chabant.com>
parents:
353
diff
changeset
|
2 {% extends "section-page.html" %} |
294
f51b69ad09ae
docs: Add the ability to use Pygments highlighting.
Ludovic Chabant <ludovic@chabant.com>
parents:
276
diff
changeset
|
3 |