File tree Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Expand file tree Collapse file tree 3 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ module.exports = {
126
126
} ,
127
127
{
128
128
type : 'dropdown' ,
129
- to : 'participate' ,
129
+ to : 'participate/nodes/node-types ' ,
130
130
position : 'left' ,
131
131
label : 'Nodes' ,
132
132
items : [
@@ -206,10 +206,6 @@ module.exports = {
206
206
to : 'develop/dapps/defi/coins' , // TODO: add page
207
207
label : 'DApps' ,
208
208
} ,
209
- {
210
- to : 'participate/explorers' ,
211
- label : 'Infrastructure'
212
- } ,
213
209
{
214
210
to : '/develop/data-formats/cell-boc' ,
215
211
label : 'Data Formats' ,
Original file line number Diff line number Diff line change @@ -165,7 +165,6 @@ module.exports = [
165
165
'type' : 'html' ,
166
166
'value' : '<span class=\'menu__link\'><b><small> Infrastructure Documentation </small></b></span>' ,
167
167
} ,
168
- 'participate/explorers' ,
169
168
{
170
169
type : 'category' ,
171
170
label : 'Cross-chain Bridges' ,
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ module.exports = [
20
20
'learn/overviews/ton-blockchain' ,
21
21
'v3/concepts/ton-blockchain/smart-contract-addresses' ,
22
22
'participate/wallets/apps' ,
23
+ 'participate/explorers' ,
23
24
'learn/overviews/cells' ,
24
25
'learn/networking/overview' ,
25
26
'learn/overviews/blockchain-comparison' ,
You can’t perform that action at this time.
0 commit comments