Files
medusa-store/www/apps/cloud/sidebar.mjs
2025-06-12 11:29:14 +03:00

15 lines
242 B
JavaScript

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