Skip to content

Commit b63312f

Browse files
committed
feat: move page
1 parent 73360cf commit b63312f

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

navbar.js

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ module.exports = {
126126
},
127127
{
128128
type: 'dropdown',
129-
to: 'participate',
129+
to: 'participate/nodes/node-types',
130130
position: 'left',
131131
label: 'Nodes',
132132
items: [
@@ -206,10 +206,6 @@ module.exports = {
206206
to: 'develop/dapps/defi/coins', // TODO: add page
207207
label: 'DApps',
208208
},
209-
{
210-
to: 'participate/explorers',
211-
label: 'Infrastructure'
212-
},
213209
{
214210
to: '/develop/data-formats/cell-boc',
215211
label: 'Data Formats',

sidebars/develop.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,6 @@ module.exports = [
165165
'type': 'html',
166166
'value': '<span class=\'menu__link\'><b><small> Infrastructure Documentation </small></b></span>',
167167
},
168-
'participate/explorers',
169168
{
170169
type: 'category',
171170
label: 'Cross-chain Bridges',

sidebars/learn.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ module.exports = [
2020
'learn/overviews/ton-blockchain',
2121
'v3/concepts/ton-blockchain/smart-contract-addresses',
2222
'participate/wallets/apps',
23+
'participate/explorers',
2324
'learn/overviews/cells',
2425
'learn/networking/overview',
2526
'learn/overviews/blockchain-comparison',

0 commit comments

Comments
 (0)