- CrateDB
{% if project == 'CrateDB Tutorials' %}
-
Tutorials
{{ toctree(maxdepth=3|toint, collapse=False, includehidden=theme_globaltoc_includehidden|tobool) }}
{% else %}
- Tutorials
{% endif %}
{% if project == 'Crate How-To Guides' %}
-
How-To Guides
{{ toctree(maxdepth=3|toint, collapse=False, includehidden=theme_globaltoc_includehidden|tobool) }}
{% else %}
- How-To Guides
{% endif %}
{% if project == 'CrateDB Reference' %}
-
Reference
{{ toctree(maxdepth=3|toint, collapse=False, includehidden=theme_globaltoc_includehidden|tobool) }}
{% else %}
- Reference
{% endif %}
- CrateDB Cloud
{% if project == 'Cloud Tutorials' %}
-
Tutorials
{{ toctree(maxdepth=2|toint, collapse=False, includehidden=theme_globaltoc_includehidden|tobool) }}
{% else %}
- Tutorials
{% endif %}
{% if project == 'Cloud How-To Guides' %}
-
How-To Guides
{{ toctree(maxdepth=1|toint, collapse=False, includehidden=theme_globaltoc_includehidden|tobool) }}
{% else %}
- How-To Guides
{% endif %}
{% if project == 'Cloud Reference' %}
-
Reference
{{ toctree(maxdepth=1|toint, collapse=False, includehidden=theme_globaltoc_includehidden|tobool) }}
{% else %}
- Reference
{% endif %}
{% if project == 'Croud CLI' %}
-
Croud CLI
{{ toctree(maxdepth=2|toint, collapse=False, includehidden=theme_globaltoc_includehidden|tobool) }}
{% else %}
- Croud CLI
{% endif %}
- CrateDB Clients
{% if project == 'Crate Admin' %}
-
CrateDB Admin UI
{{ toctree(maxdepth=1|toint, collapse=False, includehidden=theme_globaltoc_includehidden|tobool) }}
{% else %}
- CrateDB Admin UI
{% endif %}
{% if project == 'Crate Shell' %}
-
CrateDB Shell
{{ toctree(maxdepth=1|toint, collapse=False, includehidden=theme_globaltoc_includehidden|tobool) }}
{% else %}
- CrateDB Shell
{% endif %}
{% if project == 'Crate JDBC Driver' %}
-
JDBC
{{ toctree(maxdepth=1|toint, collapse=False, includehidden=theme_globaltoc_includehidden|tobool) }}
{% else %}
- JDBC
{% endif %}
{% if project == 'Crate DBAL' %}
-
PHP DBAL
{{ toctree(maxdepth=1|toint, collapse=False, includehidden=theme_globaltoc_includehidden|tobool) }}
{% else %}
- PHP DBAL
{% endif %}
{% if project == 'Crate PDO' %}
-
PHP PDO
{{ toctree(maxdepth=1|toint, collapse=False, includehidden=theme_globaltoc_includehidden|tobool) }}
{% else %}
- PHP PDO
{% endif %}
{% if project == 'Crate Python' %}
-
Python
{{ toctree(maxdepth=1|toint, collapse=False, includehidden=theme_globaltoc_includehidden|tobool) }}
{% else %}
- Python
{% endif %}
{% if project == 'Crate Npgsql' %}
-
.NET Npgsql
{{ toctree(maxdepth=1|toint, collapse=False, includehidden=theme_globaltoc_includehidden|tobool) }}
{% else %}
- .NET Npgsql
{% endif %}
- Sample Applications
{% if project == 'SQL 99' %}
-
SQL-99 Complete, Really
{{ toctree(maxdepth=2|toint, collapse=False, includehidden=theme_globaltoc_includehidden|tobool) }}
{% endif %}
- Support