From 6e9714a8af1d22919566dabc09b4a09729a2cdda Mon Sep 17 00:00:00 2001 From: Armani Ferrante Date: Thu, 27 May 2021 11:13:47 -0700 Subject: [PATCH] docs: Add rust and typescript links to navbar (#333) --- docs/src/.vuepress/config.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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" } + ], }, /**