Skip to content

Commit 3c2d91f

Browse files
committed
feat: add guidelines
1 parent 253448e commit 3c2d91f

File tree

4 files changed

+43
-7
lines changed

4 files changed

+43
-7
lines changed
File renamed without changes.

docs/v3/guidelines/overview.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Overview
2+
3+
// TODO: need to be written

navbar.js

Lines changed: 37 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,34 @@ module.exports = {
156156
},
157157
],
158158
},
159+
{
160+
type: 'dropdown',
161+
to: 'v3/guidelines/overview',
162+
label: 'Guidelines',
163+
position: 'left',
164+
items: [
165+
{
166+
to: '/develop/smart-contracts/guidelines',
167+
label: 'Smart Contracts',
168+
},
169+
{
170+
to: '/develop/dapps/',
171+
label: 'DApps',
172+
},
173+
{
174+
to: 'v3/guidelines/nodes/overview',
175+
label: 'Nodes'
176+
},
177+
{
178+
to: 'develop/dapps/ton-connect/overview',
179+
label: 'Integrate with TON'
180+
},
181+
{
182+
to: 'participate/web3/overview',
183+
label: 'Web3',
184+
},
185+
]
186+
},
159187
{
160188
type: 'dropdown',
161189
to: '/develop/overview',
@@ -178,6 +206,14 @@ module.exports = {
178206
to: 'develop/dapps/defi/coins', // TODO: add page
179207
label: 'DApps',
180208
},
209+
{
210+
to: 'participate/explorers',
211+
label: 'Infrastructure'
212+
},
213+
{
214+
to: '/develop/data-formats/cell-boc',
215+
label: 'Data Formats',
216+
},
181217
{
182218
to: 'learn/networking/low-level-adnl',
183219
label: 'Networking'
@@ -190,7 +226,7 @@ module.exports = {
190226
},
191227
{
192228
type: 'dropdown',
193-
label: 'External',
229+
label: 'Resources',
194230
position: 'left',
195231
items: [
196232
{
@@ -201,10 +237,6 @@ module.exports = {
201237
to: 'https://t.me/addlist/1r5Vcb8eljk5Yzcy',
202238
label: 'TON Developers Kit',
203239
},
204-
{
205-
to: 'https://t.me/tonsupport_aibot',
206-
label: 'AI TON Support Agent',
207-
},
208240
{
209241
to: 'https://github.com/ton-blockchain/TEPs',
210242
label: 'Standards Discussion (TEPs)',

sidebars/guidelines.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @type {import('@docusaurus/plugin-content-docs').SidebarConfig}
33
*/
44
module.exports = [
5-
'guidelines/README',
5+
'v3/guidelines/overview',
66
'develop/get-started-with-ton',
77
{
88
type: 'category',
@@ -199,6 +199,7 @@ module.exports = [
199199
'type': 'html',
200200
'value': '<span class=\'menu__link\'><b><small> MyTonCtrl & Blockchain Nodes Guidelines </small></b></span>',
201201
},
202+
'v3/guidelines/nodes/overview',
202203
{
203204
type: 'category',
204205
label: 'Running Nodes',
@@ -224,7 +225,7 @@ module.exports = [
224225
},
225226
{
226227
'type': 'html',
227-
'value': '<span class=\'menu__link\'><b><small> Integrate TON </small></b></span>',
228+
'value': '<span class=\'menu__link\'><b><small> Integrate with TON </small></b></span>',
228229
},
229230
'develop/dapps/ton-connect/overview',
230231
{

0 commit comments

Comments
 (0)