forked from percona/pxb-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
40 lines (32 loc) · 1010 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
30
31
32
33
34
35
36
37
38
39
# MkDocs configuration for builds with material theme
INHERIT: mkdocs-base.yml
site_url: "https://docs.percona.com/percona-xtrabackup-docs/8.0/"
theme:
name: material
custom_dir: _resource/overrides
# Theme features
features:
- search.highlight
- navigation.top
- navigation.tracking
- content.tabs.link
#Google Analytics configuration
extra:
analytics:
provider: google
property: UA-343802-3
#Feedback form widget
# feedback:
# title: Was this page helpful?
# ratings:
# - icon: material/heart
# name: This page was helpful
# data: 1
# note: >-
# Thanks for your feedback!
# - icon: material/heart-broken
# name: This page could be improved
# data: 0
# note: >-
# Thanks for your feedback! Help us improve this page by
# using our <a href="https://forms.gle/B5ura1rZEF6P8tdv9" target=_blank>feedback form</a>.