From 64100db9045ec712afbd8fa1becee14f7109921c Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Sun, 6 Aug 2023 16:39:00 +0200 Subject: [doc] improve documentation of make targets and ./manage script BTW force modularization of the ./mange script into sub modules: - utils/lib_sxng_data.sh - utils/lib_sxng_node.sh - utils/lib_sxng_static.sh - utils/lib_sxng_test.sh - utils/lib_sxng_themes.sh Signed-off-by: Markus Heiser --- docs/dev/contribution_guide.rst | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'docs/dev/contribution_guide.rst') diff --git a/docs/dev/contribution_guide.rst b/docs/dev/contribution_guide.rst index 67133b6b3..bc4f6514d 100644 --- a/docs/dev/contribution_guide.rst +++ b/docs/dev/contribution_guide.rst @@ -148,7 +148,7 @@ live build Live build is like WYSIWYG. If you want to edit the documentation, its recommended to use. The Makefile target ``docs.live`` builds the docs, opens URL in your favorite browser and rebuilds every time a reST file has been -changed. +changed (:ref:`make docs.clean`). .. code:: sh @@ -183,3 +183,8 @@ commit and push: .. code:: sh $ make docs.clean docs.gh-pages + +.. attention:: + + If you are working in your own brand, don't forgett to adjust your + :ref:`settings brand`. -- cgit v1.2.3