Skip to content

Commit

Permalink
docs: add templates to navigation bar
Browse files Browse the repository at this point in the history
  • Loading branch information
roushou committed Jun 29, 2024
1 parent bbf5c88 commit 9cea654
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ export default defineConfig({
target: "_blank",
rel: "noopener noreferrer",
},
{
text: "Templates",
link: "https://github.com/roushou/coinbasejs/tree/main/templates",
target: "_blank",
rel: "noopener noreferrer",
},
{
text: `v${version}`,
link: `https://github.com/roushou/coinbasejs/releases/tag/@coinbasejs/sdk@${version}`,
Expand Down

0 comments on commit 9cea654

Please sign in to comment.