File tree Expand file tree Collapse file tree 6 files changed +13
-9
lines changed Expand file tree Collapse file tree 6 files changed +13
-9
lines changed Original file line number Diff line number Diff line change 32
32
" import-export" ,
33
33
" attribute" ,
34
34
" unboxed" ,
35
- " reserved-keywords"
35
+ " reserved-keywords" ,
36
+ " syntax-lookup"
36
37
],
37
38
"Advanced Features" : [
38
39
" extensible-variant" ,
72
73
" project-structure" ,
73
74
" faq"
74
75
]
75
- }
76
+ }
Original file line number Diff line number Diff line change 33
33
" import-export" ,
34
34
" attribute" ,
35
35
" reserved-keywords" ,
36
- " equality-comparison"
36
+ " equality-comparison" ,
37
+ " syntax-lookup"
37
38
],
38
39
"Advanced Features" : [
39
40
" extensible-variant" ,
Original file line number Diff line number Diff line change 56
56
" import-export" ,
57
57
" attribute" ,
58
58
" reserved-keywords" ,
59
- " equality-comparison"
59
+ " equality-comparison" ,
60
+ " syntax-lookup"
60
61
],
61
62
"Build System" : [
62
63
" build-overview" ,
Original file line number Diff line number Diff line change 28
28
" promise" ,
29
29
" module" ,
30
30
" import-export" ,
31
- " reserved-keywords"
31
+ " reserved-keywords" ,
32
+ " syntax-lookup"
32
33
],
33
34
"JavaScript Interop" : [
34
35
" embed-raw-javascript" ,
59
60
" project-structure" ,
60
61
" faq"
61
62
]
62
- }
63
+ }
Original file line number Diff line number Diff line change 31
31
" import-export" ,
32
32
" attribute" ,
33
33
" unboxed" ,
34
- " reserved-keywords"
34
+ " reserved-keywords" ,
35
+ " syntax-lookup"
35
36
],
36
37
"JavaScript Interop" : [
37
38
" interop-cheatsheet" ,
66
67
" project-structure" ,
67
68
" faq"
68
69
]
69
- }
70
+ }
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ let makeCategories: string => array<Sidebar.Category.t> = version => [
6
6
items : [
7
7
{name : "Overview" , href : ` /docs/manual/${version}/api` },
8
8
{name : "Core" , href : ` /docs/manual/${version}/api/core` },
9
- {name : "Syntax Lookup" , href : "/syntax-lookup" },
10
9
],
11
10
},
12
11
{
You can’t perform that action at this time.
0 commit comments