-
Notifications
You must be signed in to change notification settings - Fork 18
/
mkdocs.yml
53 lines (42 loc) · 1.27 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
# MkDocs configuration for builds with material theme
INHERIT: mkdocs-base.yml
site_url: "https://docs.percona.com/percona-backup-mongodb"
theme:
name: material
custom_dir: _resource/overrides
# Theme features
features:
- search.highlight
- search.share
- search.suggest
- navigation.top
- navigation.tracking
- navigation.instant
- navigation.instant.progress
- content.tooltips
- content.tabs.link
- content.action.edit
- content.action.view
- content.code.copy
- content.code.annotate
- toc.follow
#Google Analytics configuration
extra:
analytics:
provider: google
property: !ENV GOOGLE_ANALYTICS_KEY
feedback:
title: Was this page helpful?
ratings:
- icon: material/emoticon-happy-outline
name: This page was helpful
data: 1
note: >-
Thanks for your feedback!
- icon: material/emoticon-sad-outline
name: This page could be improved
data: 0
note: >-
Thank you for your feedback! Help us improve by using our
<a href="https://docs.google.com/forms/d/1bkWACehjqlwA0AKf-qTJcXvYbOSYgze8iTPXjntqmNo/edit" target="_blank" rel="noopener">
feedback form</a>.