Browse Source

docs: Add rust and typescript links to navbar (#333)

Armani Ferrante 4 years ago
parent
commit
6e9714a8af
1 changed files with 5 additions and 1 deletions
  1. 5 1
      docs/src/.vuepress/config.js

+ 5 - 1
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" }
+    ],
   },
 
   /**