[DOCs/operators]: Menu v2 (#6853)

This commit is contained in:
import this
2026-06-05 11:29:04 +02:00
committed by GitHub
parent c7780d2d34
commit 495f020730
4 changed files with 26 additions and 8 deletions
@@ -1,6 +1,6 @@
{
"nodes": 682,
"locations": 76,
"mixnodes": 239,
"exit_gateways": 435
"nodes": 677,
"locations": 77,
"mixnodes": 240,
"exit_gateways": 429
}
@@ -1 +1 @@
Thursday, June 4th 2026, 09:20:29 UTC
Thursday, June 4th 2026, 11:40:35 UTC
@@ -3,17 +3,23 @@
"changelog": "Changelog",
"release-cycle": "Release Cycle",
"variables": "Variables & Parameters",
"sandbox": "Sandbox Testnet",
"binaries": "Binaries",
"---1": {
"type": "separator"
},
"nodes": "Nodes & Validators Guides",
"binaries": "Binaries",
"orchestration" : "Orchestration",
"performance-and-testing": "Performance Measurement",
"tools": "Tools",
"troubleshooting": "Troubleshooting",
"---2": {
"type": "separator"
},
"sandbox": "Sandbox Testnet",
"tokenomics": "Tokenomics",
"faq": "FAQ",
"community-counsel": "Community Counsel",
"---": {
"---3": {
"type": "separator"
},
"archive": "Archive",
+12
View File
@@ -537,3 +537,15 @@ html:not(.dark) .landing-card {
margin-bottom: 1.5rem;
}
}
/* Bold pages/operators/nodes sidebar item */
html.dark .nextra-sidebar-container a[href="/docs/operators/nodes"] {
color: var(--textPrimary) !important;
font-weight: 700;
}
html:not(.dark) .nextra-sidebar-container a[href="/docs/operators/nodes"] {
color: #111 !important;
font-weight: 700;
}