- CrateDB
{% if project == 'Getting Started' %}
-
Getting Started
{{ toctree(maxdepth=3|toint, collapse=False, includehidden=theme_globaltoc_includehidden|tobool) }}
{% else %}
- Getting Started
{% endif %}
{% if project == 'CrateDB' %}
-
Reference
{{ toctree(maxdepth=3|toint, collapse=False, includehidden=theme_globaltoc_includehidden|tobool) }}
{% else %}
- Reference
{% endif %}
{% if project == 'Crate Guide' %}
-
Guide
{{ toctree(maxdepth=3|toint, collapse=False, includehidden=theme_globaltoc_includehidden|tobool) }}
{% else %}
- Guide
{% endif %}
- CrateDB Cloud
{% if project == 'Cloud Console' %}
-
Console
{{ toctree(maxdepth=1|toint, collapse=False, includehidden=theme_globaltoc_includehidden|tobool) }}
{% else %}
- Console
{% endif %}
{% if project == 'Croud CLI' %}
-
Croud CLI
{{ toctree(maxdepth=2|toint, collapse=False, includehidden=theme_globaltoc_includehidden|tobool) }}
{% else %}
- Croud CLI
{% endif %}
{% if project == 'IoT Data Platform' %}
-
IoT Data Platform
{{ toctree(maxdepth=2|toint, collapse=False, includehidden=theme_globaltoc_includehidden|tobool) }}
{% 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