From 4c699828e230b0b53fb559fa6cc4cb7786da759a Mon Sep 17 00:00:00 2001
From: Dominik George <dominik.george@teckids.org>
Date: Mon, 10 Jan 2022 14:40:12 +0100
Subject: [PATCH] [Docs] Disambiguate headings (for the general handbook)

---
 docs/admin/00_index.rst    | 4 ++--
 docs/appendix/00_index.rst | 4 ++--
 docs/dev/00_index.rst      | 4 ++--
 docs/preamble/00_index.rst | 4 ++--
 docs/ref/00_index.rst      | 4 ++--
 docs/user/00_index.rst     | 4 ++--
 6 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/docs/admin/00_index.rst b/docs/admin/00_index.rst
index 3c60f9d95..b41aee2b8 100644
--- a/docs/admin/00_index.rst
+++ b/docs/admin/00_index.rst
@@ -1,5 +1,5 @@
-Configuration and administration
-================================
+Setup of the AlekSIS instance and the AlekSIS core
+==================================================
 
 .. toctree::
    :glob:
diff --git a/docs/appendix/00_index.rst b/docs/appendix/00_index.rst
index 102354b28..f41fee01d 100644
--- a/docs/appendix/00_index.rst
+++ b/docs/appendix/00_index.rst
@@ -1,5 +1,5 @@
-Appendix
-========
+Appendices of AlekSIS-Core
+==========================
 
 .. toctree::
    :glob:
diff --git a/docs/dev/00_index.rst b/docs/dev/00_index.rst
index 5278cebd4..7a0783cf5 100644
--- a/docs/dev/00_index.rst
+++ b/docs/dev/00_index.rst
@@ -1,5 +1,5 @@
-Development of AlekSIS apps
-===========================
+Development of AlekSIS apps using the AlekSIS core
+==================================================
 
 .. toctree::
    :glob:
diff --git a/docs/preamble/00_index.rst b/docs/preamble/00_index.rst
index a8f64c51e..02ffd34ae 100644
--- a/docs/preamble/00_index.rst
+++ b/docs/preamble/00_index.rst
@@ -1,5 +1,5 @@
-Preamble
-========
+Introduction to AlekSIS and the AlekSIS core
+============================================
 
 .. toctree::
    :glob:
diff --git a/docs/ref/00_index.rst b/docs/ref/00_index.rst
index 1f1524f16..9e452214d 100644
--- a/docs/ref/00_index.rst
+++ b/docs/ref/00_index.rst
@@ -1,5 +1,5 @@
-API and models reference
-========================
+Core API and models reference
+=============================
 
 .. toctree::
    :glob:
diff --git a/docs/user/00_index.rst b/docs/user/00_index.rst
index e2022ae15..d8da67c26 100644
--- a/docs/user/00_index.rst
+++ b/docs/user/00_index.rst
@@ -1,5 +1,5 @@
-End-user documentation
-======================
+Using basic features of the AlekSIS Core
+========================================
 
 .. toctree::
    :glob:
-- 
GitLab