From a6b064380db178d4c25afcc3bbaab0a5ec751732 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sun, 28 Apr 2024 23:09:35 +0200 Subject: [PATCH] manual: Avoid duplicate section headings. There exist two "Examples" and two "Troubleshooting" sections. Unfortunately the discount markdown converter is unable to create a working table of contents section in this situation: both links of the table of contents jump to the first Examples/Troubleshooting section. Fix this by renaming the sections. --- web/manual.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/web/manual.md b/web/manual.md index 3f0f41af..35769dce 100644 --- a/web/manual.md +++ b/web/manual.md @@ -714,7 +714,7 @@ tables. The section on [playlists and moods](#Playlists-and-moods) explains these two audio file selection mechanisms in detail and contains practical examples. The way [file renames and content changes](#File-renames-and-content-changes) are detected is discussed -briefly before the [Troubleshooting](#Troubleshooting) section +briefly before the [Troubleshooting](#Common-problems) section concludes the chapter. The AFS process @@ -1166,7 +1166,7 @@ data remains as before. It is possible to change the behaviour of the add command by using the "-l" (lazy add) or the "-f" (force add) option. -Troubleshooting +Common problems --------------- Use the debug loglevel (-l debug) to show debugging info. All paraslash @@ -1884,8 +1884,8 @@ shown by this theme. See gui_theme.c for examples. The "." and "," keys are used to switch between themes. -Examples --------- +Gui examples +------------ -> Show server info: -- 2.39.5