-
-
Notifications
You must be signed in to change notification settings - Fork 261
/
mkdocs.yml
51 lines (44 loc) · 1.26 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
site_name: Py3status Documentation
site_url: https://ultrabug.github.io/py3status
repo_url: https://github.com/ultrabug/py3status
copyright: Copyright © 2021-2023 Alexys Jacob
theme:
name: material
font:
text: Ubuntu
code: Ubuntu Mono
logo: assets/logomark.png
favicon: assets/favicon.ico
palette:
primary: black
features:
- navigation.expand
- navigation.indexes
- navigation.sections
- navigation.tabs
- toc.follow
- toc.integrate
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