mirror of
https://github.com/jpawlowski/hass.tibber_prices.git
synced 2026-04-09 17:13:41 +00:00
61 lines
1.5 KiB
JSON
61 lines
1.5 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
|
|
}
|
|
]
|
|
}
|