diff --git a/src/pages/index.mdx b/src/pages/index.mdx index 29848b7..f15a5c1 100644 --- a/src/pages/index.mdx +++ b/src/pages/index.mdx @@ -35,10 +35,6 @@ Some demos to see what you can do with WebLN Jump into the [Getting Started](/getting-started) section to see how to install and use WebLN in your app. -## For Provider Developers - -Jump into the [WebLN Provider](/webln-provider) docs to see what a provider is, and the functions it should implement. -
#### A Quick Note About TypeScript diff --git a/src/util/pages.ts b/src/util/pages.ts index 817e36f..79e3fcb 100644 --- a/src/util/pages.ts +++ b/src/util/pages.ts @@ -12,10 +12,10 @@ export const sections: Array
= [ id: "client", name: "Client API Reference", }, - { - id: "provider", - name: "Provider Reference", - }, + // { + // id: "provider", + // name: "Provider Reference", + // }, ]; export interface Page {