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/_resource/overrides/partials/edit.html b/_resource/overrides/partials/edit.html
new file mode 100644
index 000000000..43b0d87b1
--- /dev/null
+++ b/_resource/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 1fd45fbe9..04d114dcc 100644
--- a/docs/css/extra.css
+++ b/docs/css/extra.css
@@ -9,4 +9,22 @@
.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 65860acea..603bcc006 100644
--- a/mkdocs-base.yml
+++ b/mkdocs-base.yml
@@ -51,7 +51,7 @@ theme:
- navigation.top
- navigation.tracking
- content.tabs.link
- - content.action.edit
+# - content.action.edit
- content.action.view
- content.code.copy
diff --git a/mkdocs.yml b/mkdocs.yml
index 151342189..970b219e3 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -26,7 +26,5 @@ extra:
name: This page could be improved
data: 0
note: >-
- Thank you for your feedback! Help us improve by using our
-
- feedback form.
+ Thanks for your feedback! Want to improve this page? Click
Edit this page on GitHub above to submit a pull request.