docs: updates to installation doc (#13848)
* docs: updates to installation doc * small iteration
This commit is contained in:
@@ -23313,7 +23313,15 @@ You can learn more about your Medusa application and its setup in the [Installat
|
||||
|
||||
In this chapter, you'll learn how to install and run a Medusa application.
|
||||
|
||||
## Create Medusa Application
|
||||
## Get Started with Cloud
|
||||
|
||||
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.
|
||||
|
||||
Refer to the [Sign Up](https://docs.medusajs.com/cloud/sign-up/index.html.md) guide to create your first Medusa project in minutes.
|
||||
|
||||
***
|
||||
|
||||
## Create Medusa Application Locally
|
||||
|
||||
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.
|
||||
|
||||
@@ -116730,9 +116738,13 @@ To update these packages in your standalone project, update their version in you
|
||||
|
||||
The page you were looking for isn't available.
|
||||
|
||||
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).
|
||||
|
||||
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).
|
||||
|
||||
- [Get Started Docs](https://docs.medusajs.com//index.html.md)
|
||||
## Other Resources
|
||||
|
||||
- [Get Started Docs](https://docs.medusajs.com/docs/learn/index.html.md)
|
||||
- [Commerce Modules](https://docs.medusajs.com/resources/commerce-modules/index.html.md)
|
||||
- [Admin API reference](https://docs.medusajs.com/api/admin)
|
||||
- [Store API reference](https://docs.medusajs.com/api/store)
|
||||
|
||||
Reference in New Issue
Block a user