-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathmkdocs.yml
137 lines (124 loc) · 3.32 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
# MkDocs configuration for Percona Platform Doc website builds
site_name: Percona Platform
site_description: Percona Platform Documentation
site_author: Percona LLC
copyright: Percona LLC, © 2023
site_url: "https://docs.percona.com/percona-platform/"
repo_name: portal-doc
repo_url: https://github.com/percona-platform/portal-doc
edit_uri: edit/main/docs/
use_directory_urls: false
# Theme configuration
theme:
name: material
custom_dir: resources/overrides
logo: images/percona-logo.svg
favicon: images/percona-favicon.ico
font:
text: Poppins
code: Roboto Mono
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
- search.share
- navigation.top
- content.tabs.link
- content.code.copy
- navigation.tracking
- content.action.edit
- content.action.view
# 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/toctree.css
- css/percona.css
- css/gifs.css
- css/table-list.css
- css/osano.css
extra_javascript:
- js/consent.js
markdown_extensions:
attr_list: {}
toc:
permalink: True
admonition: {}
footnotes: {}
def_list: {} # https://michelf.ca/projects/php-markdown/extra/#def-list
meta: {}
smarty:
smart_angled_quotes: true
pymdownx.mark: {}
pymdownx.smartsymbols: {}
pymdownx.tabbed: {}
pymdownx.tilde: {}
pymdownx.superfences: {}
pymdownx.details: {}
pymdownx.highlight:
linenums: false
pymdownx.inlinehilite: {}
pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
pymdownx.tabbed:
alternate_style: true
plugins:
section-index: {}
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
with-pdf:
output_path: "PerconaPortal-2023-02-08.pdf"
cover_title: "Percona Portal Documentation"
cover_subtitle: Mar 08, 2023
author: "Percona Technical Documentation Team"
cover_logo: docs/images/Percona_Logo_Color.png
custom_template_path: resources/templates
enabled_if_env: ENABLE_PDF_EXPORT
extra:
analytics:
provider: google
property: UA-343802-23
homepage: https://docs.percona.com
# Left-side navigation menu
nav:
- Welcome:
- index.md
- What's new:
- rel-notes/whats-new.md
- Registration and log in:
- registration-login.md
- Create and manage organizations:
- create-manage-organizations.md
- Check activity logs:
- activity-logging.md
- Connect your PMM server:
- connect-pmm.md
- Advisor checks for PMM:
- advisors.md
- Launch PMM environment:
- launch_PMM.md
- Network configuration:
- network.md
- Reference:
- "Copyright and licensing information": copyright.md
- trademark-policy.md