Skip to content

Commit 8c9673c

Browse files
authored
docs: add extensions page for community-built integrations (tempoxyz#445)
1 parent 11a066f commit 8c9673c

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

src/pages/extensions.mdx

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Extensions [Community-built tools and integrations for MPP]
2+
3+
Third-party packages that extend MPP with new payment methods, middleware, and utilities.
4+
5+
| Name | Description | Link |
6+
|---|---|---|
7+
| `@insumermodel/mppx-token-gate` | Token-gate mppx routes—free access for NFT/token holders across 32 chains | [npm](https://www.npmjs.com/package/@insumermodel/mppx-token-gate) |
8+
9+
Want to build your own? See [Custom payment methods](/payment-methods/custom).

vocs.config.ts

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,11 @@ export default defineConfig({
205205
destination: "/sdk/typescript/server/Request.toNodeListener",
206206
},
207207

208+
// Extensions aliases
209+
{ source: "/awesome", destination: "/extensions" },
210+
{ source: "/community", destination: "/extensions" },
211+
{ source: "/ecosystem", destination: "/extensions" },
212+
208213
// Services aliases
209214
{ source: "/service", destination: "/services" },
210215
{ source: "/marketplace", destination: "/services" },
@@ -715,7 +720,10 @@ export default defineConfig({
715720
},
716721
{
717722
text: "Resources",
718-
items: [{ text: "Brand", link: "/brand" }],
723+
items: [
724+
{ text: "Extensions", link: "/extensions" },
725+
{ text: "Brand", link: "/brand" },
726+
],
719727
},
720728
],
721729
},

0 commit comments

Comments
 (0)