From 98a377b551d40e6f66b3acc38efffa41a2d1b26f Mon Sep 17 00:00:00 2001 From: Daniel Barlow Date: Mon, 7 Apr 2025 23:40:42 +0100 Subject: [PATCH] mess with the outline (config and admin now come under a single top-level section) --- doc/development.adoc | 3 +-- doc/index.adoc | 2 ++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/development.adoc b/doc/development.adoc index 108b1a71..1813b071 100644 --- a/doc/development.adoc +++ b/doc/development.adoc @@ -1,5 +1,4 @@ -= Development - += For Developers == Contributions diff --git a/doc/index.adoc b/doc/index.adoc index 126e15b6..c5b28fab 100644 --- a/doc/index.adoc +++ b/doc/index.adoc @@ -8,6 +8,8 @@ include::tutorial.adoc[] include::installation.adoc[] += For Administrators + include::configuration.adoc[] include::admin.adoc[]