Skip to content

Commit

Permalink
docs: fix type typo, add sidebar (#1921)
Browse files Browse the repository at this point in the history
  • Loading branch information
brendan-defi authored Feb 4, 2025
1 parent c6e1b22 commit d465c49
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/docs/pages/api/types.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -142,10 +142,10 @@ type BuildMintTransactionParams = {
type BuildMintTransactionResponse = MintTransaction | APIError;
```

## `GetPortfolioParams`
## `GetPortfoliosParams`

```ts
type GetPortfolioParams = {
type GetPortfoliosParams = {
addresses: Address[] | null | undefined;
};
```
Expand Down
9 changes: 9 additions & 0 deletions site/sidebar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,15 @@ export const sidebar = [
},
],
},
{
text: 'Wallet',
items: [
{
text: 'getPortfolios',
link: '/api/get-portfolios',
},
],
},
],
},
{
Expand Down

0 comments on commit d465c49

Please sign in to comment.