-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
34 lines (28 loc) · 967 Bytes
/
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
site_name: meshnetworkx Docs
repo_url: https://github.com/h0uter/meshnetworkx # backlink to repo
repo_name: meshnetworkx # name to display on backlink to repo
nav:
- Home: index.md
- Tests: tests.md
plugins:
- search # search box
- mkdocstrings # generate documentation from Google Docstrings
theme:
name: material # use the mkdocs-material theme
logo: assets/logo.png
### Everything after this is Optional ###
palette: # enable dark mode toggle
- scheme: default
media: "(prefers-color-scheme: light)"
toggle:
icon: material/weather-sunny
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/weather-night
name: Switch to light mode
extra:
social: # add contact buttons at the bottom of the page
- icon: material/email
link: mailto:[email protected]
copyright: Copyright © <a href="https://h0uter.github.io/" target="_blank">Wouter Meijer</a>