-
Notifications
You must be signed in to change notification settings - Fork 13
/
mkdocs.yml
60 lines (56 loc) · 1.59 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
57
58
59
60
---
site_name: Userli
site_author: Systemli
repo_url: https://github.com/systemli/userli
nav:
- Home: index.md
- Development:
- Development: development/index.md
- "Code of Conduct": development/code_of_conduct.md
- Icons: development/icons.md
- Release: development/release.md
- Tests: development/tests.md
- "Getting started": getting-started/index.md
- Installation:
- Installation: installation/index.md
- Checkpassword: installation/checkpassword.md
- Commands: installation/commands.md
- Configuration: installation/configuration.md
- Customize: installation/customize.md
- Database: installation/database.md
- Finalize: installation/finalize.md
- Webserver: installation/webserver.md
- MailCrypt:
- MailCrypt: mail_crypt/index.md
- Details: mail_crypt/details.md
- Legacy: mail_crypt/legacy.md
- Screenshots: screenshots/index.md
- Update: update/index.md
- "Web Key Directory": wkd/index.md
theme:
name: material
features:
- content.code.copy
- content.code.select
- content.code.annotate
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
logo: assets/logo.png
favicon: assets/logo.png
palette:
primary: "blue"
accent: "blue"
extra:
generator: false
social:
- icon: fontawesome/solid/globe
link: https://www.systemli.org
- icon: fontawesome/brands/github
link: https://github.com/systemli
markdown_extensions:
- admonition
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences