forked from tfeldmann/organize
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
38 lines (36 loc) · 830 Bytes
/
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
site_name: organize
repo_url: https://github.com/tfeldmann/organize/
edit_uri: edit/main/docs/
site_author: "Thomas Feldmann"
nav:
- Home: index.md
- Updating from organize v1.x: updating-from-v1.md
- Configuration: configuration.md
- Rules: rules.md
- Locations: locations.md
- Filters: filters.md
- Actions: actions.md
- Changelog: changelog.md
plugins:
- search
- include-markdown
- autorefs
- mkdocstrings:
default_handler: python
handlers:
python:
selection:
members: false
rendering:
show_bases: false
show_root_toc_entry: false
show_root_heading: false
show_source: false
watch:
- organize
markdown_extensions:
- admonition
- toc:
permalink: "#"
theme:
name: readthedocs