Skip to content

Commit b812245

Browse files
committed
Remove descriptions from config file
1 parent 9fda567 commit b812245

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

docusaurus.config.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ const config: Config = {
113113
},
114114
{
115115
label: 'Get Involved',
116-
description: 'Welcome! This documentation is designed to provide you with a comprehensive understanding and step-by-step guidance for becoming a node operator within the Oasis Network.',
117116
to: '/get-involved/',
118117
position: 'left',
119118
activeBaseRegex: `/get-involved/`,
@@ -191,12 +190,10 @@ const config: Config = {
191190
items: [
192191
{
193192
label: 'Mainnet',
194-
description: 'These are the current parameters for the Mainnet:',
195193
to: 'node/mainnet/',
196194
},
197195
{
198196
label: 'Testnet',
199-
description: 'These are the current parameters for the Testnet, a test-only network for testing out upcoming features and changes to the protocol.',
200197
to: 'node/testnet/',
201198
},
202199
],

0 commit comments

Comments
 (0)