-
Notifications
You must be signed in to change notification settings - Fork 3
/
mkdocs.yml
58 lines (51 loc) · 1.25 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
53
54
55
56
site_name: DataMeet Wiki
site_url: https://wiki.datameet.org
site_dir: docs
docs_dir: content
theme:
name: material
custom_dir: theme_overrides
features:
- header.autohide
- navigation.expand
- toc.integrate
palette:
- scheme: red
toggle:
icon: material/weather-night
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/weather-sunny
name: Switch to light mode
logo: assets/logo.png
icon:
repo: fontawesome/brands/github
extra:
generator: false
extra_css:
- stylesheets/extra.css
- https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.7.2/styles/default.min.css
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.7.2/highlight.min.js
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.magiclink
- meta
- pymdownx.highlight:
use_pygments: true
- pymdownx.superfences
- pymdownx.inlinehilite
- pymdownx.snippets
- tables
- footnotes
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.emoji
repo_url: https://github.com/datameet/wiki.datameet.org
edit_uri: edit/master/content
copyright: Copyright © 2021 - Creative Commons Attribution License