Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions mkdocs-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ extra_javascript:

#Copyright
copyright: >
<a href="https://www.openeverest.io/">OpenEverest</a> © 2026 — <a href="#__consent">Cookie Consent</a>
<a href="https://www.openeverest.io/">The OpenEverest Contributors</a> © 2026 — <a href="#__consent">Cookie Consent</a>

#Extensions
markdown_extensions:
Expand Down Expand Up @@ -130,10 +130,10 @@ plugins:
# https://github.com/orzih/mkdocs-with-pdf
with-pdf:
output_path: "pdf/Everest-0.1.0.pdf"
cover_title: "Everest Documentation"
cover_title: "OpenEverest Documentation"
cover_subtitle: version (Date, Year)

author: "Everest Team"
author: "The OpenEverest Contributors"
cover_logo: docs/images/open-everest-logo.png
enabled_if_env: ENABLE_PDF_EXPORT
# Check links - but extends build time significantly
Expand All @@ -148,7 +148,6 @@ plugins:
extra:
edit_page_text: '<i class="uil uil-pen"></i> <b>Edit this page</b>'
updated_text: '<i class="uil uil-refresh"></i> Page updated'
# Common navigation for percona.com, render.com and PDF

nav:
- Welcome to OpenEverest: index.md
Expand Down
2 changes: 1 addition & 1 deletion overrides/partials/copyright.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
-#}
<div class="md-copyright">
<div class="md-copyright__highlight">
<a href='https://percona.com' target='_blank'>Percona LLC and/or its affiliates, </a> &copy; {{ build_date_utc.strftime('%Y') }}
<a href='https://openeverest.io' target='_blank'>The OpenEverest Contributors, </a> &copy; {{ build_date_utc.strftime('%Y') }}
<a href="#" onclick="Osano.cm.showDrawer('osano-cm-dom-info-dialog-open')">Cookie Preferences</a>
</div>
{% if not config.extra.generator == false %}
Expand Down