Skip to content

Commit 15d5855

Browse files
committedJul 1, 2019
Create a subcategory for static typing
1 parent 4a949fe commit 15d5855

File tree

7 files changed

+36
-7
lines changed

7 files changed

+36
-7
lines changed
 

Diff for: ‎docs/using-react-redux/annotating-connected-components-with-flow.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
id: annotating-connected-components-with-flow
33
title: Annotating Connected Components with Flow
44
hide_title: true
5-
sidebar_label: Annotating Connected Components with Flow
5+
sidebar_label: Flow
66
---
77

88
# Annotating Connected Components with Flow

Diff for: ‎website/sidebars.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,12 @@
88
"Using React Redux": [
99
"using-react-redux/connect-mapstate",
1010
"using-react-redux/connect-mapdispatch",
11-
"using-react-redux/accessing-store"
11+
"using-react-redux/accessing-store",
12+
{
13+
"type": "subcategory",
14+
"label": "Static Typing",
15+
"ids": ["using-react-redux/annotating-connected-components-with-flow"]
16+
}
1217
],
1318
"API Reference": [
1419
"api/connect",

Diff for: ‎website/versioned_docs/version-5.x/using-react-redux/annotating-connected-components-with-flow.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
id: version-5.x-annotating-connected-components-with-flow
33
title: Annotating Connected Components with Flow
44
hide_title: true
5-
sidebar_label: Annotating Connected Components with Flow
5+
sidebar_label: Flow
66
original_id: annotating-connected-components-with-flow
77
---
88

Diff for: ‎website/versioned_sidebars/version-5.x-sidebars.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,13 @@
88
"Using React-Redux": [
99
"version-5.x-using-react-redux/connect-mapstate",
1010
"version-5.x-using-react-redux/connect-mapdispatch",
11-
"version-5.x-using-react-redux/annotating-connected-components-with-flow"
11+
{
12+
"type": "subcategory",
13+
"label": "Static Typing",
14+
"ids": [
15+
"version-5.x-using-react-redux/annotating-connected-components-with-flow"
16+
]
17+
}
1218
],
1319
"API Reference": [
1420
"version-5.x-api",

Diff for: ‎website/versioned_sidebars/version-6.x-sidebars.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,13 @@
99
"version-6.x-using-react-redux/connect-mapstate",
1010
"version-6.x-using-react-redux/connect-mapdispatch",
1111
"version-6.x-using-react-redux/accessing-store",
12-
"version-6.x-using-react-redux/annotating-connected-components-with-flow"
12+
{
13+
"type": "subcategory",
14+
"label": "Static Typing",
15+
"ids": [
16+
"version-6.x-using-react-redux/annotating-connected-components-with-flow"
17+
]
18+
}
1319
],
1420
"API Reference": [
1521
"version-6.x-api/connect",

Diff for: ‎website/versioned_sidebars/version-7.0-sidebars.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,13 @@
99
"version-7.0-using-react-redux/connect-mapstate",
1010
"version-7.0-using-react-redux/connect-mapdispatch",
1111
"version-7.0-using-react-redux/accessing-store",
12-
"version-7.0-using-react-redux/annotating-connected-components-with-flow"
12+
{
13+
"type": "subcategory",
14+
"label": "Static Typing",
15+
"ids": [
16+
"version-7.0-using-react-redux/annotating-connected-components-with-flow"
17+
]
18+
}
1319
],
1420
"API Reference": [
1521
"version-7.0-api/connect",

Diff for: ‎website/versioned_sidebars/version-7.1-sidebars.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,13 @@
99
"version-7.1-using-react-redux/connect-mapstate",
1010
"version-7.1-using-react-redux/connect-mapdispatch",
1111
"version-7.1-using-react-redux/accessing-store",
12-
"version-7.1-using-react-redux/annotating-connected-components-with-flow"
12+
{
13+
"type": "subcategory",
14+
"label": "Static Typing",
15+
"ids": [
16+
"version-7.1-using-react-redux/annotating-connected-components-with-flow"
17+
]
18+
}
1319
],
1420
"API Reference": [
1521
"version-7.1-api/connect",

0 commit comments

Comments
 (0)