-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathmkdocs.yml
84 lines (79 loc) · 2.7 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
# MkDocs configuration for builds with material theme
INHERIT: mkdocs-base.yml
site_url: "https://docs.percona.com/postgresql/"
theme:
name: material
custom_dir: _resourcepdf/overrides/
extra:
analytics:
provider: google
property: G-J4J70BNH0G
feedback:
title: Was this page helpful?
ratings:
- icon: material/emoticon-happy-outline
name: This page was helpful
data: 1
note: >-
Thanks for your feedback!
- icon: material/emoticon-sad-outline
name: This page could be improved
data: 0
note: >-
Thank you for your feedback! Help us improve by using our
<a href="https://docs.google.com/forms/d/1bkWACehjqlwA0AKf-qTJcXvYbOSYgze8iTPXjntqmNo/edit" target="_blank" rel="noopener">
feedback form</a>.
nav:
- 'Home': 'index.md'
- 'Percona Server for PostgreSQL': postgresql-server.md
- get-help.md
- Get started:
- Quickstart guide: installing.md
- 1. Install:
- Via apt: apt.md
- Via yum: yum.md
- From tarballs: tarball.md
- Run in Docker: docker.md
- enable-extensions.md
- repo-overview.md
- 2. Connect to PostgreSQL: connect.md
- 3. Manipulate data in PostgreSQL: crud.md
- 4. What's next: whats-next.md
- Extensions:
- 'Extensions': extensions.md
- contrib.md
- Percona-authored extensions: percona-ext.md
- third-party.md
- Solutions:
- Overview: solutions.md
- High availability:
- 'High availability': 'solutions/high-availability.md'
- 'Deploying on Debian or Ubuntu': 'solutions/ha-setup-apt.md'
- 'Deploying on RHEL or derivatives': 'solutions/ha-setup-yum.md'
- solutions/pgbackrest.md
- solutions/ha-test.md
- Backup and disaster recovery:
- 'Overview': 'solutions/backup-recovery.md'
- solutions/dr-pgbackrest-setup.md
- Spatial data handling:
- Overview: solutions/postgis.md
- Deployment: solutions/postgis-deploy.md
- Query spatial data: solutions/postgis-testing.md
- Upgrade spatial database: solutions/postgis-upgrade.md
- LDAP authentication:
- ldap.md
- Upgrade:
- "Major upgrade": major-upgrade.md
- minor-upgrade.md
- migration.md
- Troubleshooting guide: troubleshooting.md
- Uninstall: uninstalling.md
- Release Notes:
- "Release notes index": "release-notes.md"
- release-notes-v17.4.md
- release-notes-v17.2.md
- release-notes-v17.0.md
- Reference:
- Telemetry: telemetry.md
- Licensing: licensing.md
- Trademark policy: trademark-policy.md