docs: updates for storefront in cloud (#14491)

* 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>
This commit is contained in:
Shahed Nasser
2026-01-08 17:39:19 +02:00
committed by GitHub
co-authored by Stevche Radevski
parent bb599a26de
commit baaee11114
28 changed files with 855 additions and 220 deletions
@@ -29,6 +29,13 @@ const CLOUD_CACHE_SUGGESTION: CardProps = {
icon: ColoredMedusaIcon,
}
const CLOUD_STOREFRONT_SUGGESTION: CardProps = {
title: "Deploy to Cloud",
text: "Deploy to Cloud with storefront deployment support out-of-the-box.",
href: "https://cloud.medusajs.com/signup",
icon: ColoredMedusaIcon,
}
type Suggestions = Map<string, CardProps>
export const medusaSuggestions: Suggestions = new Map([
@@ -42,4 +49,6 @@ export const medusaSuggestions: Suggestions = new Map([
["minio", CLOUD_S3_SUGGESTION],
["cache", CLOUD_CACHE_SUGGESTION],
["caching", CLOUD_CACHE_SUGGESTION],
["vercel", CLOUD_STOREFRONT_SUGGESTION],
["netlify", CLOUD_STOREFRONT_SUGGESTION],
])