41 |
--------------------------------------------------------------------------------
/docs/site/main.html:
--------------------------------------------------------------------------------
1 | {% extends "base.html" %}
2 |
3 | {#
4 | The entry point for the MkDocs Theme.
5 |
6 | Any theme customisations should override this file to redefine blocks defined in
7 | the various templates. The custom theme should only need to define a main.html
8 | which `{% extends "base.html" %}` and defines various blocks which will replace
9 | the blocks defined in base.html and its included child templates.
10 | #}
--------------------------------------------------------------------------------
/docs/site/mkdocs_theme.yml:
--------------------------------------------------------------------------------
1 | cinder_theme: true
2 |
3 | static_templates:
4 | - 404.html
5 |
6 | include_search_page: false
7 | search_index_only: false
8 |
9 | shortcuts:
10 | help: 191 # ?
11 | next: 78 # n
12 | previous: 80 # p
13 | search: 83 # s
14 |
--------------------------------------------------------------------------------
/docs/site/nav-sub.html:
--------------------------------------------------------------------------------
1 | {% if not nav_item.children %}
2 |