summaryrefslogtreecommitdiff
path: root/docs/dev
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2022-01-15 06:09:37 +0100
committerMartin Fischer <martin@push-f.com>2022-01-23 08:01:55 +0100
commit05149db4c1e495eecaf74d267e91f61dee7ee40d (patch)
tree6972e001eb21f5272ad9c49476a253f60b886c8c /docs/dev
parent382f4f8fb081699fc3a3d8d7b1ee7546156506fa (diff)
[help] render user documentation once on startup
Currently we have two kinds of user documentation: * the about page[1] which is written in HTML and part of the web application and can therefore link instance-specific pages (like e.g. the preferences) via Jinja variables * the Sphinx documentation[2] which is written in reStructuredText and cannot link instance-specific pages since it doesn't know which instance the user is using The plan is to integrate the user documentation currently in Sphinx into the application, so that it can also link instance specific pages. We also want to enable the user documentation to be translated. This commit implements the first step in this endeavor (see #722). [1]: searx/templates/__common__/about.html [2]: docs/user/ (currently served at https://docs.searxng.org/user/)
Diffstat (limited to 'docs/dev')
0 files changed, 0 insertions, 0 deletions