File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 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 ) .
Original file line number Diff line number Diff 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 } ,
You can’t perform that action at this time.
0 commit comments