Skip to content

Commit

Permalink
Create a subcategory for static typing
Browse files Browse the repository at this point in the history
  • Loading branch information
wgao19 committed Jul 1, 2019
1 parent 0a7ef7a commit fd5923a
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: annotating-connected-components-with-flow
title: Annotating Connected Components with Flow
hide_title: true
sidebar_label: Annotating Connected Components with Flow
sidebar_label: Flow
---

# Annotating Connected Components with Flow
Expand Down
7 changes: 6 additions & 1 deletion website/sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,12 @@
"Using React Redux": [
"using-react-redux/connect-mapstate",
"using-react-redux/connect-mapdispatch",
"using-react-redux/accessing-store"
"using-react-redux/accessing-store",
{
"type": "subcategory",
"label": "Static Typing",
"ids": ["using-react-redux/annotating-connected-components-with-flow"]
}
],
"API Reference": [
"api/connect",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
id: version-5.x-annotating-connected-components-with-flow
title: Annotating Connected Components with Flow
hide_title: true
sidebar_label: Annotating Connected Components with Flow
sidebar_label: Flow
original_id: annotating-connected-components-with-flow
---

Expand Down
8 changes: 7 additions & 1 deletion website/versioned_sidebars/version-5.x-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,13 @@
"Using React-Redux": [
"version-5.x-using-react-redux/connect-mapstate",
"version-5.x-using-react-redux/connect-mapdispatch",
"version-5.x-using-react-redux/annotating-connected-components-with-flow"
{
"type": "subcategory",
"label": "Static Typing",
"ids": [
"version-5.x-using-react-redux/annotating-connected-components-with-flow"
]
}
],
"API Reference": [
"version-5.x-api",
Expand Down
8 changes: 7 additions & 1 deletion website/versioned_sidebars/version-6.x-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@
"version-6.x-using-react-redux/connect-mapstate",
"version-6.x-using-react-redux/connect-mapdispatch",
"version-6.x-using-react-redux/accessing-store",
"version-6.x-using-react-redux/annotating-connected-components-with-flow"
{
"type": "subcategory",
"label": "Static Typing",
"ids": [
"version-6.x-using-react-redux/annotating-connected-components-with-flow"
]
}
],
"API Reference": [
"version-6.x-api/connect",
Expand Down
8 changes: 7 additions & 1 deletion website/versioned_sidebars/version-7.0-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@
"version-7.0-using-react-redux/connect-mapstate",
"version-7.0-using-react-redux/connect-mapdispatch",
"version-7.0-using-react-redux/accessing-store",
"version-7.0-using-react-redux/annotating-connected-components-with-flow"
{
"type": "subcategory",
"label": "Static Typing",
"ids": [
"version-7.0-using-react-redux/annotating-connected-components-with-flow"
]
}
],
"API Reference": [
"version-7.0-api/connect",
Expand Down
8 changes: 7 additions & 1 deletion website/versioned_sidebars/version-7.1-sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,13 @@
"version-7.1-using-react-redux/connect-mapstate",
"version-7.1-using-react-redux/connect-mapdispatch",
"version-7.1-using-react-redux/accessing-store",
"version-7.1-using-react-redux/annotating-connected-components-with-flow"
{
"type": "subcategory",
"label": "Static Typing",
"ids": [
"version-7.1-using-react-redux/annotating-connected-components-with-flow"
]
}
],
"API Reference": [
"version-7.1-api/connect",
Expand Down

0 comments on commit fd5923a

Please sign in to comment.