File tree Expand file tree Collapse file tree 2 files changed +4
-40
lines changed
public/content/enterprise/private-ethereum Expand file tree Collapse file tree 2 files changed +4
-40
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -319,21 +319,13 @@ export const useNav = () => {
319
319
] ,
320
320
} ,
321
321
{
322
+ // TODO: Delete /enterprise/private-ethereum/ and the menu link to it
323
+ // Deleted items array and replaced it with href to lead to enterprise page
324
+ //Deleted "private-ethereum/index.md" at "./public/content/enterprise/"
322
325
label : t ( "enterprise" ) ,
323
326
description : t ( "nav-enterprise-description" ) ,
324
327
icon : BsBuildings ,
325
- items : [
326
- {
327
- label : t ( "mainnet-ethereum" ) ,
328
- description : t ( "nav-mainnet-description" ) ,
329
- href : "/enterprise/" ,
330
- } ,
331
- {
332
- label : t ( "private-ethereum" ) ,
333
- description : t ( "nav-private-description" ) ,
334
- href : "/enterprise/private-ethereum/" ,
335
- } ,
336
- ] ,
328
+ href : "/enterprise/" ,
337
329
} ,
338
330
] ,
339
331
} ,
You can’t perform that action at this time.
0 commit comments