hass.tibber_prices/docs/user/versioned_sidebars/version-v0.28.0-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

53 lines
1.2 KiB
JSON

{
"tutorialSidebar": [
"intro",
{
"type": "category",
"label": "🚀 Getting Started",
"items": ["installation", "configuration"],
"collapsible": true,
"collapsed": false
},
{
"type": "category",
"label": "📖 Core Concepts",
"items": ["concepts", "glossary"],
"collapsible": true,
"collapsed": false
},
{
"type": "category",
"label": "📊 Features",
"items": [
"sensors",
"period-calculation",
"dynamic-icons",
"icon-colors",
"actions"
],
"collapsible": true,
"collapsed": false
},
{
"type": "category",
"label": "🎨 Visualization",
"items": ["dashboard-examples", "chart-examples"],
"collapsible": true,
"collapsed": false
},
{
"type": "category",
"label": "🤖 Automation",
"items": ["automation-examples"],
"collapsible": true,
"collapsed": false
},
{
"type": "category",
"label": "🔧 Help & Support",
"items": ["faq", "troubleshooting"],
"collapsible": true,
"collapsed": false
}
]
}