Started fetching data for sidebars!

This commit is contained in:
Mauro Balades
2024-04-25 19:09:35 +02:00
parent 0d6cf99e21
commit 120f4a208e
6 changed files with 74 additions and 13 deletions

16
docs/side-panels.md Normal file
View File

@@ -0,0 +1,16 @@
# Zen Side Panels
The `zen.sizepanels.data` configuration will be a JSON string that follows the following data:
```
{
data: {
"p1": {
"url": "https://google.com"
}
},
"index": [
"p1"
]
}
```