-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
33 lines (28 loc) · 1021 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
site_name: Documentation-Test
site_description: python documentation test
theme: readthedocs
repo_name: wurDevTim/Documentation-Test
repo_url: https://github.com/wurDevTim/Documentation-Test
nav:
- Home: index.md
- Code:
- "main": Code/main.md
- "models": Code/models.md
- Swagger_docs:
- README: Code/Swagger_docs/README.md
- FytotronApi: Code/Swagger_docs/FytotronApi.md
- GetvarApi: Code/Swagger_docs/GetvarApi.md
- InfoApi: Code/Swagger_docs/InfoApi.md
- InfoValues: Code/Swagger_docs/InfoValues.md
- JsonGetvarResult: Code/Swagger_docs/JsonGetvarResult.md
- JsonInfoResult: Code/Swagger_docs/JsonInfoResult.md
- JsonMonitorResult: Code/Swagger_docs/JsonMonitorResult.md
- MonitorApi: Code/Swagger_docs/MonitorApi.md
- MonitorValues: Code/Swagger_docs/MonitorValues.md
- SetvarApi: Code/Swagger_docs/SetvarApi.md
- Changelog: CHANGELOG.md
markdown_extensions:
- pymdownx.snippets:
check_paths: true
plugins:
- mkdocstrings