Skip to content

Commit

Permalink
docs: fix Guide link
Browse files Browse the repository at this point in the history
  • Loading branch information
roushou committed Jul 4, 2024
1 parent 6155abf commit 58486ca
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ export default defineConfig({
},
// https://vitepress.dev/reference/default-theme-config
nav: [
{ text: "Guide", link: "/introduction", activeMatch: "/introduction" },
{
text: "Guide",
link: "/introduction/getting-started",
activeMatch: "/introduction",
},
{
text: "Examples",
link: "https://github.com/roushou/coinbasejs/tree/main/examples",
Expand Down

0 comments on commit 58486ca

Please sign in to comment.