forked from zalando/postgres-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
15 lines (14 loc) · 520 Bytes
/
Copy pathmkdocs.yml
File metadata and controls
15 lines (14 loc) · 520 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
site_name: Postgres Operator
repo_url: https://github.com/zalando/postgres-operator
theme: readthedocs
nav:
- Concepts: 'index.md'
- Quickstart: 'quickstart.md'
- Postgres Operator UI: 'operator-ui.md'
- Admin guide: 'administrator.md'
- User guide: 'user.md'
- Developer guide: 'developer.md'
- Reference:
- Config parameters: 'reference/operator_parameters.md'
- Manifest parameters: 'reference/cluster_manifest.md'
- CLI options and environment: 'reference/command_line_and_environment.md'