feat: documentation subsection test
This commit is contained in:
parent
386af902a4
commit
e21995a36d
@ -72,7 +72,7 @@ html_theme_options = {
|
||||
# 'analytics_id': '',
|
||||
# 'sticky_navigation': True # Set to False to disable the sticky nav while scrolling.
|
||||
# 'logo_only': True, # if we have a html_logo below, this shows /only/ the logo with no title text
|
||||
#'collapse_navigation': False, # Collapse navigation (False makes it tree-like)
|
||||
'collapse_navigation': False, # Collapse navigation (False makes it tree-like)
|
||||
# 'display_version': True, # Display the docs version
|
||||
# 'navigation_depth': 4, # Depth of the headers shown in the navigation bar
|
||||
}
|
||||
|
@ -44,6 +44,13 @@ Documentation is organized into the following sections:
|
||||
install
|
||||
quickstart
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
:caption: Tutorials
|
||||
:name: sec-tutorials
|
||||
|
||||
tutorials/hosting_guide
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
:caption: Community
|
||||
|
13
docs/tutorials/hosting_guide.rst
Normal file
13
docs/tutorials/hosting_guide.rst
Normal file
@ -0,0 +1,13 @@
|
||||
================
|
||||
Advanced hosting
|
||||
================
|
||||
|
||||
WIP
|
||||
|
||||
Port forwarding
|
||||
===============
|
||||
|
||||
For now, a session use 4 ports to run.
|
||||
If 5555 is given in host settings, it will use 5555, 5556 (5555+1), 5557 (5555+2), 5558 (5555+3
|
||||
|
||||
|
8
docs/tutorials/index.rst
Normal file
8
docs/tutorials/index.rst
Normal file
@ -0,0 +1,8 @@
|
||||
Tutorials
|
||||
=========
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
:name: toc-tutorial
|
||||
|
||||
hosting_guide
|
Loading…
x
Reference in New Issue
Block a user