Skip to content

Commit

Permalink
docs: nit fixes on account kit docs
Browse files Browse the repository at this point in the history
  • Loading branch information
denniswon committed Feb 6, 2024
1 parent 6395312 commit e2fd4d0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion site/.vitepress/sidebar/packages/aa-alchemy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export const aaAlchemySidebar: DefaultTheme.SidebarItem = {
text: "Utils",
collapsed: true,
base: "/packages/aa-alchemy/utils",
items: [{ text: "Define Alchemy Chain", link: "/defineAlchemyChain" }],
items: [{ text: "defineAlchemyChain", link: "/defineAlchemyChain" }],
},
],
};
6 changes: 1 addition & 5 deletions site/.vitepress/sidebar/packages/aa-core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export const aaCoreSidebar: DefaultTheme.SidebarItem = {
collapsed: true,
items: [
{
text: "userOperationFeeOptions",
text: "UserOperationFeeOptions",
link: "/userOperationFeeOptions",
},
{
Expand Down Expand Up @@ -134,10 +134,6 @@ export const aaCoreSidebar: DefaultTheme.SidebarItem = {
text: "getSupportedEntryPoints",
link: "/getSupportedEntryPoints",
},
{
text: "bundlerActions",
link: "/bundlerActions",
},
],
},
{
Expand Down
2 changes: 1 addition & 1 deletion site/packages/aa-alchemy/utils/defineAlchemyChain.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ next:

# defineAlchemyChain

`defineAlchemyChain` allows you to extend a `viem` chain if it is not configured with Alchemy's RPC Url. This is useful `@alchemy/aa-core` does not export a chain you can use with the Alchemy Clieny.
`defineAlchemyChain` allows you to extend a `viem` chain if it is not configured with Alchemy's RPC Url. This is useful `@alchemy/aa-core` does not export a chain you can use with the Alchemy Client.

## Usage

Expand Down

0 comments on commit e2fd4d0

Please sign in to comment.