diff --git a/NEWS b/NEWS index 099e4e3c9..b346ef85b 100644 --- a/NEWS +++ b/NEWS @@ -6,6 +6,7 @@ * Update versions of test dependencies (test_requirements.txt and test containers). * Only support black code formatter on Python 3.8+. New black dependencies make installation difficult on older versions of Python. + * Replace "improve this documentation" form with link to support and ticket tracker. 1.5.12 * Fix for previous release with incorrect version suffix in setup.py. No other changes. diff --git a/docs/_includes/components/suggestion-form.css b/docs/_includes/components/suggestion-form.css deleted file mode 100644 index 874faeaa2..000000000 --- a/docs/_includes/components/suggestion-form.css +++ /dev/null @@ -1,18 +0,0 @@ -#suggestion-form textarea { - font-family: sans-serif; - width: 100%; -} - -#suggestion-form label { - font-weight: bold; -} - -#suggestion-form input[type=email] { - font-size: 16px; - width: 100%; -} - -#suggestion-form .form-error { - color: red; -} - diff --git a/docs/_includes/components/suggestion-form.html b/docs/_includes/components/suggestion-form.html deleted file mode 100644 index 8e3a73a6c..000000000 --- a/docs/_includes/components/suggestion-form.html +++ /dev/null @@ -1,33 +0,0 @@ -

Improve this documentation

- -

Have an idea on how to make this documentation even better? Send your -feedback below! But if you need help with borgmatic, or have an idea for a -borgmatic feature, please use our issue -tracker instead.

- -
-
- -
- - -
- -
-
-
-
-
-
- - - - diff --git a/docs/_includes/components/suggestion-link.html b/docs/_includes/components/suggestion-link.html new file mode 100644 index 000000000..a1bd0e2a0 --- /dev/null +++ b/docs/_includes/components/suggestion-link.html @@ -0,0 +1,17 @@ +

Improve this documentation

+ +

Have an idea on how to make this documentation even better? Use our issue tracker to send your +feedback!

+ + + + diff --git a/docs/_includes/layouts/base.njk b/docs/_includes/layouts/base.njk index 548f25198..361967c5f 100644 --- a/docs/_includes/layouts/base.njk +++ b/docs/_includes/layouts/base.njk @@ -11,7 +11,6 @@ {% include 'components/minilink.css' %} {% include 'components/toc.css' %} {% include 'components/info-blocks.css' %} -{% include 'components/suggestion-form.css' %} {% include 'prism-theme.css' %} {% include 'asciinema.css' %} {% endset %} diff --git a/docs/_includes/layouts/main.njk b/docs/_includes/layouts/main.njk index e1d839aac..a7e5b6659 100644 --- a/docs/_includes/layouts/main.njk +++ b/docs/_includes/layouts/main.njk @@ -28,5 +28,5 @@ headerClass: elv-header-default {{ content | safe }} - {% include 'components/suggestion-form.html' %} + {% include 'components/suggestion-link.html' %}