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). diff --git a/docusaurus.config.js b/docusaurus.config.js index 705033d..d6ac883 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", { @@ -69,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: @@ -110,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",