@@ -15,7 +15,7 @@ module.exports = {
15
15
items : [
16
16
{
17
17
to : '/v3/concepts/dive-into-ton/introduction' ,
18
- label : 'Introduction to TON ' ,
18
+ label : 'Introduction' ,
19
19
} ,
20
20
{
21
21
to : '/v3/concepts/dive-into-ton/ton-ecosystem/wallet-apps' ,
@@ -58,6 +58,18 @@ module.exports = {
58
58
to : 'v3/guidelines/dapps/apis-sdks/sdk' ,
59
59
label : 'APIs and SDKs' ,
60
60
} ,
61
+ {
62
+ to : '/v3/guidelines/dapps/cookbook' ,
63
+ label : 'Cookbook' ,
64
+ } ,
65
+ ] ,
66
+ } ,
67
+ {
68
+ type : 'dropdown' ,
69
+ to : '/v3/documentation/dapps/assets/overview' ,
70
+ position : 'left' ,
71
+ label : 'Assets' ,
72
+ items : [
61
73
{
62
74
to : '/v3/guidelines/dapps/asset-processing/payments-processing' ,
63
75
label : 'Payment Processing' ,
@@ -66,6 +78,14 @@ module.exports = {
66
78
to : 'v3/guidelines/dapps/asset-processing/jettons' ,
67
79
label : 'Jetton Processing' ,
68
80
} ,
81
+ {
82
+ to : '/v3/documentation/dapps/assets/usdt' ,
83
+ label : 'USDT Processing' ,
84
+ } ,
85
+ {
86
+ to : 'v3/guidelines/dapps/asset-processing/mintless-jettons' ,
87
+ label : 'Mintless Jetton Processing' ,
88
+ } ,
69
89
{
70
90
to : '/v3/guidelines/dapps/tutorials/mint-your-first-token' ,
71
91
label : 'Mint your Tokens' ,
@@ -74,10 +94,6 @@ module.exports = {
74
94
to : '/v3/guidelines/dapps/tutorials/nft-minting-guide' ,
75
95
label : 'Mint your NFTs' ,
76
96
} ,
77
- {
78
- to : '/v3/guidelines/dapps/cookbook' ,
79
- label : 'Cookbook' ,
80
- } ,
81
97
] ,
82
98
} ,
83
99
{
@@ -88,35 +104,60 @@ module.exports = {
88
104
items : [
89
105
{
90
106
to : '/v3/documentation/smart-contracts/contracts-specs/wallet-contracts' ,
91
- label : 'Wallets ' ,
107
+ label : 'Contracts Specification ' ,
92
108
} ,
93
109
{
94
- to : '/v3/documentation/smart-contracts/message-management/sending-messages' ,
95
- label : 'Sending Messages' ,
110
+ to : '/v3/documentation/smart-contracts/addresses' ,
111
+ label : 'Address Specification' ,
112
+ } ,
113
+ {
114
+ to : 'v3/documentation/smart-contracts/message-management/messages-and-transactions' ,
115
+ label : 'Messages and Transactions' ,
96
116
} ,
97
117
{
98
118
to : 'v3/documentation/smart-contracts/transaction-fees/fees' ,
99
119
label : 'Transaction Fees' ,
100
120
} ,
121
+ {
122
+ to : '/v3/guidelines/smart-contracts/security/things-to-focus' ,
123
+ label : 'Best Practices' ,
124
+ } ,
125
+ {
126
+ to : 'v3/documentation/tvm/tvm-overview' ,
127
+ label : 'TON Virtual Machine (TVM)' ,
128
+ } ,
129
+ ] ,
130
+ } ,
131
+
132
+ {
133
+ type : 'dropdown' ,
134
+ to : 'v3/documentation/smart-contracts/overview' ,
135
+ position : 'left' ,
136
+ label : 'Program Languages' ,
137
+ items : [
101
138
{
102
139
to : 'v3/documentation/smart-contracts/func/overview' ,
103
- label : 'FunC Development Language' ,
140
+ label : 'FunC' ,
141
+ } ,
142
+ {
143
+ to : '/v3/documentation/tvm/instructions' ,
144
+ label : 'TVM Instruction' ,
104
145
} ,
105
146
{
106
147
to : 'v3/documentation/smart-contracts/func/cookbook' ,
107
148
label : 'FunC Cookbook' ,
108
149
} ,
109
150
{
110
- to : '/v3/documentation/data-formats/tlb/cell-boc ' ,
111
- label : 'Data formats ' ,
151
+ to : 'https://docs.tact-lang.org/ ' ,
152
+ label : 'Tact ' ,
112
153
} ,
113
154
{
114
- to : 'v3/documentation/tvm/tvm- overview' ,
115
- label : 'TON Virtual Machine (TVM) ' ,
155
+ to : '/ v3/documentation/smart-contracts/fift/ overview' ,
156
+ label : 'Fift ' ,
116
157
} ,
117
158
{
118
- to : 'v3/guidelines/smart-contracts/guidelines ' ,
119
- label : 'Best Practices for Contracts ' ,
159
+ to : '/ v3/documentation/data-formats/tlb/tl-b-language ' ,
160
+ label : 'TL-B ' ,
120
161
} ,
121
162
] ,
122
163
} ,
@@ -128,23 +169,27 @@ module.exports = {
128
169
items : [
129
170
{
130
171
to : '/v3/documentation/infra/nodes/mytonctrl/mytonctrl-overview' ,
131
- label : 'Manage Blockchain Nodes ' ,
172
+ label : 'Software (Mytonctrl) ' ,
132
173
} ,
133
174
{
134
- to : '/v3/guidelines/nodes/nodes-troubleshooting ' ,
135
- label : 'Troubleshooting the Node ' ,
175
+ to : '/v3/guidelines/nodes/running- nodes/liteserver-node ' ,
176
+ label : 'Liteserver ' ,
136
177
} ,
137
178
{
138
- to : '/v3/documentation/smart-contracts/contracts-specs/single-nominator-pool ' ,
139
- label : 'Single Nominator Pool ' ,
179
+ to : '/v3/guidelines/nodes/running-nodes/validator-node ' ,
180
+ label : 'Validator ' ,
140
181
} ,
141
182
{
142
- to : '/v3/documentation /smart-contracts/contracts-specs/ nominator-pool' ,
143
- label : 'Nominator Pool' ,
183
+ to : '/v3/guidelines /smart-contracts/howto/single- nominator-pool' ,
184
+ label : 'Single Nominator Pool' ,
144
185
} ,
186
+ // {
187
+ // to: '/v3/guidelines/nodes/running-nodes/archive-node', // TODO: add article
188
+ // label: 'Running Nodes',
189
+ // },
145
190
{
146
- to : '/v3/guidelines/nodes/running- nodes/archive-node' , // TODO: add article
147
- label : 'Running Nodes ' ,
191
+ to : '/v3/guidelines/nodes/nodes-troubleshooting' ,
192
+ label : 'Troubleshooting ' ,
148
193
} ,
149
194
{
150
195
to : '/v3/guidelines/nodes/faq' ,
0 commit comments