-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
80 lines (73 loc) · 2.03 KB
/
mkdocs.yml
File metadata and controls
80 lines (73 loc) · 2.03 KB
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
76
77
78
79
80
site_name: climet.eu Docs
site_url: https://docs.climet.eu
repo_url: https://github.com/climet-eu
strict: true
markdown_extensions:
- admonition
- pymdownx.details
- footnotes
- pymdownx.superfences
- pymdownx.highlight:
use_pygments: true
noclasses: true
- pymdownx.arithmatex:
generic: true
extra_javascript:
- js/katex.js
- https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.7/katex.min.js
- https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.7/contrib/auto-render.min.js
- js/parse-github-url.js
extra_css:
- https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.16.7/katex.min.css
- css/nice-forms.css
theme:
name: material
highlightjs: false
navigation_depth: 99
logo: static/favicons/esiwace.svg
favicon: static/favicons/favicon.ico
palette:
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
icon:
repo: fontawesome/brands/github
nav:
- Home: index.md
- Online Laboratory:
- Overview: lab/index.md
- Special URLs:
- Overview: lab/urls/index.md
- Open a git repo: lab/urls/repo.md
- Open a gist: lab/urls/gist.md
- Open a file via URL: lab/urls/https.md
- Custom venv: lab/venv.md
- Versions:
- v0.3:
- v0.3.0: lab/versions/v0.3.0.md
- v0.2:
- v0.2.1: lab/versions/v0.2.1.md
- v0.2.0: lab/versions/v0.2.0.md
- v0.1:
- v0.1.0: lab/versions/v0.1.0.md
- Online Compression Laboratory:
- Overview: compression/index.md
- Versions:
- v0.3:
- v0.3.0: compression/versions/v0.3.0.md
- v0.2:
- v0.2.1: compression/versions/v0.2.1.md
- v0.2.0: compression/versions/v0.2.0.md
- v0.1:
- v0.1.0: compression/versions/v0.1.0.md
plugins:
- exclude:
glob:
- requirements.txt
- search
- autorefs