16 lines
283 B
JavaScript
16 lines
283 B
JavaScript
export const generatedSidebars = [
|
|
{
|
|
"sidebar_id": "cloud",
|
|
"title": "Cloud",
|
|
"items": [
|
|
{
|
|
"loaded": true,
|
|
"isPathHref": true,
|
|
"type": "link",
|
|
"path": "/",
|
|
"title": "Introduction",
|
|
"children": []
|
|
}
|
|
]
|
|
}
|
|
] |