From d41ce9473e3774396934b14d2e01fee22909bce1 Mon Sep 17 00:00:00 2001
From: Sina Rohde <s.rohde@indiscale.com>
Date: Thu, 2 Nov 2023 15:09:02 +0100
Subject: [PATCH] proposal for "back to overview"

---
 src/doc/index.rst | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/src/doc/index.rst b/src/doc/index.rst
index 7344b6aa..cf2f077f 100644
--- a/src/doc/index.rst
+++ b/src/doc/index.rst
@@ -14,13 +14,18 @@ Welcome to PyCaosDB's documentation!
    Administration <administration>
    High Level API <high_level_api>
    Code gallery <gallery/index>
-   API documentation<_apidoc/caosdb>
+   API documentation <_apidoc/caosdb>
+   Back to Overview <https://docs.indiscale.com/>
 
 This is the documentation for the Python client library for CaosDB, ``PyCaosDB``.
 
 This documentation helps you to :doc:`get started<README_SETUP>`, explains the most important
 :doc:`concepts<concepts>` and offers a range of :doc:`tutorials<tutorials/index>`.
 
+Or go back to the general `overview`_ of the documentation.
+
+.. _overview: https://docs.indiscale.com/
+
 
 Indices and tables
 ==================
-- 
GitLab