Skip to content

Commit

Permalink
update mkdocs.yml
Browse files Browse the repository at this point in the history
	modified:   mkdocs.yml
  • Loading branch information
alina-derkach-oaza committed Apr 17, 2024
1 parent 8fe7fe6 commit f7a78cf
Showing 1 changed file with 22 additions and 21 deletions.
43 changes: 22 additions & 21 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
site_name: Percona Documentation

# Theme setup
theme:
name: material
custom_dir: overrides
Expand All @@ -23,20 +25,24 @@ theme:
toggle:
icon: material/brightness-4
name: Color theme set to Dark Mode. Click to change
features:
- navigation.indexes
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- content.code.copy
- content.code.annotate
- toc.follow

# Theme features
features:
- navigation.indexes
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- content.code.copy
- content.code.annotate
- toc.follow

extra_css:
- css/design.css
- css/landing.css
- css/osano.css

markdown_extensions:
- admonition
- pymdownx.details
Expand All @@ -54,25 +60,17 @@ markdown_extensions:
- pymdownx.tabbed:
alternate_style: true

# Plugins configuration
plugins:
meta-descriptions:
export_csv: false
quiet: false
enable_checks: false
min_length: 50
max_length: 160


#Google Analytics configuration
extra:
# consent:
# title: Cookie Consent
# description: >-
# We use cookies to recognize your preferences, as well as measure the effectiveness of our documentation to your needs, and whether you can find what you're searching for. With this consent, you're helping us to make our documentation better for you. Thank you. Read more about <a class="reference external" href="https://www.percona.com/20180524-cookie-policy" target="_blank">Percona Cookie Policy</a>.
# cookies:
# analytics: Google Analytics
# github: Github
# actions:
# - manage
# - accept
analytics:
provider: google
property: G-XXXXXXXXXX
Expand All @@ -89,8 +87,11 @@ extra:
data: 0
note: >-
Thank you for your feedback! Help us improve by following this <a href="#" target="_blank" rel="noopener">feedback form</a>.
#Copyright
copyright: >-
<a href="https://www.percona.com/about">Percona LLC</a> and its affiliates &copy; 2024 — <a href="#" onclick="Osano.cm.showDrawer('osano-cm-dom-info-dialog-open')">Cookie Preferences</a>
nav:
- Welcome: index.md
- PostgreSQL: percona-for-postgresql.md
Expand Down

0 comments on commit f7a78cf

Please sign in to comment.