-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
52 lines (52 loc) · 1.28 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
42
43
44
45
46
47
48
49
50
51
52
site_name: Masterdata Checker Documentation
site_description: Documentation for the Masterdata Checker tool.
site_author: BAM Data Store
repo_url: https://git.bam.de/bam-data-store/development/masterdata_checker
theme:
name: material
palette:
# primary: "#00aff0"
# accent: "#d2001e"
- scheme: default
# - media: "(prefers-color-scheme: light)"
toggle:
icon: material/weather-sunny
name: Switch to light mode
- scheme: slate
# - media: "(prefers-color-scheme: dark)"
toggle:
icon: material/weather-night
name: Switch to dark mode
logo: assets/datastore-logo.png
favicon: assets/datastore-logo.png
features:
- navigation.path
- navigation.footer
- navigation.top
- content.code.copy
# font:
# text: "Titillium Web"
# font: false
plugins:
- search
markdown_extensions:
- attr_list
- md_in_html
- admonition
- footnotes
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- toc:
permalink: True
toc_depth: 3
- pymdownx.arithmatex:
generic: true
# extra_css:
# - stylesheets/extra.css
# - https://fonts.cdnfonts.com/css/noto-mono