From 451ac9e75027bfe63ddd5610d39a363d86f3f23e Mon Sep 17 00:00:00 2001 From: Dylan Mooers Date: Mon, 12 Jun 2023 10:31:50 -0500 Subject: [PATCH 1/4] chore: remove minima from docs --- docusaurus.config.js | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 705033d..9b5880d 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -49,17 +49,6 @@ const config = { // ... other options }, ], - [ - "@docusaurus/plugin-content-docs", - { - id: "minima", - path: "docs/minima", - routeBasePath: "docs/minima", - sidebarPath: require.resolve("./sidebars.js"), - docLayoutComponent: "@theme/DocPage", - docItemComponent: "@theme/ApiItem", - }, - ], [ "@docusaurus/plugin-content-docs", { From 850989b2d4999549f920376383481d711b3a379e Mon Sep 17 00:00:00 2001 From: Dylan Mooers Date: Mon, 12 Jun 2023 10:32:38 -0500 Subject: [PATCH 2/4] chroe: remove minima api specs --- docusaurus.config.js | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 9b5880d..973e29f 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -58,21 +58,6 @@ const config = { sidebarPath: require.resolve("./sidebars.js"), }, ], - [ - "docusaurus-plugin-openapi-docs", - { - id: "apiDocs", - docsPluginId: "classic", - config: { - minima: { - // Note: petstore key is treated as the and can be used to specify an API doc instance when using CLI commands - specPath: "./swagger/minima.json", - outputDir: "docs/minima/swagger", // Output directory for generated .mdx docs, - baseUrl: "docs/minima", // Base URL for the API docs, - }, - }, - }, - ], ], themes: ["docusaurus-theme-openapi-docs"], themeConfig: From d641f17e694301cf2f73dccd6227b2db4796dfd5 Mon Sep 17 00:00:00 2001 From: Dylan Mooers Date: Mon, 12 Jun 2023 10:34:43 -0500 Subject: [PATCH 3/4] chore: remove minima from sidebar --- docusaurus.config.js | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 973e29f..d6ac883 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -84,20 +84,6 @@ const config = { label: "Application API", docsPluginId: "application-api", }, - { - type: "doc", - label: "Minima", - position: "left", - docId: "intro", - docsPluginId: "minima", - }, - // { - // type: "doc", - // docId: "about", - // position: "left", - // label: "Analytics API", - // docsPluginId: "data-and-analytics", - // }, { href: "https://github.com/Node-Fi/", label: "GitHub", From 98463800341548cdd57053b550895dc53b147a4d Mon Sep 17 00:00:00 2001 From: Dylan Mooers Date: Mon, 12 Jun 2023 10:36:23 -0500 Subject: [PATCH 4/4] chore: remove defi router mention from summary page --- docs/sdk/intro.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/sdk/intro.md b/docs/sdk/intro.md index cf1b5e9..3dd7bde 100644 --- a/docs/sdk/intro.md +++ b/docs/sdk/intro.md @@ -38,10 +38,6 @@ A set of endpoints to query state and historical data from EVMs. Pre-built queri An engine for realtime push notifications powered by event subscriptions via web-hooks. Use pre-built templates for wallets (e.g. notify when tokens received), tokens (e.g. notify when token X goes up by Y%), and DeFi protocols (e.g. notify if APR falls below Z%), or mix and match to create your own bespoke notification (e.g. notify if wallet A withdraws money from protocol B). -**💱 DeFi Router** - -Offer in-app access to any DeFi primitive (swap, lend, stake, pool, farm, etc) with just a few lines of code. Powered by our on-chain Minima router, the DeFiKit makes it easy for any user to leverage access DeFi. - **🔍 Compliance Dashboard** A set of tools for enforcing compliance. Examples include the ability to screen for OFAC sanctioned addresses and assemble a blacklist of addresses, which prevents our full nodes from processing any of their transactions (and logs IP + device info).