From: Ben Scott Date: Thu, 8 May 2025 20:01:16 +0000 (-0400) Subject: [#3881] Move "Configuration Files Inclusion" X-Git-Tag: Kea-3.0.0~50 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9980d67f6f7d7b1e5fa5dde714b40c86e395b3da;p=thirdparty%2Fkea.git [#3881] Move "Configuration Files Inclusion" The RST section on the JSON feature was put after the RST include directive for the config-backend.rst file, resulting in the "Configuration Files Inclusion" content accientally appearing within the CB section. Move it to fix and add an RST comment to make the structure more obvious. --- diff --git a/doc/sphinx/arm/config.rst b/doc/sphinx/arm/config.rst index 6d8c42b648..0c3eaea90a 100644 --- a/doc/sphinx/arm/config.rst +++ b/doc/sphinx/arm/config.rst @@ -278,9 +278,6 @@ in the first subnet defined in the DHCPv4 configuration as Dhcp4/subnet4[0]/pool. -.. include:: config-backend.rst - - Configuration Files Inclusion ----------------------------- @@ -339,3 +336,8 @@ where the content of "subnets.json" may be: ], ... } + + +.. END OF SECTION - put any in-section additions above the includes + +.. include:: config-backend.rst