-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
49 lines (43 loc) · 900 Bytes
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
site_name: template
site_description: TODO
site_author: Peinser
edit_uri: edit/main/docs/
repo_name: template
repo_url: TODO
copyright: Maintained by <a href="[email protected]">Peinser</a>.
nav:
- Home:
- Introduction: index.md
- Reference: reference/
plugins:
- search
- section-index
- literate-nav:
nav_file: SUMMARY.md
- gen-files:
scripts:
- docs/gen_reference_pages.py
- mkdocstrings:
watch:
- src/template
theme:
name: material
features:
- navigation.tabs
- navigation.tabs.sticky
- toc
- toc.follow
palette:
- media: "(prefers-color-scheme: dark)"
scheme: slate
extra_css:
- stylesheets/extra.css
markdown_extensions:
- pymdownx.arithmatex:
generic: true
extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
extra:
generator: false