forked from percona/postgresql-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
29 lines (23 loc) · 901 Bytes
/
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
# MkDocs configuration for Percona builds
INHERIT: mkdocs-base.yml
site_url: 'https://percona.com/doc/postgresql/13/'
# Theme adaptation for Percona website
theme:
name: material
custom_dir: _resource/theme
extra_css:
- css/version-select.css
- css/toctree.css
- css/percona.css
- css/details.css
plugins:
- bootstrap-tables
- section-index # Adds links to nodes - comment out when creating PDF
extra: # Used in main.html template and can't be externalised
# open_issue_text: '<i class="uil uil-exclamation-triangle"></i> Report a problem
# with this page'
# open_issue_subject: 'PMM2: doc issue on page '
# open_issue_body: 'Please describe the issue here'
# open_issue_tooltip: 'Report an issue with this page on GitHub'
edit_page_text: '<i class="uil uil-pen"></i> <b>Edit this page</b>'
updated_text: '<i class="uil uil-refresh"></i> Page updated'