-
Notifications
You must be signed in to change notification settings - Fork 19
/
mkdocs-base.yml
420 lines (404 loc) · 12.9 KB
/
mkdocs-base.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
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
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
site_name: Percona Server for MySQL
site_description: Documentation
site_author: Percona LLC
copyright: >-
<a href="https://www.percona.com/about">Percona LLC</a> and its affiliates © 2024 — <a href="#" onclick="Osano.cm.showDrawer('osano-cm-dom-info-dialog-open')">Cookie Preferences</a>
repo_name: percona/psmysql-docs
repo_url: https://github.com/percona/psmysql-docs
edit_uri: edit/8.0/docs/
use_directory_urls: false
# Theme setup
theme:
name: material
logo: assets/mysql-mark.svg
favicon: assets/mysql-fav.svg
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
- content.tabs.link
- content.code.copy
- navigation.tracking
- content.action.edit
- content.action.view
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/design.css
- css/osano.css
- css/extra.css
- css/nocopy.css
- css/mysql.css
extra_javascript:
- js/version-select.js
- js/promptremover.js
- js/consent.js
markdown_extensions:
attr_list: {}
toc:
permalink: true
title: On this page
toc_depth: 3
md_in_html: {}
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: {}
pymdownx.tabbed:
alternate_style: true
pymdownx.tasklist:
custom_checkbox: true
pymdownx.snippets:
base_path: ["snippets"]
auto_append:
- services-banner.md
pymdownx.highlight:
use_pygments: true
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:
search:
separator: '[\s\-,:!=\[\]()"`/]+|\.(?!\d)|&[lg]t;|(?!\b)(?=[A-Z][a-z])'
git-revision-date: {}
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
with-pdf: # https://github.com/orzih/mkdocs-with-pdf
output_path: '_pdf/PerconaServer-8.0.pdf'
cover_title: 'Percona Server Documentation'
cover_subtitle: 8.0.40-31 (2024-12-30)
author: 'Percona Technical Documentation Team'
cover_logo: docs/_static/pdf-logo.png
debug_html: false
custom_template_path: _resource/templates
enabled_if_env: ENABLE_PDF_EXPORT
mike:
version_selector: true
css_dir: css
javascript_dir: js
canonical_version: null
extra:
version:
provider: mike
default: latest
edit_page_text: '<i class="uil uil-pen"></i> <b>Edit this page</b>'
updated_text: '<i class="uil uil-refresh"></i> Page updated'
nav:
- Home: index.md
- psmysql-pro.md
- Get more help: get-help.md
- Release notes:
- Release notes index: release-notes/release-notes_index.md
- release-notes/8.0.40-31.md
- release-notes/8.0.39-30.md
- release-notes/8.0.38.md
- release-notes/8.0.37-29.md
- release-notes/8.0.36-28.md
- release-notes/8.0.35-27.md
- release-notes/8.0.34-26.md
- release-notes/8.0.33-25.upd.md
- release-notes/8.0.33-25.md
- release-notes/8.0.32-24.md
- release-notes/8.0.31-23.md
- 2022 (versions 8.0.30-22 to 8.0.26-17):
- release-notes/8.0.30-22.upd.md
- release-notes/8.0.30-22.md
- release-notes/8.0.29-21.md
- release-notes/Percona-Server-8.0.28-20.md
- release-notes/Percona-Server-8.0.28-19.md
- release-notes/Percona-Server-8.0.27-18.md
- release-notes/Percona-Server-8.0.26-17.md
- 2021 (versions 8.0.26-16 to 8.0.23-14):
- release-notes/Percona-Server-8.0.26-16.md
- release-notes/Percona-Server-8.0.25-15.md
- release-notes/Percona-Server-8.0.23-14.md
- 2020 (versions 8.0.22-13 to 8.0.19-10):
- release-notes/Percona-Server-8.0.22-13.md
- release-notes/Percona-Server-8.0.21-12.md
- release-notes/Percona-Server-8.0.20-11.md
- release-notes/Percona-Server-8.0.19-10.md
- 2019 (versions 8.0.18-9 to 8.0.13-4):
- release-notes/Percona-Server-8.0.18-9.md
- release-notes/Percona-Server-8.0.17-8.md
- release-notes/Percona-Server-8.0.16-7.md
- release-notes/Percona-Server-8.0.15-6.md
- release-notes/Percona-Server-8.0.15-5.md
- release-notes/Percona-Server-8.0.14.md
- release-notes/Percona-Server-8.0.13-4.md
- 2018 (versions 8.0.13-3 to 8.0.12-2rc1):
- release-notes/Percona-Server-8.0.13-3.md
- release-notes/Percona-Server-8.0.12-2rc1.md
- Features:
- adaptive-network-buffers.md
- Audit Log Filter:
- audit-log-filter-overview.md
- install-audit-log-filter.md
- Formats:
- Overview: audit-log-filter-formats.md
- XML (New style): audit-log-filter-new.md
- XML (Old style): audit-log-filter-old.md
- JSON: audit-log-filter-json.md
- audit-log-filter-security.md
- audit-log-filter-compression-encryption.md
- reading-audit-log-filter-files.md
- manage-audit-log-filter.md
- filter-audit-log-filter-files.md
- audit-log-filter-restrictions.md
- audit-log-filter-naming.md
- disable-audit-log-filter.md
- audit-log-filter-variables.md
- uninstall-audit-log-filter.md
- binlog-space.md
- extended-mysqlbinlog.md
- extended-select-into-outfile.md
- fips.md
- innodb-expanded-fast-index-creation.md
- kill-idle-trx.md
- percona-sequence-table.md
- procfs-plugin.md
- proxy-protocol-support.md
- sequence-table.md
- threadpool.md
- trigger-updates.md
- udf-percona-toolkit.md
- utility-user.md
- Quickstart guide:
- quickstart-overview.md
- quickstart-docker.md
- quickstart-apt.md
- quickstart-yum.md
- quickstart-next-steps.md
- Install:
- Install Percona Server for MySQL from repositories: installation.md
- Before you start:
- download-instructions.md
- percona-release.md
- Use APT:
- Use APT repositories: apt-repo.md
- Files in DEB package: apt-files.md
- build-apt-packages.md
- Downloaded DEB packages: apt-download-deb.md
- Apt pinning: apt-pinning.md
- Run Percona Server for MySQL: apt-run.md
- Uninstall: apt-uninstall-server.md
- Use YUM:
- Use RPM repositories: yum-repo.md
- Files in RPM package: yum-files.md
- Downloaded RPM packages: yum-download-rpm.md
- Run Percona Server for MySQL: yum-run.md
- Uninstall: yum-uninstall.md
- Use binary tarballs:
- Install with binary tarballs: binary-tarball-install.md
- Binary tarballs available: binary-tarball-names.md
- Compile from source:
- source-tarball.md
- compile-percona-server.md
- Docker:
- Install using Docker: docker.md
- docker-config.md
- Install Percona Server for MySQL Pro:
- install-pro.md
- pro-files.md
- Upgrade:
- upgrade.md
- upgrade-plan.md
- upgrade-strategies.md
- Changes:
- upgrade-changes-general.md
- upgrade-changes-innodb.md
- upgrade-changes-secure.md
- upgrade-changes-deprecated.md
- upgrade-changes-removed.md
- upgrade-pro.md
- upgrade-pt.md
- in-place-upgrade-guide.md
- upgrade-cutover.md
- upgrade-percona-repos.md
- upgrade-tokudb-myrocks.md
- upgrade-standalone-packages.md
- downgrade.md
- downgrade-from-pro.md
- Post-Installation:
- apparmor.md
- binlogging-replication-improvements.md
- post-installation.md
- selinux.md
- Manage:
- extended-show-grants.md
- uninstall-component.md
- Back up and restore:
- backup-restore-overview.md
- backup-locks.md
- extended-mysqldump.md
- start-transaction-with-consistent-snapshot.md
- Secure:
- LDAP features:
- ldap-authentication.md
- ldap-system-variables.md
- Data masking:
- data-masking-overview.md
- data-masking-comparison.md
- Data masking component:
- install-data-masking-component.md
- data-masking-function-list.md
- uninstall-data-masking-component.md
- Data masking plugin:
- install-data-masking-plugin.md
- data-masking-plugin-functions.md
- fido-authentication-plugin.md
- encryption-functions.md
- pam-plugin.md
- ssl-improvement.md
- secure-log-path-variable.md
- UUID_VX component:
- uuid-versions.md
- Data-at-rest-encryption:
- data-at-rest-encryption.md
- Keyring plugin and components:
- components-keyrings-comparison.md
- using-keyring-plugin.md
- using-kmip.md
- using-amz-kms.md
- encrypting-tables.md
- encrypting-tablespaces.md
- encrypting-system-tablespace.md
- encrypting-temporary-files.md
- encrypting-binlogs.md
- encrypting-redo-log.md
- encrypting-undo-tablespace.md
- rotating-master-key.md
- encrypting-threads.md
- encrypting-doublewrite-buffers.md
- verifying-encryption.md
- Replicate:
- group-replication-flow-control.md
- group-replication-system-variables.md
- Monitor:
- audit-log-plugin.md
- jemalloc-profiling.md
- misc-info-schema-tables.md
- process-list.md
- Slow query log:
- improved-slow-query-log.md
- slow-extended.md
- slowlog-rotation.md
- user-stats.md
- Troubleshoot:
- advisors.md
- innodb-corrupt-table-action.md
- libcoredumper.md
- log-connection-error.md
- stacktrace.md
- thread-based-profiling.md
- Storage engines:
- Percona XtraDB storage engine:
- aio-page-requests.md
- changed-page-tracking.md
- compressed-columns.md
- enforce-engine.md
- improved-memory-engine.md
- innodb-fragmentation-count.md
- innodb-fts-improvements.md
- innodb-io.md
- innodb-show-status.md
- percona-xtradb.md
- prefix-index-queries-optimization.md
- query-limit-records.md
- show-engines.md
- xtradb-performance-improvements-io-bound-highly-concurrent-workloads.md
- Percona MyRocks:
- myrocks-index.md
- install-myrocks.md
- added-features.md
- limitations.md
- differences.md
- myrocks-column-family.md
- myrocks-performance-schema-tables.md
- information-schema-tables.md
- variables.md
- status-variables.md
- gap-locks-detection.md
- data-loading.md
- zenfs.md
- TokuDB:
- tokudb-intro.md
- tokudb-version-changes.md
- tokudb-quickstart.md
- tokudb-installation.md
- using-tokudb.md
- fast-updates.md
- tokudb-files-file-types.md
- tokudb-file-management.md
- tokudb-background-analyze-table.md
- tokudb-variables.md
- tokudb-status-variables.md
- tokudb-fractal-tree-indexing.md
- tokudb-troubleshooting.md
- tokudb-performance-schema.md
- tokudb-faq.md
- removing-tokudb.md
- toku-backup.md
- Reference:
- topic-index.md
- reserved-words.md
- ps-variables.md
- ps-versions-comparison.md
- feature-comparison.md
- server-version-numbers.md
- development.md
- telemetry.md
- trademark-policy.md
- index-info-schema-tables.md
- faq.md
- copyright-and-licensing-information.md
- glossary.md
- ai-docs.md
# - Version Selector: "../"