Skip to content
This repository has been archived by the owner on Jan 5, 2024. It is now read-only.

Commit

Permalink
add bundler & paymaster to infra sidebar (#892)
Browse files Browse the repository at this point in the history
  • Loading branch information
ciaranightingale authored Sep 15, 2023
1 parent 2d9bbf8 commit 0e72a01
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions sidebars/onboarding.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,11 @@ const sidebars = {
label: "Signature Minting",
href: "/signature-minting",
},
{
type: "link",
label: "Bundler & Paymaster",
href: "/smart-wallet/infrastructure",
},
{
type: "link",
label: "Wallet SDK",
Expand Down
1 change: 1 addition & 0 deletions src/theme/DocSidebarItem/Link/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ export const iconMapping = {
CLI: "/assets/product/CLI.png",
Glossary: "/assets/icons/journal-album.svg",
"Web3 API": "/assets/product/sdk.png",
"Bundler & Paymaster": "/assets/wallets/smart-wallet.svg",
};

export default function DocSidebarItemLink({
Expand Down
2 changes: 1 addition & 1 deletion src/theme/DocSidebarItems/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function DocSidebarItems({ items, ...props }) {
},
{
title: "Infrastructure",
items: ["Storage"],
items: ["Storage", "Bundler & Paymaster"],
},
{
title: "Tools",
Expand Down

1 comment on commit 0e72a01

@vercel
Copy link

@vercel vercel bot commented on 0e72a01 Sep 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.