forked from percona/postgresql-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
33 lines (28 loc) · 926 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
# MkDocs configuration for builds with material theme
INHERIT: mkdocs-base.yml
site_url: "https://docs.percona.com/postgresql/"
theme:
name: material
custom_dir: _resource/overrides/
extra:
analytics:
provider: google
property: G-J4J70BNH0G
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>.
#markdown_extensions:
# - pymdownx.tabbed:
# alternate_style: true