forked from ultrabug/py3status
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
42 lines (36 loc) · 1.05 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
site_name: Py3status
site_url: https://ultrabug.github.io/py3status
repo_url: https://github.com/ultrabug/py3status
theme:
name: readthedocs
font:
text: Ubuntu
code: Ubuntu Mono
icon:
logo: material/file-document-multiple
palette:
primary: blue
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/ultrabug/py3status
name: py3status on Github
markdown_extensions:
- admonition
plugins:
- search
hooks:
- py3status/autodoc.py
nav:
- Introduction: index.md
- Getting Started: getting-started.md
- User Guide:
- Installation: user-guide/installation.md
- Configuration: user-guide/configuration.md
- Available Modules: user-guide/modules.md
- Controlling Py3status Remotely: user-guide/remote-control.md
- User Configuration Examples: user-guide/user-contributed-conf-examples.md
- Developer Guide:
- Writing Py3status Modules: dev-guide/writing-modules.md
- The Py3 Module Helper: dev-guide/the-py3-helper.md
- Contributing to Py3status: dev-guide/contributing.md