Skip to content

Commit 687cb5e

Browse files
mujahidkaydckc
authored andcommitted
chore: add links to navbar
1 parent 7b56928 commit 687cb5e

File tree

1 file changed

+9
-1
lines changed
  • main/.vitepress/themeConfig

1 file changed

+9
-1
lines changed

main/.vitepress/themeConfig/nav.js

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,14 @@ export const nav = [
3838
ariaLabel: 'Agoric CLI',
3939
link: '/guides/agoric-cli/',
4040
},
41+
{
42+
text: 'Agoric API Reference',
43+
link: 'https://agoric-sdk.pages.dev/'
44+
},
45+
{
46+
text: 'Endo API Reference',
47+
link: 'https://endojs.github.io/endo/'
48+
},
4149
{
4250
text: 'ERTP API',
4351
ariaLabel: 'ERTP API Menu',
@@ -129,7 +137,7 @@ export const nav = [
129137
},
130138
],
131139
},
132-
140+
133141
{
134142
text: 'Support',
135143
items: [

0 commit comments

Comments
 (0)