diff --git a/docs/src/.vuepress/config.js b/docs/src/.vuepress/config.js index c1a567bb6..f753a4146 100755 --- a/docs/src/.vuepress/config.js +++ b/docs/src/.vuepress/config.js @@ -68,7 +68,11 @@ module.exports = { }, ], - nav: [{ text: "GitHub", link: "https://github.com/project-serum/anchor" }], + nav: [ + { text: "Rust", link: "https://docs.rs/anchor-lang/latest/anchor_lang/" }, + { text: "TypeScript", link: "https://project-serum.github.io/anchor/ts/index.html" }, + { text: "GitHub", link: "https://github.com/project-serum/anchor" } + ], }, /**