cross-links SPL library
This commit is contained in:
@ -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",
|
||||||
|
@ -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": [
|
||||||
|
Reference in New Issue
Block a user