{
  "routes": [
    {
      "title": "Styled System",
      "routes": [
        {
          "title": "Features",
          "path": "/docs/styled-system",
          "open": true,
          "routes": [
            {
              "title": "Style Props",
              "path": "/docs/styled-system/style-props"
            },
            {
              "title": "Gradient",
              "path": "/docs/styled-system/gradient"
            },
            {
              "title": "Color Mode",
              "path": "/docs/styled-system/color-mode"
            },
            {
              "title": "CSS Variables",
              "path": "/docs/styled-system/css-variables"
            },
            {
              "title": "Semantic Tokens",
              "path": "/docs/styled-system/semantic-tokens"
            },
            {
              "title": "Responsive Styles",
              "path": "/docs/styled-system/responsive-styles"
            },
            {
              "title": "Chakra Factory",
              "path": "/docs/styled-system/chakra-factory"
            },
            {
              "title": "CLI",
              "path": "/docs/styled-system/cli"
            },
            {
              "title": "Global Styles",
              "path": "/docs/styled-system/global-styles"
            },
            {
              "title": "Text & Layer Styles",
              "path": "/docs/styled-system/text-and-layer-styles"
            },
            {
              "title": "The `sx` Prop",
              "path": "/docs/styled-system/the-sx-prop"
            },
            {
              "title": "RTL Support",
              "path": "/docs/styled-system/rtl-support"
            }
          ]
        },
        {
          "title": "Theming",
          "path": "/docs/theming",
          "open": true,
          "routes": [
            {
              "title": "Default Theme",
              "path": "/docs/styled-system/theme"
            },
            {
              "title": "Customize Theme",
              "path": "/docs/styled-system/customize-theme"
            },
            {
              "title": "Component Style",
              "path": "/docs/styled-system/component-style"
            },
            {
              "title": "Advanced",
              "path": "/docs/styled-system/advanced-theming"
            }
          ]
        }
      ]
    }
  ]
}
