Add top level link to Clusters page (#11276)
Co-authored-by: publish-docs.sh <maintainers@solana.com>
This commit is contained in:
@ -17,7 +17,7 @@ module.exports = {
|
|||||||
links: [
|
links: [
|
||||||
{
|
{
|
||||||
to: "introduction",
|
to: "introduction",
|
||||||
label: "Docs",
|
label: "Introduction",
|
||||||
position: "left",
|
position: "left",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -30,6 +30,11 @@ module.exports = {
|
|||||||
label: "Validators",
|
label: "Validators",
|
||||||
position: "left",
|
position: "left",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
to: "clusters",
|
||||||
|
label: "Clusters",
|
||||||
|
position: "left",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
href: "https://discordapp.com/invite/pquxPsq",
|
href: "https://discordapp.com/invite/pquxPsq",
|
||||||
label: "Chat",
|
label: "Chat",
|
||||||
|
Reference in New Issue
Block a user