File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/crate/theme/rtd/crate Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2727 {% if project == 'CrateDB Cloud' %}
2828 < li class ="current ">
2929 < a class ="current-active " href ="{{ pathto(master_doc) }} "> CrateDB Cloud</ a >
30- {{ toctree(maxdepth=2 |toint, collapse=True, includehidden=theme_globaltoc_includehidden|tobool) }}
30+ {{ toctree(maxdepth=4 |toint, collapse=True, includehidden=theme_globaltoc_includehidden|tobool) }}
3131 </ li >
3232 {% else %}
3333 < li class ="navleft-item "> < a href ="/docs/cloud/ "> CrateDB Cloud</ a > </ li >
3636 {% if project == 'CrateDB: Guide' and pagename != 'home/index' %}
3737 < li class ="current ">
3838 < a class ="current-active " href ="{{ pathto(master_doc) }} "> Guides and Tutorials</ a >
39- {{ toctree(maxdepth=3 |toint, collapse=True, includehidden=theme_globaltoc_includehidden|tobool) }}
39+ {{ toctree(maxdepth=4 |toint, collapse=True, includehidden=theme_globaltoc_includehidden|tobool) }}
4040 </ li >
4141 {% else %}
4242 < li class ="navleft-item "> < a href ="/docs/guide/ "> Guides and Tutorials</ a > </ li >
You can’t perform that action at this time.
0 commit comments