forked from voxmedia/AutoTLS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yaml
More file actions
32 lines (27 loc) · 728 Bytes
/
mkdocs.yaml
File metadata and controls
32 lines (27 loc) · 728 Bytes
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
site_name: TLS Tool Docs
repo_url: https://github.com/voxmedia/AutoTLS
theme:
name: material
docs_dir: documentation/config
site_dir: documentation/_site
nav:
- Home: index.md
- Components:
- Orchestrator: components/orchestrator.md
- Certificates: components/certificates.md
- Domains: components/domains.md
- Storage: components/storage.md
- Plug-Ins: components/plugins.md
plugins:
- search
- mkdocstrings:
handlers:
python:
options:
docstring_style: google
show_source: true
inherited_members: true
separate_signature: true
show_category_heading: true
filters:
- "!^_"