-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
38 lines (30 loc) · 788 Bytes
/
mkdocs.yml
File metadata and controls
38 lines (30 loc) · 788 Bytes
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
site_name: HarmonyDocs
nav:
- Installation: 'install.md'
- Changelog: changelog.md
docs_dir: docs-src
site_dir: docs
theme:
name: material
logo: img/favicon.ico
favicon: img/favicon.ico
palette:
primary: black
copyright: Copyright © 2020 - 2023 Robbert van Renesse
extra:
generator: false
extra_css:
- stylesheets/styles.css
markdown_extensions:
- pymdownx.arithmatex:
generic: true
- pymdownx.snippets:
check_paths: true
base_path: docs-src/textbook/code
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.superfences
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