Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions docs/sdk/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
40 changes: 0 additions & 40 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
{
Expand All @@ -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 <id> 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:
Expand All @@ -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",
Expand Down