-
Notifications
You must be signed in to change notification settings - Fork 2
/
mkdocs.yml
53 lines (43 loc) · 976 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
site_name: ntfy lite
theme:
name: "material"
logo: assets/mpi-is.png
palette:
accent: indigo
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.footer
icon:
repo: fontawesome/brands/github
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
repo_url: https://github.com/MPI-IS/ntfy_lite
repo_name: MPI-IS/ntfy_lite
copyright: Copyright © 2020 Max Planck Society
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/MPI-IS/ntfy_lite
extra_css:
- stylesheets/extra.css
plugins:
- search
- autorefs
- mkdocstrings:
handlers:
python:
options:
show_submodules: true
nav:
- welcome: index.md
- installation: installation.md
- usage: usage.md
- limitation: limitation.md
- API: references.md