docs: added cloud documentation project (#12711)
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
/** @type {import('types').Sidebar.RawSidebar[]} */
|
||||
export const sidebar = [
|
||||
{
|
||||
sidebar_id: "cloud",
|
||||
title: "Cloud",
|
||||
items: [
|
||||
{
|
||||
type: "link",
|
||||
path: "/",
|
||||
title: "Introduction",
|
||||
},
|
||||
],
|
||||
},
|
||||
]
|
||||
Reference in New Issue
Block a user