Skip to content

Commit c4e1d05

Browse files
authored
docs: updates to installation doc (#13848)
* docs: updates to installation doc * small iteration
1 parent 1d3231d commit c4e1d05

File tree

3 files changed

+24
-4
lines changed

3 files changed

+24
-4
lines changed

www/apps/book/app/learn/installation/page.mdx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,15 @@ export const metadata = {
88

99
In this chapter, you'll learn how to install and run a Medusa application.
1010

11-
## Create Medusa Application
11+
## Get Started with Cloud
12+
13+
Cloud is Medusa's PaaS platform that allows you to deploy and manage production-ready Medusa applications with ease. Benefit from features like zero-configuration deployments, automatic scaling, and GitHub integration to streamline your development workflow.
14+
15+
Refer to the [Sign Up](!cloud!/sign-up) guide to create your first Medusa project in minutes.
16+
17+
---
18+
19+
## Create Medusa Application Locally
1220

1321
A Medusa application is made up of a Node.js server and an admin dashboard. You can optionally install the [Next.js Starter Storefront](!resources!/nextjs-starter) separately either while installing the Medusa application or at a later point.
1422

www/apps/book/generated/edit-dates.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ export const generatedEditDates = {
9696
"app/learn/build/page.mdx": "2025-10-17T14:48:44.767Z",
9797
"app/learn/deployment/general/page.mdx": "2025-10-21T07:39:08.998Z",
9898
"app/learn/fundamentals/workflows/multiple-step-usage/page.mdx": "2025-08-01T14:59:59.501Z",
99-
"app/learn/installation/page.mdx": "2025-07-23T14:28:50.404Z",
99+
"app/learn/installation/page.mdx": "2025-10-24T09:22:44.583Z",
100100
"app/learn/fundamentals/data-models/check-constraints/page.mdx": "2025-07-25T13:50:21.065Z",
101101
"app/learn/fundamentals/module-links/link/page.mdx": "2025-04-07T08:03:14.513Z",
102102
"app/learn/fundamentals/workflows/store-executions/page.mdx": "2025-04-17T08:29:10.166Z",

www/apps/book/public/llms-full.txt

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23313,7 +23313,15 @@ You can learn more about your Medusa application and its setup in the [Installat
2331323313

2331423314
In this chapter, you'll learn how to install and run a Medusa application.
2331523315

23316-
## Create Medusa Application
23316+
## Get Started with Cloud
23317+
23318+
Cloud is Medusa's PaaS platform that allows you to deploy and manage production-ready Medusa applications with ease. Benefit from features like zero-configuration deployments, automatic scaling, and GitHub integration to streamline your development workflow.
23319+
23320+
Refer to the [Sign Up](https://docs.medusajs.com/cloud/sign-up/index.html.md) guide to create your first Medusa project in minutes.
23321+
23322+
***
23323+
23324+
## Create Medusa Application Locally
2331723325

2331823326
A Medusa application is made up of a Node.js server and an admin dashboard. You can optionally install the [Next.js Starter Storefront](https://docs.medusajs.com/resources/nextjs-starter/index.html.md) separately either while installing the Medusa application or at a later point.
2331923327

@@ -116730,9 +116738,13 @@ To update these packages in your standalone project, update their version in you
116730116738

116731116739
The page you were looking for isn't available.
116732116740

116741+
If you're looking for Medusa v1 documentation, it's been moved to [docs.medusajs.com/v1](https://docs.medusajs.com/v1/index.html.md).
116742+
116733116743
If you think this is a mistake, please [report this issue on GitHub](https://github.com/medusajs/medusa/issues/new?assignees=\&labels=type%3A+docs\&template=docs.yml).
116734116744

116735-
- [Get Started Docs](https://docs.medusajs.com//index.html.md)
116745+
## Other Resources
116746+
116747+
- [Get Started Docs](https://docs.medusajs.com/docs/learn/index.html.md)
116736116748
- [Commerce Modules](https://docs.medusajs.com/resources/commerce-modules/index.html.md)
116737116749
- [Admin API reference](https://docs.medusajs.com/api/admin)
116738116750
- [Store API reference](https://docs.medusajs.com/api/store)

0 commit comments

Comments
 (0)