Skip to content

Commit

Permalink
Remove reference to provider documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
wbobeirne committed Jul 11, 2023
1 parent ea697b1 commit 281d441
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
4 changes: 0 additions & 4 deletions src/pages/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<br />

#### A Quick Note About TypeScript
Expand Down
8 changes: 4 additions & 4 deletions src/util/pages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ export const sections: Array<Section> = [
id: "client",
name: "Client API Reference",
},
{
id: "provider",
name: "Provider Reference",
},
// {
// id: "provider",
// name: "Provider Reference",
// },
];

export interface Page {
Expand Down

0 comments on commit 281d441

Please sign in to comment.