* docs: updates for storefront in cloud * comment-out pnpm * fix broken link * npm prerequisites * Update www/apps/cloud/app/storefront/page.mdx Co-authored-by: Stevche Radevski <sradevski@live.com> * remove global cdn --------- Co-authored-by: Stevche Radevski <sradevski@live.com>
236 lines
5.3 KiB
JavaScript
236 lines
5.3 KiB
JavaScript
/** @type {import('types').Sidebar.RawSidebar[]} */
|
|
export const sidebar = [
|
|
{
|
|
sidebar_id: "cloud",
|
|
title: "Cloud",
|
|
items: [
|
|
{
|
|
type: "category",
|
|
title: "Getting Started",
|
|
initialOpen: true,
|
|
children: [
|
|
{
|
|
type: "link",
|
|
path: "/",
|
|
title: "Introduction",
|
|
},
|
|
{
|
|
type: "link",
|
|
path: "/sign-up",
|
|
title: "Sign Up",
|
|
},
|
|
{
|
|
type: "link",
|
|
path: "/faq",
|
|
title: "FAQ",
|
|
},
|
|
{
|
|
type: "link",
|
|
path: "/comparison",
|
|
title: "Cloud vs Self Hosting",
|
|
},
|
|
],
|
|
},
|
|
{
|
|
type: "category",
|
|
title: "Basics",
|
|
initialOpen: true,
|
|
children: [
|
|
{
|
|
type: "link",
|
|
title: "Organizations",
|
|
path: "/organizations",
|
|
},
|
|
{
|
|
type: "link",
|
|
title: "Projects",
|
|
path: "/projects",
|
|
children: [
|
|
{
|
|
type: "link",
|
|
title: "Prerequisites",
|
|
path: "/projects/prerequisites",
|
|
},
|
|
],
|
|
},
|
|
{
|
|
type: "link",
|
|
title: "Environments",
|
|
path: "/environments",
|
|
children: [
|
|
{
|
|
type: "link",
|
|
title: "Long-Lived",
|
|
path: "/environments/long-lived",
|
|
},
|
|
{
|
|
type: "link",
|
|
title: "Preview",
|
|
path: "/environments/preview",
|
|
},
|
|
{
|
|
type: "link",
|
|
title: "Environment Variables",
|
|
path: "/environments/environment-variables",
|
|
},
|
|
],
|
|
},
|
|
{
|
|
type: "link",
|
|
title: "Deployments",
|
|
path: "/deployments",
|
|
children: [
|
|
{
|
|
type: "link",
|
|
title: "Access Deployment",
|
|
path: "/deployments/access",
|
|
},
|
|
{
|
|
type: "link",
|
|
title: "Troubleshooting",
|
|
path: "/deployments/troubleshooting",
|
|
},
|
|
],
|
|
},
|
|
{
|
|
type: "link",
|
|
title: "Account",
|
|
path: "/user",
|
|
},
|
|
],
|
|
},
|
|
{
|
|
type: "category",
|
|
title: "Resources",
|
|
initialOpen: true,
|
|
children: [
|
|
{
|
|
type: "link",
|
|
title: "Storefront",
|
|
path: "/storefront",
|
|
},
|
|
{
|
|
type: "link",
|
|
title: "Database",
|
|
path: "/database",
|
|
},
|
|
{
|
|
type: "link",
|
|
title: "Redis",
|
|
path: "/redis",
|
|
},
|
|
{
|
|
type: "link",
|
|
title: "S3",
|
|
path: "/s3",
|
|
},
|
|
{
|
|
type: "link",
|
|
title: "Cache",
|
|
path: "/cache",
|
|
},
|
|
{
|
|
type: "link",
|
|
title: "Emails",
|
|
path: "/emails",
|
|
children: [
|
|
{
|
|
type: "link",
|
|
title: "React Email Templates",
|
|
path: "/emails/react-email",
|
|
},
|
|
],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
type: "category",
|
|
title: "Plugins",
|
|
initialOpen: true,
|
|
children: [
|
|
{
|
|
type: "link",
|
|
title: "Loyalty",
|
|
path: "/loyalty-plugin",
|
|
},
|
|
{
|
|
type: "link",
|
|
title: "Draft Orders",
|
|
path: "https://docs.medusajs.com/resources/commerce-modules/order/draft-orders",
|
|
badge: {
|
|
text: "Published",
|
|
variant: "blue",
|
|
},
|
|
},
|
|
],
|
|
},
|
|
{
|
|
type: "category",
|
|
title: "Billing",
|
|
initialOpen: true,
|
|
children: [
|
|
{
|
|
type: "link",
|
|
title: "Overview",
|
|
path: "/billing",
|
|
},
|
|
{
|
|
type: "link",
|
|
title: "Plans & Pricing",
|
|
path: "/pricing",
|
|
},
|
|
{
|
|
type: "link",
|
|
title: "Manage Plans",
|
|
path: "/billing/plans",
|
|
},
|
|
{
|
|
type: "link",
|
|
title: "Manage Billing Details",
|
|
path: "/billing/manage",
|
|
},
|
|
],
|
|
},
|
|
{
|
|
type: "category",
|
|
title: "Monitoring",
|
|
initialOpen: true,
|
|
children: [
|
|
{
|
|
type: "link",
|
|
title: "Logs",
|
|
path: "/logs",
|
|
},
|
|
{
|
|
type: "link",
|
|
title: "Notifications",
|
|
path: "/notifications",
|
|
},
|
|
{
|
|
type: "link",
|
|
title: "Usage",
|
|
path: "/usage",
|
|
},
|
|
],
|
|
},
|
|
{
|
|
type: "category",
|
|
title: "Best Practices",
|
|
initialOpen: true,
|
|
children: [
|
|
{
|
|
type: "link",
|
|
title: "Update Medusa",
|
|
path: "/update-medusa",
|
|
},
|
|
{
|
|
type: "link",
|
|
title: "Connect Storefront",
|
|
path: "/connect-storefront",
|
|
},
|
|
],
|
|
},
|
|
],
|
|
},
|
|
]
|