@mercurjs/docs 2.3.0-canary.1 → 2.3.0-canary.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/content/home.mdx CHANGED
@@ -1,13 +1,14 @@
1
1
  ---
2
2
  title: "Mercur Documentation"
3
3
  sidebarTitle: "Home"
4
- description: "The open-source enterprise marketplace platform built on Medusa."
4
+ description: "The open-source enterprise marketplace platform. Composable, API-first, and AI-native, on infrastructure you own."
5
5
  ---
6
6
 
7
- Mercur is the open-source enterprise marketplace platform built on Medusa. It adds
8
- sellers, offers, commissions, order splitting, and payouts on top of Medusa's
9
- commerce engine, with role-based access and an auditable change pipeline, on
10
- infrastructure you own.
7
+ Mercur is the open-source enterprise marketplace platform. It gives operators
8
+ multi-vendor governance: sellers, offers, commissions, order splitting, and
9
+ payouts, with role-based access and an auditable change pipeline, on
10
+ infrastructure you own. Core commerce runs on the proven Medusa engine, so
11
+ products, pricing, carts, orders, and payments are mature from day one.
11
12
 
12
13
  <video
13
14
  playsInline
@@ -26,7 +27,7 @@ infrastructure you own.
26
27
  Governance, ownership, and composability without a closed platform.
27
28
  </Card>
28
29
  <Card title="Architecture" icon="sitemap" href="/learn/architecture">
29
- How Mercur layers the marketplace domain on Medusa.
30
+ How the marketplace platform is architected, module by module.
30
31
  </Card>
31
32
  <Card title="Build with AI" icon="robot" href="/resources/ai/overview">
32
33
  Version-matched docs, agent skills, and the MCP server.
@@ -5,15 +5,16 @@ description: "Set up Mercur, tour the operator and seller panels, and see how a
5
5
 
6
6
  ## What is Mercur
7
7
 
8
- Mercur is the open-source enterprise marketplace platform built on Medusa. Medusa
9
- provides the commerce engine (products, pricing, carts, orders, fulfillment, and
10
- payments), and Mercur adds the marketplace layer on top: sellers and their teams,
11
- onboarding, the catalog change pipeline, commissions, order splitting, and vendor
12
- payouts.
8
+ Mercur is the open-source enterprise marketplace platform. It gives a marketplace
9
+ operator real governance over sellers and their teams, onboarding, the catalog
10
+ change pipeline, commissions, order splitting, and vendor payouts. Role-based
11
+ access control, an auditable change pipeline, and per-seller settlement back all of
12
+ it, while it stays composable, API-first, and fully code-owned. You run it on your
13
+ own infrastructure.
13
14
 
14
- It gives a marketplace operator real governance: role-based access control, an
15
- auditable change pipeline, and per-seller settlement, while staying composable,
16
- API-first, and fully code-owned. You run it on your own infrastructure.
15
+ Core commerce runs on the proven Medusa engine, so products, pricing, carts,
16
+ orders, fulfillment, and payments are mature and maintained from day one, and
17
+ Mercur focuses on the marketplace domain on top.
17
18
 
18
19
  ## Requirements
19
20
 
@@ -165,7 +166,7 @@ step is governed by the same roles and recorded for audit.
165
166
 
166
167
  <CardGroup cols={2}>
167
168
  <Card title="Architecture" icon="sitemap" href="/learn/architecture">
168
- How Mercur layers the marketplace domain on Medusa.
169
+ How the marketplace platform is architected, module by module.
169
170
  </Card>
170
171
  <Card title="Platform" icon="cubes" href="/platform/store/overview">
171
172
  Every marketplace capability, with its data models and workflows.
@@ -47,11 +47,13 @@ by construction or it fails to compile. Agents work inside the same roles and
47
47
  review pipeline as people. They extend the platform, they do not bypass its
48
48
  governance.
49
49
 
50
- ## Built on Medusa
50
+ ## A proven commerce core
51
51
 
52
- Mercur runs on the Medusa commerce engine, so products, pricing, carts, orders,
53
- and payments are proven, maintained infrastructure. You inherit Medusa's maturity
54
- and extension model, and Mercur adds only the marketplace layer on top.
52
+ Mercur does not reinvent commerce. Products, pricing, carts, orders, and payments
53
+ run on the proven Medusa engine, so that layer is mature, maintained infrastructure
54
+ from day one. On top of it, Mercur delivers the full marketplace platform:
55
+ governance, multi-vendor orders, commissions, and payouts that a single-store
56
+ engine does not provide.
55
57
 
56
58
  ## Mercur vs closed marketplace platforms
57
59
 
@@ -80,7 +82,7 @@ closed platform.
80
82
  Set up Mercur and run a marketplace locally.
81
83
  </Card>
82
84
  <Card title="Architecture" icon="sitemap" href="/learn/architecture">
83
- How Mercur layers the marketplace domain on Medusa.
85
+ How the marketplace platform is architected, module by module.
84
86
  </Card>
85
87
  <Card title="Platform" icon="cubes" href="/platform/store/overview">
86
88
  Every marketplace capability, with its data models and workflows.
package/llms.txt CHANGED
@@ -242,7 +242,7 @@ package (`node_modules/@mercurjs/docs/`).
242
242
  ## Other
243
243
 
244
244
  - [Official Blocks](content/blocks.mdx) — Modular blocks from the official Mercur registry — install only what you need.
245
- - [Mercur Documentation](content/home.mdx) — The open-source enterprise marketplace platform built on Medusa.
245
+ - [Mercur Documentation](content/home.mdx) — The open-source enterprise marketplace platform. Composable, API-first, and AI-native, on infrastructure you own.
246
246
  - [Attribute types](content/platform/attribute/concepts/attribute-types.mdx) — The five attribute types and the values they hold.
247
247
  - [Global vs inline & filtering](content/platform/attribute/concepts/global-vs-inline.mdx) — Catalog-wide attributes, product-scoped attributes, and storefront filtering.
248
248
  - [Variant axes](content/platform/attribute/concepts/variant-axes.mdx) — How is_variant_axis mirrors a native ProductOption and generates variants.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mercurjs/docs",
3
- "version": "2.3.0-canary.1",
3
+ "version": "2.3.0-canary.4",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/mercurjs/mercur",