-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
30 lines (27 loc) · 960 Bytes
/
mkdocs.yml
File metadata and controls
30 lines (27 loc) · 960 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
site_name: ComputePods
plugins:
- search
- compute-pods
# - awesome-pages
# - mkdocstrings
theme:
name: material
nav:
- Home: ./index.html
- Subprojects:
- MajorDomoUI: ./majorDomoUI/
- MajorDomo: ./majorDomo/
- Chef: ./chef/
- inotify2nats: ./inotify2nats/
- PythonUtils: ./pythonUtils/
- Interfaces: ./interfaces/
- Tools:
- computePodBuilder: ./computePodBuilder/
- podmanRegistry: ./podmanRegistry/
- natsLogger: ./natsLogger/
- InterfaceGenerator: ./interfaceGenerator/
- asyncWatchDo: ./asyncWatchDo/
- simpleHttpReloadServer: ./simpleHttpReloadServer/
- mkdocs-computePods-plugin: ./mkdocs-computePods-plugin
- Documentation: documentation.md
- Development: ./developmentTasks/