forked from percona/portal-doc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
96 lines (84 loc) · 2.26 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
# MkDocs configuration for Percona Platform Doc website builds
site_name: Percona Platform
site_description: Percona Platform Documentation
site_author: Percona LLC
copyright: Percona LLC, © 2021
site_url: "https://docs.percona.com/percona-platform/"
repo_name: /percona-platform/portal-doc
repo_url: https://github.com/percona-platform/portal-doc
edit_uri: edit/main/docs/
use_directory_urls: false
#Theme for the builds
theme:
name: material
custom_dir: "theme/"
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
#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/table-list.css
extra_javascript:
# - js/version-select.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
plugins:
- search
- git-revision-date
# - bootstrap-tables
- section-index # Adds links to nodes - comment out when creating PDF
# - htmlproofer # Uncomment to check links - but extends build time significantly
- macros:
include_yaml:
# - 'variables.yml' # Use in markdown as '{{ VAR }}'
# extra:
# version: 1.0
nav:
- Welcome:
- index.md
- What's new:
- whats-new.md
- Registration and log in:
- registration-login.md
- Create and manage organizations:
- create-manage-organizations.md
- Connect your PMM server:
- connect-pmm.md
- Advisor checks for PMM:
- checks.md