Added sphinx indexes

This commit is contained in:
Kevin Veen-Birkenbach 2025-03-15 11:06:24 +01:00
parent f6a42a4a5d
commit 9ec40f8025
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E
4 changed files with 19 additions and 7 deletions

View File

@ -27,11 +27,12 @@ html_theme = 'alabaster'
html_static_path = ['_static']
html_sidebars = {
'**': [
'globaltoc.html', # globales Inhaltsverzeichnis
'relations.html', # Prev/Next Navigation
'searchbox.html', # Suchfeld
'localtoc.html', # Zeigt die lokale Navigation an
'relations.html', # Vorherige/Nächste Seite
'searchbox.html', # Suchfeld
]
}
html_theme_options = {
'fixed_sidebar': True,
}

View File

View File

@ -1,10 +1,12 @@
.. CyMaIS - Cyber Master Infrastructure Solution documentation
CyMaIS - Cyber Master Infrastructure Solution documentation
===========================================================
.. toctree::
:maxdepth: 5
:maxdepth: 2
:caption: Index:
:glob:
:titlesonly:
**
*
:doc:`roles/index`

9
roles/index.rst Normal file
View File

@ -0,0 +1,9 @@
.. CyMaIS - Cyber Master Infrastructure Solution documentation
===========================================================
.. toctree::
:maxdepth: 5
:caption: Index:
:glob:
**