Skip to content

Commit 8109eda

Browse files
committed
add sections.json file
1 parent 49fff6e commit 8109eda

File tree

1 file changed

+62
-0
lines changed

1 file changed

+62
-0
lines changed
Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
{
2+
"sections": [{
3+
"name": "JavaScript",
4+
"id": "JavaScript",
5+
"subtitle": "See how TypeScript improves day to day working with JavaScript with minimal additional syntax."
6+
},
7+
{
8+
"name": "TypeScript",
9+
"id": "TypeScript",
10+
"subtitle": "Explore how TypeScript extends JavaScript to add more safety and tooling."
11+
},
12+
{
13+
"name": "3.7",
14+
"id": "3.7",
15+
"subtitle": "See the <a href='https://devblogs.microsoft.com/typescript/announcing-typescript-3-7/'>Release notes</a>."
16+
},
17+
{
18+
"name": "3.8",
19+
"id": "3.8",
20+
"subtitle": "See the <a href='https://devblogs.microsoft.com/typescript/announcing-typescript-3-8/'>Release notes</a>."
21+
},
22+
{
23+
"name": "4.0",
24+
"id": "4.0",
25+
"subtitle": "See the <a href='https://devblogs.microsoft.com/typescript/announcing-typescript-4-0-beta/'>Release notes</a>."
26+
},
27+
{
28+
"name": "Playground V3",
29+
"id": "Playground",
30+
"subtitle": "Learn what has changed in this website."
31+
}
32+
],
33+
"sortedSubSections": [
34+
// JS
35+
"JavaScript Essentials",
36+
"Functions with JavaScript",
37+
"Working With Classes",
38+
"Modern JavaScript",
39+
"External APIs",
40+
"Helping with JavaScript",
41+
// TS
42+
"Primitives",
43+
"Type Primitives",
44+
"Meta-Types",
45+
"Language",
46+
"Language Extensions",
47+
// Examples
48+
"Syntax and Messaging",
49+
"Types and Code Flow",
50+
"Fixits",
51+
// Playground
52+
"Config",
53+
"Tooling",
54+
// 3.8
55+
"Breaking Changes",
56+
"JSDoc Improvements",
57+
// 4.0
58+
"New JS Features",
59+
"New TS Features",
60+
"New Checks"
61+
]
62+
}

0 commit comments

Comments
 (0)