forked from canonical/python-libmaas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdoc.yaml
30 lines (30 loc) · 833 Bytes
/
doc.yaml
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
docs_dir: doc
markdown_extensions:
- codehilite
- sane_lists
- smarty
repo_url: https://github.com/maas/python-libmaas
site_name: MAAS Client Library & CLI
strict: true
theme: readthedocs
use_directory_urls: false
pages:
- Home: index.md
- Client:
- Introduction: client/index.md
- Nodes: client/nodes.md
- Networking: client/networking.md
- Interfaces: client/interfaces.md
- Events: client/events.md
- Others: client/other.md
- Internals:
- Bones: bones/index.md
- Viscera:
- Introduction: viscera/index.md
- Getting started: viscera/getting-started.md
- Nodes: viscera/nodes.md
- Events: viscera/events.md
- Others: viscera/other.md
- Development:
- Release checklist: development/releasing.md
- Adding an object: development/adding-an-object.md