hass.tibber_prices/docs/developer/versioned_sidebars/version-v0.22.1-sidebars.json
Julian Pawlowski aa9a1200b8 chore(style): normalize Markdown list indentation across all docs
Convert four-space-indented list items (`-   item`) to standard two-space
(`- item`) in AGENTS.md, CONTRIBUTING.md, README.md, and all Docusaurus
documentation pages (developer and user, including versioned snapshots).
No content changes.

Release-Notes: skip
2026-04-12 14:15:31 +00:00

56 lines
1.2 KiB
JSON

{
"tutorialSidebar": [
"intro",
{
"type": "category",
"label": "🏗️ Architecture",
"items": [
"architecture",
"timer-architecture",
"caching-strategy",
"api-reference"
],
"collapsible": true,
"collapsed": false
},
{
"type": "category",
"label": "💻 Development",
"items": [
"setup",
"coding-guidelines",
"critical-patterns",
"repairs-system",
"debugging"
],
"collapsible": true,
"collapsed": false
},
{
"type": "category",
"label": "📐 Advanced Topics",
"items": [
"period-calculation-theory",
"refactoring-guide",
"performance",
"recorder-optimization"
],
"collapsible": true,
"collapsed": false
},
{
"type": "category",
"label": "📝 Contributing",
"items": ["contributing"],
"collapsible": true,
"collapsed": false
},
{
"type": "category",
"label": "🚀 Release",
"items": ["release-management", "testing"],
"collapsible": true,
"collapsed": false
}
]
}