Deeper toctree
diff --git a/sphinx/files/salt/source/index.rst b/sphinx/files/salt/source/index.rst
index 7c0b984..1d6e69e 100644
--- a/sphinx/files/salt/source/index.rst
+++ b/sphinx/files/salt/source/index.rst
@@ -11,7 +11,7 @@
 {%- endif %}
 
 .. toctree::
-   :maxdepth: 2
+   :maxdepth: 3
 
    services/index
    nodes/index
diff --git a/sphinx/files/salt/source/nodes/index.rst b/sphinx/files/salt/source/nodes/index.rst
index 7c90160..c483b30 100644
--- a/sphinx/files/salt/source/nodes/index.rst
+++ b/sphinx/files/salt/source/nodes/index.rst
@@ -30,7 +30,7 @@
 {%- endfor %}
 
 .. toctree::
-   :maxdepth: 2
+   :maxdepth: 3
 
 {% for node_name, node_grains in mine_nodes|dictsort %}
 {%- if node_grains.get('sphinx_doc', {}) != None %}
diff --git a/sphinx/files/salt/source/services/index.rst b/sphinx/files/salt/source/services/index.rst
index 47435c8..0fea8fc 100644
--- a/sphinx/files/salt/source/services/index.rst
+++ b/sphinx/files/salt/source/services/index.rst
@@ -6,8 +6,8 @@
 Definition of all services used within defined infrastructure.
 
 .. toctree::
-   :maxdepth: 2
+   :maxdepth: 3
 
    endpoints
    catalog
-   monitoring
\ No newline at end of file
+   monitoring