mirror of
https://github.com/jpawlowski/hass.tibber_prices.git
synced 2026-05-28 18:43:40 +00:00
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
53 lines
1.2 KiB
JSON
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
|
|
}
|
|
]
|
|
}
|