diff --git a/docs/assets/Percona_docs.png b/docs/assets/Percona_docs.png new file mode 100644 index 0000000..001a631 Binary files /dev/null and b/docs/assets/Percona_docs.png differ diff --git a/mkdocs.yml b/mkdocs.yml index fb895a5..070fe45 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -53,20 +53,19 @@ markdown_extensions: - pymdownx.superfences - pymdownx.tabbed: alternate_style: true + +plugins: + meta-descriptions: + export_csv: false + quiet: false + enable_checks: false + min_length: 50 + max_length: 160 + 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 Percona Cookie Policy. - # cookies: - # analytics: Google Analytics - # github: Github - # actions: - # - manage - # - accept analytics: provider: google - property: G-XXXXXXXXXX + property: G-J4J70BNH0G feedback: title: Was this page helpful? ratings: @@ -79,7 +78,9 @@ extra: name: This page could be improved data: 0 note: >- - Thank you for your feedback! Help us improve by following this feedback form. + Thank you for your feedback! Help us improve by following this feedback form. + + copyright: >- Percona LLC and its affiliates © 2024 — Cookie Preferences nav: diff --git a/overrides/main.html b/overrides/main.html index f250bd7..80643c1 100644 --- a/overrides/main.html +++ b/overrides/main.html @@ -29,3 +29,17 @@ {% endblock %} + +{% block extrahead %} +{{ super() }} + {% set title = config.site_name %} + {% if page and page.meta and page.meta.title %} + {% set title = title ~ " - " ~ page.meta.title %} + {% elif page and page.title and not page.is_homepage %} + {% set title = title ~ " - " ~ page.title %} + {% endif %} + + + + + {% endblock %} \ No newline at end of file diff --git a/overrides/partials/header.html b/overrides/partials/header.html index 2665a0b..6d7a6e1 100644 --- a/overrides/partials/header.html +++ b/overrides/partials/header.html @@ -34,7 +34,7 @@