mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-11-03 19:58:14 +00:00 
			
		
		
		
	Added sphinx indexes
This commit is contained in:
		
							
								
								
									
										7
									
								
								conf.py
									
									
									
									
									
								
							
							
						
						
									
										7
									
								
								conf.py
									
									
									
									
									
								
							@@ -27,11 +27,12 @@ html_theme = 'alabaster'
 | 
				
			|||||||
html_static_path = ['_static']
 | 
					html_static_path = ['_static']
 | 
				
			||||||
html_sidebars = {
 | 
					html_sidebars = {
 | 
				
			||||||
    '**': [
 | 
					    '**': [
 | 
				
			||||||
        'globaltoc.html',    # globales Inhaltsverzeichnis
 | 
					        'localtoc.html',  # Zeigt die lokale Navigation an
 | 
				
			||||||
        'relations.html',    # Prev/Next Navigation
 | 
					        'relations.html',  # Vorherige/Nächste Seite
 | 
				
			||||||
        'searchbox.html',    # Suchfeld
 | 
					        'searchbox.html',  # Suchfeld
 | 
				
			||||||
    ]
 | 
					    ]
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
html_theme_options = {
 | 
					html_theme_options = {
 | 
				
			||||||
    'fixed_sidebar': True,
 | 
					    'fixed_sidebar': True,
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										10
									
								
								index.rst
									
									
									
									
									
								
							
							
						
						
									
										10
									
								
								index.rst
									
									
									
									
									
								
							@@ -1,10 +1,12 @@
 | 
				
			|||||||
.. CyMaIS - Cyber Master Infrastructure Solution documentation
 | 
					CyMaIS - Cyber Master Infrastructure Solution documentation
 | 
				
			||||||
===========================================================
 | 
					===========================================================
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.. toctree::
 | 
					.. toctree::
 | 
				
			||||||
   :maxdepth: 5
 | 
					   :maxdepth: 2
 | 
				
			||||||
   :caption: Index:
 | 
					   :caption: Index:
 | 
				
			||||||
   :glob:
 | 
					   :glob:
 | 
				
			||||||
   :titlesonly:
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
   **
 | 
					   *
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					:doc:`roles/index`
 | 
				
			||||||
							
								
								
									
										9
									
								
								roles/index.rst
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								roles/index.rst
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,9 @@
 | 
				
			|||||||
 | 
					.. CyMaIS - Cyber Master Infrastructure Solution documentation
 | 
				
			||||||
 | 
					===========================================================
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					.. toctree::
 | 
				
			||||||
 | 
					   :maxdepth: 5
 | 
				
			||||||
 | 
					   :caption: Index:
 | 
				
			||||||
 | 
					   :glob:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					   **
 | 
				
			||||||
		Reference in New Issue
	
	Block a user