diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2025-02-05 16:49:06 +0100 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2025-02-28 12:27:41 +0100 |
| commit | 2bf77f5d2db2a33828beff402f7f18443204595d (patch) | |
| tree | 2912f667471afb9d0fc150a65f6c364269ae7d65 /docs | |
| parent | 1a3543d4b279fa926de1d89c1923581869691a22 (diff) | |
[web-client] integrate the migrated theme in the development workflows
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/admin/settings/settings_ui.rst | 2 | ||||
| -rw-r--r-- | docs/conf.py | 2 | ||||
| -rw-r--r-- | docs/dev/makefile.rst | 9 |
3 files changed, 8 insertions, 5 deletions
diff --git a/docs/admin/settings/settings_ui.rst b/docs/admin/settings/settings_ui.rst index 75f617683..0e0235594 100644 --- a/docs/admin/settings/settings_ui.rst +++ b/docs/admin/settings/settings_ui.rst @@ -44,7 +44,7 @@ ``center_alignment`` : default ``false`` When enabled, the results are centered instead of being in the left (or RTL) side of the screen. This setting only affects the *desktop layout* - (:origin:`min-width: @tablet <searx/static/themes/simple/src/less/definitions.less>`) + (:origin:`min-width: @tablet <client/simple/src/less/definitions.less>`) .. cache_url: diff --git a/docs/conf.py b/docs/conf.py index 23eca3202..25d071f83 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -197,7 +197,7 @@ html_sidebars = { ], } singlehtml_sidebars = {"index": ["project.html", "localtoc.html"]} -html_logo = "../src/brand/searxng-wordmark.svg" +html_logo = "../client/simple/src/brand/searxng-wordmark.svg" html_title = "SearXNG Documentation ({})".format(VERSION_STRING) html_show_sourcelink = True diff --git a/docs/dev/makefile.rst b/docs/dev/makefile.rst index 383113bae..a66ce2f22 100644 --- a/docs/dev/makefile.rst +++ b/docs/dev/makefile.rst @@ -180,10 +180,13 @@ sources of the theme need to be rebuild. You can do that by running:: $ make themes.all -Alternatively to ``themes.all`` you can run *live builds* of the theme you are -modify (:ref:`make themes`):: +.. + ToDo: vite server is not implemented yet / will be done in a follow up PR - $ LIVE_THEME=simple make run + Alternatively to ``themes.all`` you can run *live builds* of the theme you are + modify (:ref:`make themes`):: + + $ LIVE_THEME=simple make run .. _make format.python: |