From 07141a665ac70e2d54247bee540f53b1c7509035 Mon Sep 17 00:00:00 2001 From: Fawad Ali Date: Fri, 24 May 2024 13:57:27 +0200 Subject: [PATCH] Add navbar items to the left side --- docs/docs/api/puffer-client-helpers.md | 8 ++++---- docs/docs/api/puffer-client.md | 6 +++--- docs/docusaurus.config.ts | 18 ++++++++++++++++++ 3 files changed, 25 insertions(+), 7 deletions(-) diff --git a/docs/docs/api/puffer-client-helpers.md b/docs/docs/api/puffer-client-helpers.md index b4fb85a..a6ced99 100644 --- a/docs/docs/api/puffer-client-helpers.md +++ b/docs/docs/api/puffer-client-helpers.md @@ -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() @@ -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() @@ -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 @@ -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) diff --git a/docs/docs/api/puffer-client.md b/docs/docs/api/puffer-client.md index 55c7914..b49c768 100644 --- a/docs/docs/api/puffer-client.md +++ b/docs/docs/api/puffer-client.md @@ -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 @@ -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() @@ -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) diff --git a/docs/docusaurus.config.ts b/docs/docusaurus.config.ts index 3b826b5..ce21012 100644 --- a/docs/docusaurus.config.ts +++ b/docs/docusaurus.config.ts @@ -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',