@mercurjs/docs 2.3.0-canary.1 → 2.3.0
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 +7 -6
- package/content/learn/introduction.mdx +10 -9
- package/content/learn/why-mercur.mdx +7 -5
- package/llms.txt +1 -1
- package/package.json +1 -1
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
|
|
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
|
|
8
|
-
sellers, offers, commissions, order splitting, and
|
|
9
|
-
|
|
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
|
|
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
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
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
|
-
|
|
15
|
-
|
|
16
|
-
|
|
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
|
|
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
|
-
##
|
|
50
|
+
## A proven commerce core
|
|
51
51
|
|
|
52
|
-
Mercur
|
|
53
|
-
|
|
54
|
-
|
|
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
|
|
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
|
|
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.
|