-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
65 lines (57 loc) · 1.4 KB
/
Copy pathmkdocs.yml
File metadata and controls
65 lines (57 loc) · 1.4 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
site_name: MQP Dashboard Backend Documentation
docs_dir: "docs"
site_dir: build/docs/site
use_directory_urls: true
dev_addr: "0.0.0.0:8000"
watch:
- docs
- mkdocs.yml
nav:
- MQSS Interfaces: https://munich-quantum-software-stack.github.io/MQSS-Interfaces/
- Home: index.md
- User Guide:
- Getting Started: user_guide/getting_started.md
- Development Guide: user_guide/development_guide.md
- Change Log: CHANGELOG.md
- Contact Us: contact.md
theme:
name: material
logo: img/mqss_logo_white.svg
palette:
- scheme: default # Light mode
toggle:
icon: material/lightbulb-night-outline
name: Light mode
primary: custom
accent: deep purple
- scheme: slate # Dark mode
toggle:
icon: material/lightbulb-on-outline
name: Dark mode
primary: indigo
accent: deep orange
features:
- content.code.copy
- navigation.instant
- navigation.footer
plugins:
- search
- autorefs
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- codehilite
- footnotes
- meta
- toc:
permalink: true
extra_css:
- css/extra.css
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/Munich-Quantum-Software-Stack/MQP-Database-Access
- icon: fontawesome/solid/envelope
link: mailto:quantum@lrz.de
copyright: Copyright © 2026 MQV