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 3232 " import-export" ,
3333 " attribute" ,
3434 " unboxed" ,
35- " reserved-keywords"
35+ " reserved-keywords" ,
36+ " syntax-lookup"
3637 ],
3738 "Advanced Features" : [
3839 " extensible-variant" ,
7273 " project-structure" ,
7374 " faq"
7475 ]
75- }
76+ }
Original file line number Diff line number Diff line change 3333 " import-export" ,
3434 " attribute" ,
3535 " reserved-keywords" ,
36- " equality-comparison"
36+ " equality-comparison" ,
37+ " syntax-lookup"
3738 ],
3839 "Advanced Features" : [
3940 " extensible-variant" ,
Original file line number Diff line number Diff line change 5656 " import-export" ,
5757 " attribute" ,
5858 " reserved-keywords" ,
59- " equality-comparison"
59+ " equality-comparison" ,
60+ " syntax-lookup"
6061 ],
6162 "Build System" : [
6263 " build-overview" ,
Original file line number Diff line number Diff line change 2828 " promise" ,
2929 " module" ,
3030 " import-export" ,
31- " reserved-keywords"
31+ " reserved-keywords" ,
32+ " syntax-lookup"
3233 ],
3334 "JavaScript Interop" : [
3435 " embed-raw-javascript" ,
5960 " project-structure" ,
6061 " faq"
6162 ]
62- }
63+ }
Original file line number Diff line number Diff line change 3131 " import-export" ,
3232 " attribute" ,
3333 " unboxed" ,
34- " reserved-keywords"
34+ " reserved-keywords" ,
35+ " syntax-lookup"
3536 ],
3637 "JavaScript Interop" : [
3738 " interop-cheatsheet" ,
6667 " project-structure" ,
6768 " faq"
6869 ]
69- }
70+ }
Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ let makeCategories: string => array<Sidebar.Category.t> = version => [
66 items : [
77 {name : "Overview" , href : ` /docs/manual/${version}/api` },
88 {name : "Core" , href : ` /docs/manual/${version}/api/core` },
9- {name : "Syntax Lookup" , href : "/syntax-lookup" },
109 ],
1110 },
1211 {
You can’t perform that action at this time.
0 commit comments