forked from percona/pmm-doc
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
211 lines (202 loc) · 6.81 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
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
# Default (themed) MkDocs configuration
site_name: Shattered Silicon Monitoring and Management
site_description: Documentation
site_author: Shattered Silicon Ltd
copyright: Shattered Silicon Ltd, © 2024
repo_name: shatteredsilicon/ssm-doc
repo_url: https://github.com/shatteredsilicon/ssm-doc
edit_uri: edit/1.x/docs/
use_directory_urls: false
theme:
name: material
logo: _images/Shattered-Silicon-Logo.png
favicon: _images/shatteredsilicon-favicon.ico
palette:
# Day mode
# - media: "(prefers-color-scheme: light)"
scheme: percona-light
# toggle:
# icon: material/toggle-switch-off-outline
# name: Switch to dark mode
# Night mode
# - media: "(prefers-color-scheme: dark)"
# scheme: slate
# toggle:
# icon: material/toggle-switch
# name: Switch to light mode
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
markdown_extensions:
- toc:
baselevel: 1
toc_depth: "2-3"
anchorlink: True
- admonition
- def_list
- smarty:
smart_angled_quotes: True
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.tabbed
- pymdownx.tilde
- pymdownx.superfences
- pymdownx.highlight:
linenums: false
- plantuml_markdown
plugins:
- search
- git-revision-date
- bootstrap-tables
- macros:
include_yaml: # Variables used in Markdown and templates as '{{ VAR }}'
- 'variables.yml'
- exclude:
glob:
- deploy/client/apt.md # Was orphan in sphinx - content moved
- deploy/client/yum.md
- use-case.mysql-slow-log-rotation.md # Added to conf-mysql
- use-case.external-monitoring-service.postgresql.rds.md # Added to conf-postgres
- with-pdf:
output_path: '_pdf/PerconaMonitoringAndManagement-1.17.5.pdf'
cover_title: 'Documentation'
cover_subtitle: 1.17.5
author: 'Percona Technical Documentation Team'
cover_logo: docs/_images/PMM_Logo.svg
debug_html: false
custom_template_path: _resources/templates
enabled_if_env: ENABLE_PDF_EXPORT
extra: # Used in main.html template and can't be externalised
edit_page_text: '<i class="uil uil-pen"></i> Edit this page'
updated_text: '<i class="uil uil-refresh"></i> Page updated'
version:
provider: mike
nav:
- index.md
- Basics:
- 'Architecture Overview': 'architecture.md'
- 'Deployment Instructions':
- 'deploy/index.md'
- 'Docker':
- 'deploy/server/docker.md'
- 'deploy/server/docker.setting-up.md'
- 'deploy/server/docker.upgrading.md'
- 'deploy/server/docker.backing-up.md'
- 'deploy/server/docker.restoring.md'
- 'Tools of SSM':
- 'tool.md'
- 'qan.md'
- 'metrics-monitor.md'
- 'Advanced':
- 'ssm-admin.md'
- 'remote-instance.md'
- 'amazon-rds.md'
- 'conf-mysql.md'
- 'conf-postgres.md'
- 'conf-mongodb.md'
- 'security.md'
- 'Metrics Monitor Dashboards':
- 'index.metrics-monitor.dashboard.md'
- dashboard.home.md
- dashboard.ssm-system-summary.md
- dashboard.advanced-data-exploration.md
- dashboard.cross-server-graphs.md
- dashboard.summary.md
- dashboard.trends.md
- dashboard.network-overview.md
- dashboard.cpu-utilization-details-cores.md
- dashboard.disk-space.md
- dashboard.system-overview.md
- dashboard.compare-system-parameters.md
- dashboard.overview-numa-metrics.md
- dashboard.prometheus.md
- dashboard.prometheus-exporter-status.md
- dashboard.prometheus-exporters-overview.md
- dashboard.mysql-amazon-aurora-metrics.md
- dashboard.mysql-command-handler-counters-compare.md
- dashboard.mysql-innodb-compression.md
- dashboard.mysql-innodb-metrics.md
- dashboard.mysql-innodb-metrics-advanced.md
- dashboard.mysql-myisam-aria-metrics.md
- dashboard.mysql-myrocks-metrics.md
- dashboard.mysql-overview.md
- dashboard.mysql-performance-schema.md
- dashboard.mysql-performance-schema-wait-events.md
- dashboard.mysql-query-response-time.md
- dashboard.mysql-replication.md
- dashboard.mysql-table-statistics.md
- dashboard.mysql-user-statistics.md
- dashboard.mongodb-cluster-summary.md
- dashboard.mongodb-inmemory.md
- dashboard.mongodb-mmapv1.md
- dashboard.mongodb-overview.md
- dashboard.mongodb-replset.md
- dashboard.mongodb-rocksdb.md
- dashboard.mongodb-wiredtiger.md
- dashboard.postgres-overview.md
- dashboard.pxc-galera-cluster-overview.md
- 'Reference':
- 'Release Notes':
- 'release-notes/index.md'
- 'release-notes/1.17.5.md'
- 'release-notes/1.17.4.md'
- 'release-notes/1.17.3.md'
- 'release-notes/1.17.2.md'
- 'release-notes/1.17.1.md'
- 'release-notes/1.17.0.md'
- 'release-notes/1.16.0.md'
- 'release-notes/1.15.0.md'
- 'release-notes/1.14.1.md'
- 'release-notes/1.14.0.md'
- 'release-notes/1.13.0.md'
- 'release-notes/1.12.0.md'
- 'release-notes/1.11.0.md'
- 'release-notes/1.10.0.md'
- 'release-notes/1.9.1.md'
- 'release-notes/1.9.0.md'
- 'release-notes/1.8.1.md'
- 'release-notes/1.8.0.md'
- 'release-notes/1.7.0.md'
- 'release-notes/1.6.1.md'
- 'release-notes/1.6.0.md'
- 'release-notes/1.5.3.md'
- 'release-notes/1.5.2.md'
- 'release-notes/1.5.1.md'
- 'release-notes/1.5.0.md'
- 'release-notes/1.4.1.md'
- 'release-notes/1.4.0.md'
- 'release-notes/1.3.2.md'
- 'release-notes/1.3.1.md'
- 'release-notes/1.3.0.md'
- 'release-notes/1.2.2.md'
- 'release-notes/1.2.1.md'
- 'release-notes/1.2.0.md'
- 'release-notes/1.1.5.md'
- 'release-notes/1.1.4-2.md'
- 'release-notes/1.1.4.md'
- 'release-notes/1.1.3.md'
- 'release-notes/1.1.2.md'
- 'release-notes/1.1.1.md'
- 'release-notes/1.1.0beta.md'
- 'release-notes/1.0.7.md'
- 'release-notes/1.0.6.md'
- 'release-notes/1.0.5.md'
- 'release-notes/1.0.4.md'
- 'release-notes/1.0.3.md'
- 'release-notes/1.0.2.md'
- 'release-notes/1.0.1.md'
- 'release-notes/1.0.0.md'
- 'Exporters':
- index.exporter-option.md
- section.exporter.mongodb.md
- section.exporter.mysqld.md
- section.exporter.node.md
- section.exporter.proxysql.md
- section.exporter.rds.md
- 'Contact Us': 'contact.md'
- 'FAQ': 'faq.md'
- 'Glossaries':
- 'index.glossary.md'
- 'glossary.option.md'
- 'glossary.terminology.md'