cross-links SPL library

This commit is contained in:
Raj Gokal
2020-08-01 08:33:26 -07:00
parent 54d36d2cfb
commit e2789b9373
2 changed files with 4 additions and 11 deletions

View File

@ -16,23 +16,18 @@ module.exports = {
}, },
links: [ links: [
{ {
to: "introduction", href: "https://spl.solana.com",
label: "Introduction", label: "Program Library »",
position: "left", position: "left",
}, },
{ {
to: "apps", to: "apps",
label: "Developers", label: "Develop",
position: "left", position: "left",
}, },
{ {
to: "running-validator", to: "running-validator",
label: "Validators", label: "Validate",
position: "left",
},
{
to: "clusters",
label: "Clusters",
position: "left", position: "left",
}, },
{ {
@ -40,7 +35,6 @@ module.exports = {
label: "Chat", label: "Chat",
position: "right", position: "right",
}, },
{ {
href: "https://github.com/solana-labs/solana", href: "https://github.com/solana-labs/solana",
label: "GitHub", label: "GitHub",

View File

@ -42,7 +42,6 @@ module.exports = {
"cli/manage-stake-accounts", "cli/manage-stake-accounts",
"offline-signing", "offline-signing",
"offline-signing/durable-nonce", "offline-signing/durable-nonce",
"cli/usage",
], ],
"Solana Clusters": ["clusters"], "Solana Clusters": ["clusters"],
"Develop Applications": [ "Develop Applications": [