-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathmkdocs.yml
More file actions
44 lines (38 loc) · 998 Bytes
/
Copy pathmkdocs.yml
File metadata and controls
44 lines (38 loc) · 998 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
site_name: PostgreSQL Partition Manager
site_url: https://qonto.github.io/postgresql-partition-manager
site_description: Opinionated PostgreSQL partition management tool
repo_url: https://github.com/qonto/postgresql-partition-manager
repo_name: qonto/postgresql-partition-manager
extra:
version:
provider: mike
theme:
name: material
features:
- content.code.copy
- navigation.sections
- navigation.expand
- search.suggest
- search.highlight
plugins:
- search
markdown_extensions:
- admonition
- tables
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences
- pymdownx.inlinehilite
- pymdownx.details
- pymdownx.tabbed:
alternate_style: true
use_directory_urls: true
nav:
- Home: index.md
- Getting Started: getting-started.md
- Installation: installation.md
- Usage: usage.md
- Configuration: configuration.md
- CLI Reference: cli-reference.md
- Examples: examples.md
- Troubleshooting: troubleshooting.md