Skip to content

Commit dc9ef09

Browse files
committed
Adds the sections.json for Farsi
1 parent ed71efe commit dc9ef09

File tree

1 file changed

+55
-0
lines changed

1 file changed

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

0 commit comments

Comments
 (0)