From 6379cb99ba343d8d785b5aa0bdb56e8a0ed35a4a Mon Sep 17 00:00:00 2001 From: Remington Steed Date: Thu, 24 Oct 2013 08:40:05 -0400 Subject: [PATCH] Docs 2.5: Fix floating groups heading level (2nd try) The first attempt successfully pushed the Floating Groups chapter to its proper place in the table of contents, but it also mistakenly pushed many following chapters down one heading level. This commit follows the approach already common in the root.txt file, and also undoes the previous approach of shifting the heading level within the chapter file itself. I suspect the previous approach only failed because it lacked a blank line before the final 'leveloffset' command, but this new approach is better because it is already in common use. Signed-off-by: Remington Steed --- docs/admin/floating_groups.txt | 2 -- docs/root.txt | 6 ++++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/admin/floating_groups.txt b/docs/admin/floating_groups.txt index ca8f6e69a3..d4b6ef211e 100644 --- a/docs/admin/floating_groups.txt +++ b/docs/admin/floating_groups.txt @@ -1,4 +1,3 @@ -:leveloffset: 1 Floating Groups =============== @@ -119,4 +118,3 @@ One member: * Stop Depth: 0 * Max Depth: Unset * Exclude: Off -:leveloffset: 0 diff --git a/docs/root.txt b/docs/root.txt index b083f5bbf1..efc535d3ea 100644 --- a/docs/root.txt +++ b/docs/root.txt @@ -192,8 +192,14 @@ include::admin/circulation_limit_groups.txt[] include::admin/booking-admin.txt[] +// Push titles down one level. +:leveloffset: 1 + include::admin/floating_groups.txt[] +// Return to normal title levels. +:leveloffset: 0 + include::admin/MARC_Import_Remove_Fields.txt[] include::admin/Org_Unit_Proximity_Adjustments.txt[] -- 2.43.2