diff --git a/_resource/.icons/edit_page.png b/_resource/.icons/edit_page.png deleted file mode 100644 index 96244be3db9..00000000000 Binary files a/_resource/.icons/edit_page.png and /dev/null differ diff --git a/_resource/.icons/file-document-edit-outline.svg b/_resource/.icons/file-document-edit-outline.svg deleted file mode 100644 index e4003610d7b..00000000000 --- a/_resource/.icons/file-document-edit-outline.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/_resource/.icons/file-eye-outline.svg b/_resource/.icons/file-eye-outline.svg deleted file mode 100644 index b36dbf8d12e..00000000000 --- a/_resource/.icons/file-eye-outline.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/_resourcepdf/overrides/main.html b/_resourcepdf/overrides/main.html index 758819d8b48..53919b23090 100644 --- a/_resourcepdf/overrides/main.html +++ b/_resourcepdf/overrides/main.html @@ -50,11 +50,14 @@ {% endif %} diff --git a/_resourcepdf/overrides/partials/banner.html b/_resourcepdf/overrides/partials/banner.html index a5dd5fc0d9a..9da001b8ccf 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 00000000000..43b0d87b1c1 --- /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 82fd839c8b4..f099c0a3a38 100644 --- a/docs/css/extra.css +++ b/docs/css/extra.css @@ -9,4 +9,23 @@ .md-sidebar__inner { font-size: 0.65rem; /* Font size */ line-height: 1.6; -} \ No newline at end of file +} + +.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 a52cc40be90..a892d3025cd 100644 --- a/mkdocs-base.yml +++ b/mkdocs-base.yml @@ -17,9 +17,6 @@ theme: font: text: Roboto code: Roboto Mono - icon: - edit: material/file-edit-outline - view: material/file-eye-outline palette: - media: "(prefers-color-scheme)" @@ -54,7 +51,7 @@ theme: - navigation.indexes - content.tooltips - content.tabs.link - - content.action.edit +# - content.action.edit - content.action.view - content.code.copy - content.code.annotate @@ -79,7 +76,7 @@ markdown_extensions: toc: permalink: true title: On this page - toc_depth: 3 + toc_depth: 2 md_in_html: {} admonition: {} footnotes: {} diff --git a/mkdocs.yml b/mkdocs.yml index 03562f09652..deabb34002f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -26,5 +26,5 @@ extra: name: This page could be improved data: 0 note: >- - Thanks for your feedback! Help us improve by following this feedback form. + Thanks for your feedback! Want to improve this page? Click the Improve this page button above to submit a pull request!