Skip to content

Commit

Permalink
Add navbar items to the left side
Browse files Browse the repository at this point in the history
  • Loading branch information
9inpachi committed May 27, 2024
1 parent 3ea1c02 commit 07141a6
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 7 deletions.
8 changes: 4 additions & 4 deletions docs/docs/api/puffer-client-helpers.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ The public client created with viem.

###### Source

[lib/api/puffer-client-helpers.ts:31](https://github.com/PufferFinance/puffer-smart-contract-lib/blob/04d3cf08e4a224e4d187c438d5041e962c4cdfb2/lib/api/puffer-client-helpers.ts#L31)
[lib/api/puffer-client-helpers.ts:31](https://github.com/PufferFinance/puffer-smart-contract-lib/blob/7435e1fb1bddb7203930f076ca6a2db2b0c715f9/lib/api/puffer-client-helpers.ts#L31)

##### createWalletClient()

Expand All @@ -62,7 +62,7 @@ The wallet client created with viem.

###### Source

[lib/api/puffer-client-helpers.ts:45](https://github.com/PufferFinance/puffer-smart-contract-lib/blob/04d3cf08e4a224e4d187c438d5041e962c4cdfb2/lib/api/puffer-client-helpers.ts#L45)
[lib/api/puffer-client-helpers.ts:45](https://github.com/PufferFinance/puffer-smart-contract-lib/blob/7435e1fb1bddb7203930f076ca6a2db2b0c715f9/lib/api/puffer-client-helpers.ts#L45)

##### extractTransportConfig()

Expand All @@ -80,7 +80,7 @@ The wallet client created with viem.

###### Source

[lib/api/puffer-client-helpers.ts:52](https://github.com/PufferFinance/puffer-smart-contract-lib/blob/04d3cf08e4a224e4d187c438d5041e962c4cdfb2/lib/api/puffer-client-helpers.ts#L52)
[lib/api/puffer-client-helpers.ts:52](https://github.com/PufferFinance/puffer-smart-contract-lib/blob/7435e1fb1bddb7203930f076ca6a2db2b0c715f9/lib/api/puffer-client-helpers.ts#L52)

## Type Aliases

Expand All @@ -96,4 +96,4 @@ The wallet client created with viem.
#### Source

[lib/api/puffer-client-helpers.ts:13](https://github.com/PufferFinance/puffer-smart-contract-lib/blob/04d3cf08e4a224e4d187c438d5041e962c4cdfb2/lib/api/puffer-client-helpers.ts#L13)
[lib/api/puffer-client-helpers.ts:13](https://github.com/PufferFinance/puffer-smart-contract-lib/blob/7435e1fb1bddb7203930f076ca6a2db2b0c715f9/lib/api/puffer-client-helpers.ts#L13)
6 changes: 3 additions & 3 deletions docs/docs/api/puffer-client.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Create the Puffer Client.

###### Source

[lib/api/puffer-client.ts:32](https://github.com/PufferFinance/puffer-smart-contract-lib/blob/04d3cf08e4a224e4d187c438d5041e962c4cdfb2/lib/api/puffer-client.ts#L32)
[lib/api/puffer-client.ts:32](https://github.com/PufferFinance/puffer-smart-contract-lib/blob/7435e1fb1bddb7203930f076ca6a2db2b0c715f9/lib/api/puffer-client.ts#L32)

#### Properties

Expand Down Expand Up @@ -90,7 +90,7 @@ transaction.

###### Source

[lib/api/puffer-client.ts:76](https://github.com/PufferFinance/puffer-smart-contract-lib/blob/04d3cf08e4a224e4d187c438d5041e962c4cdfb2/lib/api/puffer-client.ts#L76)
[lib/api/puffer-client.ts:76](https://github.com/PufferFinance/puffer-smart-contract-lib/blob/7435e1fb1bddb7203930f076ca6a2db2b0c715f9/lib/api/puffer-client.ts#L76)

##### requestAddresses()

Expand All @@ -106,4 +106,4 @@ An array of wallet addresses.

###### Source

[lib/api/puffer-client.ts:60](https://github.com/PufferFinance/puffer-smart-contract-lib/blob/04d3cf08e4a224e4d187c438d5041e962c4cdfb2/lib/api/puffer-client.ts#L60)
[lib/api/puffer-client.ts:60](https://github.com/PufferFinance/puffer-smart-contract-lib/blob/7435e1fb1bddb7203930f076ca6a2db2b0c715f9/lib/api/puffer-client.ts#L60)
18 changes: 18 additions & 0 deletions docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,24 @@ const config: Config = {
src: 'img/logo.svg',
},
items: [
{
type: 'doc',
position: 'left',
docId: 'getting-started',
label: 'Getting Started',
},
{
type: 'doc',
position: 'left',
docId: 'guides/index',
label: 'Guides',
},
{
type: 'doc',
position: 'left',
docId: 'api/index',
label: 'API Reference',
},
{
href: 'https://github.com/PufferFinance/puffer-sdk',
label: 'GitHub',
Expand Down

0 comments on commit 07141a6

Please sign in to comment.