diff --git a/_resourcepdf/overrides/main.html b/_resourcepdf/overrides/main.html index 54f43ff0..add87c10 100644 --- a/_resourcepdf/overrides/main.html +++ b/_resourcepdf/overrides/main.html @@ -52,11 +52,14 @@ {% endif %} diff --git a/_resourcepdf/overrides/partials/banner.html b/_resourcepdf/overrides/partials/banner.html index 48d29749..98d6df6c 100644 --- a/_resourcepdf/overrides/partials/banner.html +++ b/_resourcepdf/overrides/partials/banner.html @@ -1,6 +1,6 @@

-

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

+

Get free database assistance or contact our experts for personalized support.

diff --git a/_resourcepdf/overrides/partials/edit.html b/_resourcepdf/overrides/partials/edit.html new file mode 100644 index 00000000..43b0d87b --- /dev/null +++ b/_resourcepdf/overrides/partials/edit.html @@ -0,0 +1,11 @@ +
+ +
\ No newline at end of file diff --git a/docs/css/extra.css b/docs/css/extra.css index 5487a2ca..d7fd5898 100644 --- a/docs/css/extra.css +++ b/docs/css/extra.css @@ -6,7 +6,25 @@ } } - .md-sidebar__inner { - font-size: 0.65rem; /* Font size */ - line-height: 1.6; - } \ No newline at end of file +.md-sidebar__inner { + font-size: 0.65rem; /* Font size */ + line-height: 1.6; +} + +.edit-page-link { + white-space: nowrap; + display: inline-flex; + align-items: center; + gap: 0.5em; + font-size: 1.2rem; + font-weight: normal; + color: var(--md-typeset-a-color); + text-decoration: underline; +} + +.edit-page-icon svg { + width: 1.40em; + height: 1.40em; + fill: currentColor; + vertical-align: middle; +} diff --git a/mkdocs-base.yml b/mkdocs-base.yml index e7ae9e7d..4d753591 100644 --- a/mkdocs-base.yml +++ b/mkdocs-base.yml @@ -56,7 +56,7 @@ theme: - navigation.indexes - content.tooltips - content.tabs.link - - content.action.edit +# - content.action.edit - content.action.view - content.code.copy - content.code.annotate diff --git a/mkdocs.yml b/mkdocs.yml index edbad2ef..e887e2af 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -24,5 +24,5 @@ extra: name: This page could be improved data: 0 note: >- - Thank you for your feedback! Help us improve by following this feedback form. + Thanks for your feedback! Want to improve this page? Click Edit this page on GitHub above to submit a pull request.