-
Notifications
You must be signed in to change notification settings - Fork 37
Expand file tree
/
Copy pathmkdocs-base.yml
More file actions
235 lines (220 loc) · 6.61 KB
/
mkdocs-base.yml
File metadata and controls
235 lines (220 loc) · 6.61 KB
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
# MkDocs configuration for builds with Material theme
site_name: Percona Distribution for PostgreSQL
site_description: Documentation
site_author: Percona LLC
copyright: <a href="https://www.percona.com/about">Percona LLC</a> and/or its affiliates © 2026 — <a href="#__consent">Cookie Consent</a>
repo_name: percona/postgresql-docs
repo_url: https://github.com/percona/postgresql-docs
edit_uri: edit/17/docs/
use_directory_urls: false
# Material theme features
theme:
name: material
logo: _images/postgresql-mark.svg
favicon: _images/postgresql-fav.svg
custom_dir: _resource/overrides/
font:
text: Roboto
code: Roboto Mono
icon:
edit: material/file-edit-outline
view: material/file-eye-outline
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Color theme set to Automatic. Click to change
- media: "(prefers-color-scheme: light)"
scheme: percona-light
primary: custom
accent: custom
toggle:
icon: material/brightness-7
name: Color theme set to Light Mode. Click to change
- media: "(prefers-color-scheme: dark)"
scheme: percona-dark
primary: custom
accent: custom
toggle:
icon: material/brightness-4
name: Color theme set to Dark Mode. Click to change
# Theme features
features:
- search.highlight
- navigation.top
- navigation.tracking
- content.tabs.link
# - content.action.edit
- content.action.view
- content.code.copy
- content.tooltips
extra_css:
- https://unicons.iconscout.com/release/v3.0.3/css/line.css
- https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.4.0/css/font-awesome.min.css
- css/percona.css
- css/extra.css
- css/design.css
- css/osano.css
- css/landing.css
- css/postgresql.css
- css/rating.css
extra_javascript:
- js/version-select.js
- js/promptremover.js
- js/consent.js
- js/rating.js
markdown_extensions:
attr_list: {}
toc:
permalink: True
title: On this page
admonition: {}
footnotes: {}
def_list: {} # https://michelf.ca/projects/php-markdown/extra/#def-list
meta: {}
md_in_html: {}
smarty:
{smart_angled_quotes: true}
pymdownx.details: {}
pymdownx.mark: {}
pymdownx.smartsymbols: {}
pymdownx.tabbed:
{alternate_style: true}
pymdownx.tilde: {}
pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
pymdownx.highlight:
use_pygments: true
pymdownx.inlinehilite: {}
pymdownx.snippets:
base_path: ["snippets"]
auto_append:
- services-banner.md
pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
options:
custom_icons:
- _resource/.icons
plugins:
section-index: {}
search:
separator: '[\s\-,:!=\[\]()"`/]+|\.(?!\d)|&[lg]t;|(?!\b)(?=[A-Z][a-z])'
git-revision-date-localized:
enable_creation_date: true
enabled: !ENV [ENABLED_GIT_REVISION_DATE, True]
git-committers:
enabled: !ENV [CI, false]
repository: percona/postgresql-docs
branch: "17"
meta-descriptions:
export_csv: false
quiet: false
enable_checks: false
min_length: 50
max_length: 160
macros:
include_yaml:
- 'variables.yml' # Use in markdown as '{{ VAR }}'
# exclude: # Don't process these files
# glob:
# - file.md
print-site:
add_to_navigation: false
print_page_title: 'Percona Distribution for PostgreSQL 17 documentation'
add_print_site_banner: false
# Table of contents
add_table_of_contents: true
toc_title: 'Table of Contents'
toc_depth: 2
# Content-related
add_full_urls: false
enumerate_headings: false
enumerate_headings_depth: 1
enumerate_figures: true
add_cover_page: true
cover_page_template: "docs/templates/pdf_cover_page.tpl"
path_to_pdf: ""
include_css: true
enabled: true
mike:
version_selector: true
css_dir: css
javascript_dir: js
canonical_version: null
extra:
version:
provider: mike
#homepage:
# https://docs.percona.com
postgresrecommended: 16
nav:
- 'Home': 'index.md'
- get-help.md
- 'Percona Server for PostgreSQL': postgresql-server.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:
- 'Overview': 'solutions/high-availability.md'
- solutions/ha-measure.md
- 'Architecture': solutions/ha-architecture.md
- Components:
- 'ETCD': 'solutions/etcd-info.md'
- 'Patroni': 'solutions/patroni-info.md'
- 'HAProxy': 'solutions/haproxy-info.md'
- 'pgBackRest': 'solutions/pgbackrest-info.md'
- solutions/ha-components.md
- Deployment:
- 'Initial setup': 'solutions/ha-init-setup.md'
- 'etcd setup': 'solutions/ha-etcd-config.md'
- 'Patroni setup': 'solutions/ha-patroni.md'
- solutions/pgbackrest.md
- 'HAProxy setup': 'solutions/ha-haproxy.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
- How to: how-to.md
- Uninstall: uninstalling.md
- Release Notes:
- "Release notes index": "release-notes.md"
- release-notes-v17.0.md
- release-notes-v17.2.md
- release-notes-v17.4.md
- release-notes-v17.5.md
- Reference:
- Telemetry: telemetry.md
- Licensing: licensing.md
- Trademark policy: trademark-policy.md