Skip to content

Commit a8fb15f

Browse files
committed
SPO navbar dropdown
1 parent a65f49e commit a8fb15f

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

docusaurus.config.js

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -137,15 +137,23 @@ module.exports = {
137137
items: [
138138
{
139139
to: '/docs/operate-a-stake-pool/',
140-
label: 'Operate a Stake Pool',
140+
label: 'Getting Started',
141141
},
142142
{
143-
to: '/docs/operate-a-stake-pool/node-operations/installing-cardano-node',
144-
label: 'Installing Cardano Node',
143+
to: '/docs/operate-a-stake-pool/relay-node-configuration',
144+
label: 'Relay Configuration',
145+
},
146+
{
147+
to: '/docs/operate-a-stake-pool/register-stake-pool',
148+
label: 'Block Producer Setup',
149+
},
150+
{
151+
to: '/docs/operate-a-stake-pool/grafana-dashboard-tutorial',
152+
label: 'Monitoring',
145153
},
146154
{
147155
to: '/docs/operate-a-stake-pool/hardening-server',
148-
label: 'Operations & Security',
156+
label: 'Security',
149157
},
150158
],
151159
},

0 commit comments

Comments
 (0)