docs: add keywords to cloud, fixes to installation and Index Module docs (#14129)

* docs: add keywords to cloud, fixes to installation and Index Module docs

* fix vale error
This commit is contained in:
Shahed Nasser
2025-11-26 14:36:29 +02:00
committed by GitHub
parent 458dc9d22b
commit 76660fb6cc
6 changed files with 69 additions and 56 deletions
@@ -10,15 +10,15 @@ In this chapter, you'll learn how to install and run a 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.
[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](!cloud!/sign-up) guide to create your first Medusa project in minutes.
[Sign up](http://cloud.medusajs.com/signup) with Cloud and 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](!resources!/nextjs-starter) separately either while installing the Medusa application or at a later point.
A Medusa application is made up of a Node.js server and a Vite 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.
<Note>