Files
medusa-store/www/apps/resources/app/page.mdx
Shahed Nasser 4fe28f5a95 chore: reorganize docs apps (#7228)
* reorganize docs apps

* add README

* fix directory

* add condition for old docs
2024-05-03 17:36:38 +03:00

214 lines
4.0 KiB
Plaintext

import {
TagSolid,
CheckCircleSolid,
ShoppingCartSolid,
CurrencyDollarSolid,
UsersSolid,
PuzzleSolid,
EnvelopeSolid,
MagnifyingGlass,
ArrowDownTray,
ChartBar,
Text,
SquaresPlusSolid,
JavascriptEx,
ReactJsEx,
CommandLineSolid,
NextJs,
BuildingStorefront,
CreditCardSolid,
ClockSolid
} from "@medusajs/icons"
# Medusa Resources
Explore Medusa's commerce modules, SDKs, configurations, recipes, and more.
<Note title="Getting started?">
Follow the [Medusa Book](https://medusa-docs-v2-git-docs-v2-medusajs.vercel.app) to become an advanced Medusa developer.
</Note>
## Commerce Modules
<CardList items={[
{
startIcon: <TagSolid />,
title: "Product Module",
href: "/commerce-modules/product",
showLinkIcon: false
},
{
startIcon: <CheckCircleSolid />,
title: "Order Module",
showLinkIcon: false
},
{
startIcon: <ShoppingCartSolid />,
title: "Cart Module",
showLinkIcon: false
},
{
startIcon: <CurrencyDollarSolid />,
title: "Pricing Module",
href: "/commerce-modules/pricing",
showLinkIcon: false
},
{
startIcon: <UsersSolid />,
title: "Customer Module",
href: "/commerce-modules/customer",
showLinkIcon: false
},
{
startIcon: <PuzzleSolid />,
title: "More Modules",
href: "/commerce-modules",
showLinkIcon: false
}
]} />
## Plugins
<CardList items={[
{
startIcon: <EnvelopeSolid />,
title: "SendGrid",
href: "/plugins/notifications/sendgrid",
showLinkIcon: false
},
{
startIcon: <MagnifyingGlass />,
title: "MeiliSearch",
href: "/plugins/search/meilisearch",
showLinkIcon: false
},
{
startIcon: <ArrowDownTray />,
title: "S3",
href: "/plugins/storage/s3",
showLinkIcon: false
},
{
startIcon: <ChartBar />,
title: "Segment",
href: "/plugins/analytics/segment",
showLinkIcon: false
},
{
startIcon: <Text />,
title: "Contentful",
href: "/plugins/cms/contentful",
showLinkIcon: false
},
{
startIcon: <SquaresPlusSolid />,
title: "More Plugins",
href: "/plugins",
showLinkIcon: false
}
]} />
## SDKs and Tools
<CardList itemsPerRow={2} items={[
{
startIcon: <JavascriptEx />,
title: "Medusa JS Client",
href: "/js-client",
showLinkIcon: false
},
{
startIcon: <ReactJsEx />,
title: "Medusa React",
href: "/medusa-react",
showLinkIcon: false
},
{
startIcon: <CommandLineSolid />,
title: "Medusa CLI",
href: "/medusa-cli",
showLinkIcon: false
},
{
startIcon: <NextJs />,
title: "Next.js Starter",
href: "/nextjs-starter",
showLinkIcon: false
},
]} />
## Recipes
<CardList items={[
{
startIcon: <ShoppingCartSolid />,
title: "Ecommerce",
href: "/recipes/ecommerce",
showLinkIcon: false
},
{
startIcon: <BuildingStorefront />,
title: "Marketplace",
href: "/recipes/marketplace",
showLinkIcon: false
},
{
startIcon: <CreditCardSolid />,
title: "Subscriptions",
href: "/recipes/subscriptions",
showLinkIcon: false
},
{
startIcon: <PuzzleSolid />,
title: "Integrate Ecommerce Stack",
href: "/recipes/integrate-ecommerce-stack",
showLinkIcon: false
},
{
startIcon: <ClockSolid />,
title: "Commerce Automation",
href: "/recipes/commerce-automation",
showLinkIcon: false
},
{
startIcon: <CheckCircleSolid />,
title: "Order Management System",
href: "/recipes/oms",
showLinkIcon: false
}
]} />
## API References
<CardList items={[
{
title: "Workflows API",
href: "/references/workflows",
showLinkIcon: false
},
{
title: "Notification Service",
href: "/references/notification-service",
showLinkIcon: false
},
{
title: "File Service",
href: "/references/file-service",
showLinkIcon: false
},
{
title: "Search Service",
href: "/references/search-service",
showLinkIcon: false
},
{
title: "Cache Service",
showLinkIcon: false
},
{
title: "Event Bus Service",
showLinkIcon: false
},
]} />