Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Title Casing for nav items #39

Merged
merged 1 commit into from
May 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions vocs.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,18 +54,18 @@ export default defineConfig({
collapsed: false,
items: [
{
text: "Create a new app",
text: "Create a New App",
items: [
{ text: "Using Build Onchain Template", link: "/guides/create-app/using-boat" },
{ text: "Using Wagmi Template", link: "/guides/create-app/using-wagmi" },
],
},
{
text: "Update an existing app",
text: "Update an Existing App",
link: "/guides/update-existing-app",
},
{
text: "Create Wallet button",
text: "Create Wallet Button",
link: "/guides/components/create-wallet-button",
},
{
Expand All @@ -77,15 +77,15 @@ export default defineConfig({
link: "/guides/siwe",
},
{
text: "Batch transactions",
text: "Batch Transactions",
link: "/guides/batch-transactions",
},
{
text: "Paymasters (sponsored transactions)",
text: "Paymasters (Sponsored Transactions)",
link: "/guides/paymasters",
},
{
text: "Magic Spend support",
text: "Magic Spend Support",
link: "/guides/magic-spend",
},
],
Expand Down
Loading