Skip to content

Commit 7900484

Browse files
committed
Add placeholder doc for TypeScript
1 parent 8fbbaac commit 7900484

File tree

7 files changed

+41
-5
lines changed

7 files changed

+41
-5
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
id: static-typing-with-typescript
3+
title: Static Typing with TypeScript
4+
hide_title: true
5+
sidebar_label: TypeScript
6+
---
7+
8+
# Static Typing with TypeScript
9+
10+
We're looking for help on this section, [file a PR](https://github.com/reduxjs/react-redux/issues/1001#issuecomment-503532530).

website/sidebars.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@
1212
{
1313
"type": "subcategory",
1414
"label": "Static Typing",
15-
"ids": ["using-react-redux/static-typing-with-flow"]
15+
"ids": [
16+
"using-react-redux/static-typing-with-flow",
17+
"using-react-redux/static-typing-with-typescript"
18+
]
1619
}
1720
],
1821
"API Reference": [
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
id: version-5.x-static-typing-with-typescript
3+
title: Static Typing with TypeScript
4+
hide_title: true
5+
sidebar_label: TypeScript
6+
original_id: static-typing-with-typescript
7+
---
8+
9+
# Static Typing with TypeScript
10+
11+
We're looking for help on this section, [file a PR](https://github.com/reduxjs/react-redux/issues/1001#issuecomment-503532530).

website/versioned_sidebars/version-5.x-sidebars.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@
1111
{
1212
"type": "subcategory",
1313
"label": "Static Typing",
14-
"ids": ["version-5.x-using-react-redux/static-typing-with-flow"]
14+
"ids": [
15+
"version-5.x-using-react-redux/static-typing-with-flow",
16+
"version-5.x-using-react-redux/static-typing-with-typescript"
17+
]
1518
}
1619
],
1720
"API Reference": [

website/versioned_sidebars/version-6.x-sidebars.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@
1212
{
1313
"type": "subcategory",
1414
"label": "Static Typing",
15-
"ids": ["version-6.x-using-react-redux/static-typing-with-flow"]
15+
"ids": [
16+
"version-6.x-using-react-redux/static-typing-with-flow",
17+
"version-6.x-using-react-redux/static-typing-with-typescript"
18+
]
1619
}
1720
],
1821
"API Reference": [

website/versioned_sidebars/version-7.0-sidebars.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@
1212
{
1313
"type": "subcategory",
1414
"label": "Static Typing",
15-
"ids": ["version-7.0-using-react-redux/static-typing-with-flow"]
15+
"ids": [
16+
"version-7.0-using-react-redux/static-typing-with-flow",
17+
"version-7.0-using-react-redux/static-typing-with-typescript"
18+
]
1619
}
1720
],
1821
"API Reference": [

website/versioned_sidebars/version-7.1-sidebars.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@
1212
{
1313
"type": "subcategory",
1414
"label": "Static Typing",
15-
"ids": ["version-7.1-using-react-redux/static-typing-with-flow"]
15+
"ids": [
16+
"version-7.1-using-react-redux/static-typing-with-flow",
17+
"version-7.1-using-react-redux/static-typing-with-typescript"
18+
]
1619
}
1720
],
1821
"API Reference": [

0 commit comments

Comments
 (0)