-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathmkdocs.yml
More file actions
70 lines (64 loc) · 1.79 KB
/
mkdocs.yml
File metadata and controls
70 lines (64 loc) · 1.79 KB
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
61
62
63
64
65
66
67
68
69
---
site_name: Userli
site_author: Systemli
repo_url: https://github.com/systemli/userli
nav:
- Home: index.md
- Development:
- "Getting started": development/index.md
- Contributing: development/contributing.md
- Testing: development/testing.md
- Release: development/release.md
- "Code of Conduct": development/code_of_conduct.md
- Installation:
- Installation: installation/index.md
- Code: installation/code.md
- Commands: installation/commands.md
- Configuration: installation/configuration.md
- Customize: installation/customize.md
- Database: installation/database.md
- Dovecot: installation/dovecot.md
- Finalize: installation/finalize.md
- Webserver: installation/webserver.md
- Update: update/index.md
- Features:
- MailCrypt: features/mail_crypt.md
- MTA-STS: features/mta-sts.md
- "Web Key Directory": features/wkd.md
- Integrations: features/integrations.md
- Webhooks: features/webhooks.md
- Screenshots: screenshots/index.md
theme:
name: material
features:
- content.code.copy
- content.code.select
- content.code.annotate
- content.tabs.link
- 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
extra_css:
- stylesheets/extra.css
markdown_extensions:
- admonition
- attr_list
- pymdownx.details
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true