-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
38 lines (34 loc) · 860 Bytes
/
Copy pathmkdocs.yml
File metadata and controls
38 lines (34 loc) · 860 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
32
33
34
35
36
37
38
site_name: pywebpass
site_description: KeePass-backed password manager with REST API and client library
repo_url: https://github.com/alienhunter3/webpass
theme:
name: material
features:
- navigation.sections
- content.code.copy
plugins:
- search
- mkdocstrings:
handlers:
python:
options:
docstring_style: google
show_root_heading: true
show_source: true
members_order: source
filters:
- "!^_"
- "!^before_request"
watch:
- pywebpass
nav:
- Home: index.md
- Getting started: getting-started.md
- Deployment: deployment.md
- Client:
- Overview: client/index.md
- Reference: client/reference.md
- REST API:
- Overview: api/index.md
- Reference: api/reference.md
- Examples: examples/index.md