• 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' %}
    • Crash CLI {{ toctree(maxdepth=1|toint, collapse=False, includehidden=theme_globaltoc_includehidden|tobool) }}
    • {% else %}
    • Crash CLI
    • {% 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 %}
    {% if project == 'JDBC' %}
  • JDBC {{ toctree(maxdepth=1|toint, collapse=False, includehidden=theme_globaltoc_includehidden|tobool) }}
  • {% else %}
  • JDBC
  • {% endif %} {% if project == 'DBAL' %}
  • PHP DBAL {{ toctree(maxdepth=1|toint, collapse=False, includehidden=theme_globaltoc_includehidden|tobool) }}
  • {% else %}
  • PHP DBAL
  • {% endif %} {% if project == 'PDO' %}
  • PHP PDO {{ toctree(maxdepth=1|toint, collapse=False, includehidden=theme_globaltoc_includehidden|tobool) }}
  • {% else %}
  • PHP PDO
  • {% endif %} {% if project == 'Python' %}
  • Python {{ toctree(maxdepth=1|toint, collapse=False, includehidden=theme_globaltoc_includehidden|tobool) }}
  • {% else %}
  • Python
  • {% endif %} {% if project == '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