diff --git a/docs/content/guides/carts-in-medusa.md b/docs/content/guides/carts-in-medusa.md index 7d7e673954..c742989ec9 100644 --- a/docs/content/guides/carts-in-medusa.md +++ b/docs/content/guides/carts-in-medusa.md @@ -1,8 +1,8 @@ --- -title: Carts in Medusa +title: Carts --- -# Carts in Medusa +# Carts In Medusa a Cart serves the purpose of collecting the information needed to create an Order, including what products to purchase, what address to send the products to and which payment method the purchase will be processed by. diff --git a/docs/content/how-to/plugins.md b/docs/content/guides/plugins.md similarity index 99% rename from docs/content/how-to/plugins.md rename to docs/content/guides/plugins.md index 8d8c837123..db5b6435f5 100644 --- a/docs/content/how-to/plugins.md +++ b/docs/content/guides/plugins.md @@ -1,5 +1,5 @@ --- -title: Plugins in Medusa +title: Plugins --- # Plugins diff --git a/docs/content/homepage.mdx b/docs/content/homepage.mdx new file mode 100644 index 0000000000..f5162ce65c --- /dev/null +++ b/docs/content/homepage.mdx @@ -0,0 +1,89 @@ +--- +id: homepage +title: Introduction +description: 'What is Medusa?' +slug: / +hide_table_of_contents: true +--- + +import useBaseUrl from '@docusaurus/useBaseUrl' +import Link from '@docusaurus/Link' +import Tabs from '@theme/Tabs' +import TabItem from '@theme/TabItem' + +Medusa is an open-source Shopify alternative. + +It provides you with the primitives to create amazing digital commerce experiences. + +
Set up your local development environment
+Create custom endpoints, services, or subscribers.
+Add or build a plugin to make your engine more powerful.
+Use one of our guides to deploy your Medusa project in seconds.
+A short guide to get you quickly started.
+Guides and walkthroughs of concepts, tools, deployment and APIs.
+