From d6d4b52654dd47715fe90ee62f7641308a84751a Mon Sep 17 00:00:00 2001 From: Alina Derkach Date: Tue, 21 Jan 2025 15:04:40 +0100 Subject: [PATCH] DOCS-156 Update the Get Help widget and add Get help page new file: docs/css/extra.css new file: docs/get-help.md modified: mkdocs-base.yml modified: overrides/main.html new file: overrides/partials/banner.html deleted: snippets/services-banner.md --- docs/css/extra.css | 12 ++++++++++++ docs/get-help.md | 24 ++++++++++++++++++++++++ mkdocs-base.yml | 8 +++++--- overrides/main.html | 3 +++ overrides/partials/banner.html | 9 +++++++++ snippets/services-banner.md | 10 ---------- 6 files changed, 53 insertions(+), 13 deletions(-) create mode 100644 docs/css/extra.css create mode 100644 docs/get-help.md create mode 100644 overrides/partials/banner.html delete mode 100644 snippets/services-banner.md diff --git a/docs/css/extra.css b/docs/css/extra.css new file mode 100644 index 000000000..9b3b66c86 --- /dev/null +++ b/docs/css/extra.css @@ -0,0 +1,12 @@ +@media print { + /* Adjusts positioning of admonition icon */ + .md-typeset :is(.admonition-title,summary):before { + top: 0.6rem; + left: 0.6rem; + } + } + + .md-sidebar__inner { + font-size: 0.65rem; /* Font size */ + line-height: 1.6; + } \ No newline at end of file diff --git a/docs/get-help.md b/docs/get-help.md new file mode 100644 index 000000000..dc15fb0a9 --- /dev/null +++ b/docs/get-help.md @@ -0,0 +1,24 @@ +# Get help from Percona + +Our documentation guides are packed with information, but they can’t cover everything you need to know about Percona Everest. They also won’t cover every scenario you might come across. Don’t be afraid to try things out and ask questions when you get stuck. + +## Percona's Community Forum + +Be a part of a space where you can tap into a wealth of knowledge from other database enthusiasts and experts who work with Percona’s software every day. While our service is entirely free, keep in mind that response times can vary depending on the complexity of the question. You are engaging with people who genuinely love solving database challenges. + +We recommend visiting our [Community Forum](https://forums.percona.com/t/welcome-to-perconas-community-forum/7){:target="_blank"}. It’s an excellent place for discussions, technical insights, and support around Percona database software. If you’re new and feeling a bit unsure, our [FAQ](https://forums.percona.com/faq){:target="_blank"} and [Guide for New Users](https://forums.percona.com/t/faq-guide-for-new-users/8562){:target="_blank"} ease you in. + +If you have thoughts, feedback, or ideas, the community team would like to hear from you at [Any ideas on how to make the forum better?](https://forums.percona.com/t/any-ideas-on-how-to-make-the-forum-better/11522){:target="blank"}. We’re always excited to connect and improve everyone's experience. + +## Percona experts + +[Percona experts](https://www.percona.com/services/consulting){:target="_blank"} bring years of experience in tackling tough database performance issues and design challenges. We understand your challenges when managing complex database environments. That's why we offer various services to help you simplify your operations and achieve your goals. + +| Service | Description | +|----------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| 24/7 Expert Support | Our dedicated team of database experts is available 24/7 to assist you with any database issues. We provide flexible support plans tailored to your specific needs. | +| Hands-On Database Management | Our managed services team can take over the day-to-day management of your database infrastructure, freeing up your time to focus on other priorities. | +| Expert Consulting | Our experienced consultants provide guidance on database topics like architecture design, migration planning, performance optimization, and security best practices. | +| Comprehensive Training | Our training programs help your team develop skills to manage databases effectively, offering virtual and in-person courses. | + +We're here to help you every step of the way. Whether you need a quick fix or a long-term partnership, we're ready to provide your expertise and support. diff --git a/mkdocs-base.yml b/mkdocs-base.yml index 4d7847896..aae110714 100644 --- a/mkdocs-base.yml +++ b/mkdocs-base.yml @@ -62,6 +62,7 @@ extra_css: - css/nocopy.css - css/osano.css - css/everest.css + - css/extra.css extra_javascript: # - js/lightgallery.min.js @@ -93,8 +94,8 @@ markdown_extensions: custom_checkbox: true pymdownx.snippets: base_path: ["snippets"] - auto_append: - - services-banner.md +# auto_append: +# - services-banner.md pymdownx.highlight: use_pygments: true pymdownx.emoji: @@ -144,7 +145,8 @@ extra: # Common navigation for percona.com, render.com and PDF nav: - - Welcome to Percona Everest: index.md + - Welcome to Percona Everest: index.md + - get-help.md - Release Notes: - Release notes index: release-notes/release_notes_index.md - Percona-Everest 1.4.0 (2025-01-07): release-notes/Percona-Everest-1.4.0-(2025-01-07).md diff --git a/overrides/main.html b/overrides/main.html index 0dbcdc40f..9920fd706 100644 --- a/overrides/main.html +++ b/overrides/main.html @@ -46,6 +46,9 @@
{% include "partials/toc.html" %}
+
+ {% include "partials/banner.html" %} +
{% endif %} diff --git a/overrides/partials/banner.html b/overrides/partials/banner.html new file mode 100644 index 000000000..6a98714a0 --- /dev/null +++ b/overrides/partials/banner.html @@ -0,0 +1,9 @@ +
+

+

For help, click the link below to get free database assistance or contact our experts for personalized support.

+ + +
diff --git a/snippets/services-banner.md b/snippets/services-banner.md deleted file mode 100644 index 8d62fab63..000000000 --- a/snippets/services-banner.md +++ /dev/null @@ -1,10 +0,0 @@ -
- -## Get expert help { .title } - -If you need assistance, visit the community forum for comprehensive and free database knowledge, or contact our Percona Database Experts for professional support and services. - -
- -[:material-forum-outline: Community Forum](https://forums.percona.com/){:target="_blank"} [:percona-logo: Get a Percona Expert](https://www.percona.com/about/contact){:target="_blank"} -