[help] stop rendering documentation with Jinja2

To facilitate translation of the user documentation we move
the templating logic outside of the user documentation.
This commit is contained in:
Martin Fischer 2022-01-15 09:34:08 +01:00
parent 284ac8bfd8
commit 105c5a6a98
4 changed files with 24 additions and 22 deletions

View file

@ -64,17 +64,8 @@ decentralized the Internet is, the more freedom we have!
See the [SearXNG docs][brand.docs_url] and [SearXNG sources][brand.git_url]
[url_for:index]: {{ url_for('index') }}
[url_for:preferences]: {{ url_for('preferences') }}
[url_for:stats]: {{ url_for('stats') }}
[brand.git_url]: {{ searx_git_url }}
[brand.public_instances]: {{ get_setting('brand.public_instances') }}
[brand.docs_url]: {{ get_setting('brand.docs_url') }}
[searx]: https://github.com/searx/searx
[metasearch engine]: https://en.wikipedia.org/wiki/Metasearch_engine
[weblate]: https://weblate.bubu1.eu/projects/searxng/
[seeks project]: https://beniz.github.io/seeks/
[OpenSearch]: https://github.com/dewitt/opensearch/blob/master/opensearch-1-1-draft-6.md
{% include "__common__/aboutextend.html" ignore missing %}