-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathmkdocs-base.yaml
75 lines (68 loc) · 1.85 KB
/
mkdocs-base.yaml
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
site_name: libQASM
site_dir: public
repo_url: https://github.com/QuTech-Delft/libqasm
use_directory_urls: false
nav:
- Home: index.md
- User Guide:
- User Guide: user-guide/user-guide.md
- C++: user-guide/cpp-user-guide.md
- Docker: user-guide/docker.md
- Emscripten: user-guide/emscripten-user-guide.md
- Python: user-guide/python-user-guide.md
- Developer Guide:
- Dev Guide: dev-guide/dev-guide.md
- C++: dev-guide/cpp-dev-guide.md
- Emscripten: dev-guide/emscripten-dev-guide.md
- Python: dev-guide/python-dev-guide.md
- API:
- C++: api/cpp-api.md
- Emscripten: api/emscripten-api.md
- Python: api/python-api.md
- About:
- Release Notes: about/release-notes.md
- Contributing: about/contributing.md
- License: about/license.md
- Authors: about/authors.md
theme:
name: material
features:
- navigation.tabs
- navigation.top
- toc.integrate
palette:
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to system preference
markdown_extensions:
- admonition
- pymdownx.inlinehilite
- pymdownx.snippets
extra_css:
- extra_api.css
- extra_highlight.css
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.10.0/highlight.min.js
- cpp_highlight.js
- python_highlight.js
- typescript_highlight.js
plugins:
- search
- mkdocstrings:
default_handler: python
watch:
- mkdocs-base.yaml