15 lines
242 B
JavaScript
15 lines
242 B
JavaScript
/** @type {import('types').Sidebar.RawSidebar[]} */
|
|
export const sidebar = [
|
|
{
|
|
sidebar_id: "cloud",
|
|
title: "Cloud",
|
|
items: [
|
|
{
|
|
type: "link",
|
|
path: "/",
|
|
title: "Introduction",
|
|
},
|
|
],
|
|
},
|
|
]
|