• CrateDB
    • {% if project == 'CrateDB: Tutorials' %}
    • Tutorials {{ toctree(maxdepth=3|toint, collapse=False, includehidden=theme_globaltoc_includehidden|tobool) }}
    • {% else %}
    • Tutorials
    • {% endif %} {% if project == 'CrateDB: 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 %} {% if project == 'CrateDB: Clients and Tools' %}
    • Clients and Tools {{ toctree(maxdepth=3|toint, collapse=False, includehidden=theme_globaltoc_includehidden|tobool) }}
    • {% else %}
    • Clients and Tools
    • {% endif %} {% if project == 'CrateDB: Admin UI' %}
    • Admin UI {{ toctree(maxdepth=1|toint, collapse=False, includehidden=theme_globaltoc_includehidden|tobool) }}
    • {% else %}
    • Admin UI
    • {% endif %} {% if project == 'CrateDB: Crash CLI' %}
    • Crash CLI {{ toctree(maxdepth=1|toint, collapse=False, includehidden=theme_globaltoc_includehidden|tobool) }}
    • {% else %}
    • Crash CLI
    • {% endif %}
  • CrateDB Cloud
    • {% if project == 'CrateDB Cloud: Tutorials' %}
    • Tutorials {{ toctree(maxdepth=2|toint, collapse=False, includehidden=theme_globaltoc_includehidden|tobool) }}
    • {% else %}
    • Tutorials
    • {% endif %} {% if project == 'CrateDB 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 == 'CrateDB Cloud: Reference' %}
    • Reference {{ toctree(maxdepth=1|toint, collapse=False, includehidden=theme_globaltoc_includehidden|tobool) }}
    • {% else %}
    • Reference
    • {% endif %} {% if project == 'CrateDB Cloud: Croud CLI' %}
    • Croud CLI {{ toctree(maxdepth=2|toint, collapse=False, includehidden=theme_globaltoc_includehidden|tobool) }}
    • {% else %}
    • Croud CLI
    • {% endif %}
    {% if project == 'CrateDB JDBC' %}
  • JDBC {{ toctree(maxdepth=1|toint, collapse=False, includehidden=theme_globaltoc_includehidden|tobool) }}
  • {% else %}
  • JDBC
  • {% endif %} {% if project == 'CrateDB DBAL' %}
  • PHP DBAL {{ toctree(maxdepth=1|toint, collapse=False, includehidden=theme_globaltoc_includehidden|tobool) }}
  • {% else %}
  • PHP DBAL
  • {% endif %} {% if project == 'CrateDB PDO' %}
  • PHP PDO {{ toctree(maxdepth=1|toint, collapse=False, includehidden=theme_globaltoc_includehidden|tobool) }}
  • {% else %}
  • PHP PDO
  • {% endif %} {% if project == 'CrateDB Python' %}
  • Python {{ toctree(maxdepth=1|toint, collapse=False, includehidden=theme_globaltoc_includehidden|tobool) }}
  • {% else %}
  • Python
  • {% endif %} {% if project == 'CrateDB 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