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

This commit is contained in:
Armani Ferrante 2021-05-27 11:13:47 -07:00 committed by GitHub
parent 617d10aef2
commit 6e9714a8af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -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" }
],
},
/**