{
  "name": "admin-sidebar-brand-version",
  "kind": "block",
  "primary": "admin-sidebar",
  "page": "/site/patterns/admin-sidebar.html",
  "slots": [],
  "nested": [],
  "attrs": {
    "slot": "leading",
    "name": "demo-sw-3"
  },
  "html": "<admin-sidebar slot=\"leading\" name=\"demo-sw-3\">\n          <admin-topbar slot=\"header\">\n            <admin-entity-item slot=\"heading\">\n              <img slot=\"icon\" class=\"brand-logo\" src=\"/icons/agent-ui-light.svg\" alt=\"\">\n              <span slot=\"label\">Adia Docs</span>\n            </admin-entity-item>\n          </admin-topbar>\n          <section-ui>\n            <nav-ui>\n              <nav-item-ui icon=\"house\" text=\"Home\" selected></nav-item-ui>\n              <nav-item-ui icon=\"cube\" text=\"Components\"></nav-item-ui>\n              <nav-item-ui icon=\"star\" text=\"Changelog\"></nav-item-ui>\n            </nav-ui>\n          </section-ui>\n          <admin-statusbar slot=\"footer\">\n            <span>v1.0.0</span>\n          </admin-statusbar>\n        </admin-sidebar>",
  "source": "site/pages/patterns/admin-sidebar.html",
  "metadata": {
    "domain": "navigation",
    "description": "Minimal admin sidebar rail with a static brand header and a version string in the footer — for docs sites with no authentication. The simplest nav rail shape.",
    "keywords": [
      "admin",
      "sidebar",
      "brand",
      "version",
      "docs",
      "minimal",
      "no-auth",
      "logo",
      "nav",
      "rail",
      "header",
      "footer",
      "admin-sidebar",
      "admin-statusbar",
      "navigation",
      "simple",
      "version-string",
      "documentation"
    ]
  },
  "captured_at": "2026-06-09T18:16:34.245Z",
  "template": [
    {
      "id": "image",
      "component": "Image",
      "slot": "icon",
      "src": "/icons/agent-ui-light.svg"
    },
    {
      "id": "text",
      "component": "Text",
      "variant": "body",
      "slot": "label",
      "textContent": "Adia Docs"
    },
    {
      "id": "column",
      "component": "Column",
      "slot": "heading",
      "children": [
        "image",
        "text"
      ]
    },
    {
      "id": "admin-topbar",
      "component": "AdminTopbar",
      "slot": "header",
      "children": [
        "column"
      ]
    },
    {
      "id": "nav-item",
      "component": "NavItem",
      "icon": "house",
      "selected": true,
      "text": "Home"
    },
    {
      "id": "nav-item-2",
      "component": "NavItem",
      "icon": "cube",
      "text": "Components"
    },
    {
      "id": "nav-item-3",
      "component": "NavItem",
      "icon": "star",
      "text": "Changelog"
    },
    {
      "id": "nav",
      "component": "Nav",
      "children": [
        "nav-item",
        "nav-item-2",
        "nav-item-3"
      ]
    },
    {
      "id": "text-2",
      "component": "Text",
      "variant": "body",
      "textContent": "v1.0.0"
    },
    {
      "id": "admin-statusbar",
      "component": "AdminStatusbar",
      "slot": "footer",
      "children": [
        "text-2"
      ]
    },
    {
      "id": "root",
      "component": "Sidebar",
      "slot": "leading",
      "name": "demo-sw-3",
      "children": [
        "admin-topbar",
        "nav",
        "admin-statusbar"
      ]
    }
  ]
}
