forked from percona/pdmysql-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs-base.yml
152 lines (132 loc) · 3.75 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
# MkDocs configuration for builds with material theme
site_name: Percona Distribution for MySQL
site_description: Documentation
site_author: Percona LLC
copyright: Percona LLC, © 2022
site_url: ''
repo_name: /percona/pdmysql-docs
repo_url: https://github.com/percona/pdmysql-docs
edit_uri: edit/8.0/docs/
use_directory_urls: false
#Theme for builds with Material theme
theme:
name: material
logo: _images/percona-logo.png
favicon: _images/percona-favicon.ico
palette:
# Light mode
- media: "(prefers-color-scheme: light)"
scheme: percona-light
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
# Dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
# Theme features
features:
- search.highlight
- navigation.top
- content.tabs.link
#Styling
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
extra_javascript:
- js/version-select.js
markdown_extensions:
attr_list: {}
toc:
permalink: True
title: On this page
toc_depth: 2
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.highlight:
linenums: false
pymdownx.inlinehilite: {}
plugins:
search: {}
git-revision-date: {}
# - htmlproofer # Uncomment to check links - but extends build time significantly
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/PerconaDistributionforMySQL.pdf'
cover_title: 'Percona Distribution for MySQL Documentation'
cover_subtitle: 8.0.28 (July 19, 2022)
author: 'Percona Technical Documentation Team'
cover_logo: docs/_images/Percona_Logo_Color.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
nav:
- index.md
- Installation and update:
- installation-and-update.md
- installing.md
- minor-upgrade.md
- Solutions:
- solutions.md
- High availability:
- pdps-group-replication.md
- deploy-pdps-group-replication.md
- Uninstall:
- uninstalling.md
- Release notes:
- release-notes.md
- release-notes-pxc-v8.0.28.md
- release-notes-ps-v8.0.28.upd.md
- release-notes-ps-v8.0.28.md
- release-notes-pxc-v8.0.27.md
- release-notes-ps-v8.0.27.md
- release-notes-pxc-v8.0.26.md
- release-notes-ps-v8.0.26.md
- release-notes-pxc-v8.0.25.md
- release-notes-ps-v8.0.25.md
- release-notes-pxc-v8.0.23.upd.md
- release-notes-pxc-v8.0.23.md
- release-notes-ps-v8.0.23.md
- release-notes-pxc-v8.0.22.md
- release-notes-ps-v8.0.22.md
- release-notes-pxc-v8.0.21.md
- release-notes-ps-v8.0.21.md
- release-notes-pxc-v8.0.20.upd2.md
- release-notes-pxc-v8.0.20.upd.md
- release-notes-pxc-v8.0.20.md
- release-notes-ps-v8.0.20.md
- release-notes-v8.0.19.md
- Copyright and Licensing:
- copyright.md
- Trademark policy:
- trademark-policy.md
- Glossary:
- glossary.md