{% include "includes/head_content.html" %} {{ project.name }} - Documentation {# Vortex shell docs index. The titlebar is the SAME include the project page uses and branches on `exists("project")`, so it renders identically here — the project's left tab (mapped to the in-page "Project" panel), the nav-menu buttons, and the pinned logo/Settings tabs. We deliberately reuse the "Project" panel name so that tab stays active while showing docs content; navigating to the docs does not change the titlebar. The index body is the version switcher plus a topics and a classes section. They are themed as a Layers stack — "Sidebar" > "Switcher" > "Section" > "Option" — matching styles/project.json; the .sidebar_switcher/.sidebar_sect/ .link_button classes drive the expand/collapse layout (docs_sidebars.js, sidebar_docs.css). #} {{ uv.titlebar_html }} {{ uv.page_html }} {{ uv.settings_html }}