@@ -31,7 +31,7 @@ export const sidebar: DefaultTheme.Sidebar = {
31
31
link : "/zh/quickstart/02base/03logic-statements" ,
32
32
} ,
33
33
{
34
- text : "顶层语句" ,
34
+ text : "顶层语句* " ,
35
35
link : "/zh/quickstart/02base/04top-statements" ,
36
36
} ,
37
37
{
@@ -57,7 +57,7 @@ export const sidebar: DefaultTheme.Sidebar = {
57
57
link : "/zh/quickstart/04function/01define-and-call" ,
58
58
} ,
59
59
{
60
- text : "static关键字" ,
60
+ text : "static关键字* " ,
61
61
link : "/zh/quickstart/04function/02static-params" ,
62
62
} ,
63
63
{
@@ -74,11 +74,11 @@ export const sidebar: DefaultTheme.Sidebar = {
74
74
text : "类" ,
75
75
"items" : [
76
76
{
77
- text : "类的定义和实例化 " ,
77
+ text : "实体模板 " ,
78
78
link : "/zh/quickstart/05class/01define-and-instantiate" ,
79
79
} ,
80
80
{
81
- text : "类的成员 " ,
81
+ text : "实体模板的成员 " ,
82
82
link : "/zh/quickstart/05class/02member" ,
83
83
} ,
84
84
{
@@ -88,6 +88,10 @@ export const sidebar: DefaultTheme.Sidebar = {
88
88
{
89
89
text : "继承和抽象" ,
90
90
link : "/zh/quickstart/05class/04inheritance-abstract" ,
91
+ } ,
92
+ {
93
+ text : "杂项" ,
94
+ link : "/zh/quickstart/05class/05miscellaneous" ,
91
95
}
92
96
] ,
93
97
} ,
@@ -148,6 +152,10 @@ export const sidebar: DefaultTheme.Sidebar = {
148
152
{
149
153
text : "数据模板的嵌套" ,
150
154
link : "/zh/quickstart/09template/02template-nest" ,
155
+ } ,
156
+ {
157
+ text : "特殊类型" ,
158
+ link : "/zh/quickstart/09template/03mort-type" ,
151
159
}
152
160
] ,
153
161
} ,
@@ -180,7 +188,7 @@ export const sidebar: DefaultTheme.Sidebar = {
180
188
link : "/zh/quickstart/11mni/03javavar" ,
181
189
} ,
182
190
{
183
- text : "注解" ,
191
+ text : "注解* " ,
184
192
link : "/zh/quickstart/11mni/04annotation" ,
185
193
} ,
186
194
{
@@ -200,6 +208,19 @@ export const sidebar: DefaultTheme.Sidebar = {
200
208
}
201
209
] ,
202
210
"/en/quickstart/" : [
211
+ {
212
+ text : "Project Configuration" ,
213
+ "items" : [
214
+ {
215
+ text : "Create a Project" ,
216
+ link : "/en/quickstart/01project/01create-project" ,
217
+ } ,
218
+ {
219
+ text : "Configuration File" ,
220
+ link : "/en/quickstart/01project/02config-file" ,
221
+ }
222
+ ] ,
223
+ } ,
203
224
{
204
225
text : "Basic Syntax" ,
205
226
"items" : [
@@ -212,20 +233,24 @@ export const sidebar: DefaultTheme.Sidebar = {
212
233
link : "/en/quickstart/02base/02comments" ,
213
234
} ,
214
235
{
215
- text : "Logic statements " ,
236
+ text : "Logic statements" ,
216
237
link : "/en/quickstart/02base/03logic-statements" ,
217
238
} ,
218
239
{
219
- text : "Top statement " ,
240
+ text : "Top statement* " ,
220
241
link : "/en/quickstart/02base/04top-statements" ,
242
+ } ,
243
+ {
244
+ text : "Native Commands" ,
245
+ link : "/en/quickstart/02base/05original-command" ,
221
246
}
222
247
] ,
223
248
} ,
224
249
{
225
250
text : "Namespace" ,
226
251
"items" : [
227
252
{
228
- text : "Namespace " ,
253
+ text : "Namespace" ,
229
254
link : "/en/quickstart/03namespace/01namespace" ,
230
255
}
231
256
] ,
@@ -238,37 +263,45 @@ export const sidebar: DefaultTheme.Sidebar = {
238
263
link : "/en/quickstart/04function/01define-and-call" ,
239
264
} ,
240
265
{
241
- text : "static keyword " ,
266
+ text : "static keyword* " ,
242
267
link : "/en/quickstart/04function/02static-params" ,
243
268
} ,
244
269
{
245
- text : "Inline function " ,
270
+ text : "Inline function" ,
246
271
link : "/en/quickstart/04function/03inline-function" ,
272
+ } ,
273
+ {
274
+ text : "Compile-time Function" ,
275
+ link : "/en/quickstart/04function/04compiletime-function" ,
247
276
}
248
277
] ,
249
278
} ,
250
279
{
251
280
text : "Class" ,
252
281
"items" : [
253
282
{
254
- text : "The instantiate and define of class " ,
283
+ text : "Entity Template " ,
255
284
link : "/en/quickstart/05class/01define-and-instantiate" ,
256
285
} ,
257
286
{
258
- text : "Member of class " ,
287
+ text : "Member of entity template " ,
259
288
link : "/en/quickstart/05class/02member" ,
260
289
} ,
290
+ {
291
+ text : "Singleton" ,
292
+ link : "/en/quickstart/05class/03object" ,
293
+ } ,
261
294
{
262
295
text : "Inheritance and abstraction" ,
263
- link : "/en/quickstart/05class/03inheritance -abstract" ,
296
+ link : "/en/quickstart/05class/04inheritance -abstract" ,
264
297
}
265
298
] ,
266
299
} ,
267
300
{
268
301
text : "Interface" ,
269
302
"items" : [
270
303
{
271
- text : "Define and implement " ,
304
+ text : "Define and implement" ,
272
305
link : "/en/quickstart/06interface/01define-and-implement" ,
273
306
}
274
307
] ,
@@ -277,15 +310,15 @@ export const sidebar: DefaultTheme.Sidebar = {
277
310
text : "Generic" ,
278
311
"items" : [
279
312
{
280
- text : "编译确定量 " ,
313
+ text : "Compile-time Constants " ,
281
314
link : "/en/quickstart/07generic/01concrete_var" ,
282
315
} ,
283
316
{
284
- text : "泛型函数 " ,
317
+ text : "Generic Functions " ,
285
318
link : "/en/quickstart/07generic/02generic_function" ,
286
319
} ,
287
320
{
288
- text : "泛型类 " ,
321
+ text : "Generic Classes " ,
289
322
link : "/en/quickstart/07generic/03generic_class" ,
290
323
}
291
324
] ,
@@ -298,11 +331,11 @@ export const sidebar: DefaultTheme.Sidebar = {
298
331
link : "/en/quickstart/08nbt/01nbt" ,
299
332
} ,
300
333
{
301
- text : "列表 " ,
334
+ text : "Lists " ,
302
335
link : "/en/quickstart/08nbt/02list" ,
303
336
} ,
304
337
{
305
- text : "字典 " ,
338
+ text : "Dictionary " ,
306
339
link : "/en/quickstart/08nbt/03dict" ,
307
340
} ,
308
341
{
@@ -311,20 +344,67 @@ export const sidebar: DefaultTheme.Sidebar = {
311
344
}
312
345
] ,
313
346
} ,
347
+ {
348
+ text : "Data Template" ,
349
+ "items" : [
350
+ {
351
+ text : "Data Template" ,
352
+ link : "/en/quickstart/09template/01define-and-instantiate" ,
353
+ } ,
354
+ {
355
+ text : "Nested Data Templates" ,
356
+ link : "/en/quickstart/09template/02template-nest" ,
357
+ } ,
358
+ {
359
+ text : "Special Types in Data Templates" ,
360
+ link : "/en/quickstart/09template/03mort-type" ,
361
+ }
362
+ ] ,
363
+ } ,
364
+ {
365
+ text : "Library" ,
366
+ "items" : [
367
+ {
368
+ text : "Import and Use" ,
369
+ link : "/en/quickstart/10library/01import-and-use" ,
370
+ } ,
371
+ {
372
+ text : "Export Library" ,
373
+ link : "/en/quickstart/10library/02export-library" ,
374
+ }
375
+ ] ,
376
+ } ,
314
377
{
315
378
text : "MNI Framework" ,
316
379
"items" : [
317
380
{
318
- text : "MNI框架 " ,
381
+ text : "MNI Framework " ,
319
382
link : "/en/quickstart/11mni/01mni-framework" ,
320
383
} ,
321
384
{
322
- text : "MNI函数 " ,
385
+ text : "MNI Functions " ,
323
386
link : "/en/quickstart/11mni/02mni-framework-implementation" ,
324
387
} ,
325
388
{
326
389
text : "JavaVar" ,
327
390
link : "/en/quickstart/11mni/03javavar" ,
391
+ } ,
392
+ {
393
+ text : "Annotations*" ,
394
+ link : "/en/quickstart/11mni/04annotation" ,
395
+ } ,
396
+ {
397
+ text : "JVM Access Operator" ,
398
+ link : "/en/quickstart/11mni/05access" ,
399
+ }
400
+ ] ,
401
+ } ,
402
+ {
403
+ text : "Gradle Build" ,
404
+ "items" : [
405
+ {
406
+ text : "Gradle Configuration" ,
407
+ link : "/en/quickstart/12gradle/01gradle-configuration" ,
328
408
}
329
409
] ,
330
410
}
0 commit comments