diff options
| author | Ivan Gabaldon <igabaldon@inetol.net> | 2025-11-20 10:31:53 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-20 10:31:53 +0000 |
| commit | 431bf5d235493ad527f8a1f22d3375a35b76aace (patch) | |
| tree | dd20ece1e461fc3ca6b4dbf52b181b14c52a8b8d /docs/index.rst | |
| parent | 576c8ca99cde1a31e442ef61965e77c82349079b (diff) | |
[mod] docs: add acknowledgements section (#5449)
* [mod] docs: add acknowledgements section
Moves all images into a `assets/` folder.
* [fix] docs: normalize brands svg
Diffstat (limited to 'docs/index.rst')
| -rw-r--r-- | docs/index.rst | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/docs/index.rst b/docs/index.rst index 4c5a0c2a5..113a177bb 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -56,4 +56,34 @@ If you don't trust anyone, you can set up your own, see :ref:`installation`. utils/index src/index + +---------------- +Acknowledgements +---------------- + +The following organizations have provided SearXNG access to their paid plans at +no cost: + +.. flat-table:: + :widths: 1 1 + + * - .. image:: /assets/sponsors/docker.svg + :target: https://docker.com + :alt: Docker + :align: center + :height: 100 px + + - .. image:: /assets/sponsors/tuta.svg + :target: https://tuta.com + :alt: Tuta + :align: center + :height: 100 px + + * - .. image:: /assets/sponsors/browserstack.svg + :target: https://browserstack.com + :alt: BrowserStack + :align: center + :height: 100 px + + .. _searx.space: https://searx.space |