forked from Rikj000/MoniGoMani
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
41 lines (41 loc) · 1.26 KB
/
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
site_name: MoniGoMani
site_url: https://monigomani.readthedocs.io
repo_url: https://github.com/Rikj000/MoniGoMani
use_directory_urls: True
theme:
name: material
logo: images/MoniGoManiLogo.png
favicon: images/MoniGoManiLogo.png
palette:
- scheme: default
primary: black
accent: green
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
primary: black
accent: green
toggle:
icon: material/toggle-switch
name: Switch to light mode
docs_dir: Documentation
nav:
- Home: README.md
- Installation: Docs-VeryQuickStart.md
- MGM-Hurry: Docs-MGM-Hurry.md
- MoniGoMani: Docs-MoniGoMani.md
- MGM-HyperOptLoss-Functions: Docs-MGM-HyperOptLoss-Functions.md
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/Rikj000/MoniGoMani
- icon: fontawesome/brands/discord
link: https://discord.gg/xFZ9bB6vEz
markdown_extensions:
- markdown.extensions.toc: # Adds anchors to URL's
slugify: !!python/name:pymdownx.slugs.uslugify # causes linting issues, but it has to be written this way...
permalink: ""
- markdown.extensions.admonition # Nice note/warning/info blocks
- pymdownx.superfences:
preserve_tabs: true