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
56 lines
1.2 KiB
JSON
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
|
|
}
|
|
]
|
|
}
|