Skip to content

Commit 8fbbaac

Browse files
committed
Rename Flow doc titles
1 parent 15d5855 commit 8fbbaac

File tree

7 files changed

+12
-20
lines changed

7 files changed

+12
-20
lines changed

docs/using-react-redux/annotating-connected-components-with-flow.md renamed to docs/using-react-redux/static-typing-with-flow.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
id: annotating-connected-components-with-flow
3-
title: Annotating Connected Components with Flow
2+
id: static-typing-with-flow
3+
title: Static Typing with Flow
44
hide_title: true
55
sidebar_label: Flow
66
---
77

8-
# Annotating Connected Components with Flow
8+
# Static Typing with Flow
99

1010
After Flow 0.85, Flow starts [Asking for Required Annotations](https://medium.com/flow-type/asking-for-required-annotations-64d4f9c1edf8) on implicit calls of higher order components within each file import — export cycle. This facilitates Flow to merge type information from file dependencies _before_ it walks the type structure and conducts type inference.
1111

website/sidebars.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
{
1313
"type": "subcategory",
1414
"label": "Static Typing",
15-
"ids": ["using-react-redux/annotating-connected-components-with-flow"]
15+
"ids": ["using-react-redux/static-typing-with-flow"]
1616
}
1717
],
1818
"API Reference": [
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
id: version-5.x-annotating-connected-components-with-flow
3-
title: Annotating Connected Components with Flow
2+
id: version-5.x-static-typing-with-flow
3+
title: Static Typing with Flow
44
hide_title: true
55
sidebar_label: Flow
6-
original_id: annotating-connected-components-with-flow
6+
original_id: static-typing-with-flow
77
---
88

9-
# Annotating Connected Components with Flow
9+
# Static Typing with Flow
1010

1111
After Flow 0.85, Flow starts [Asking for Required Annotations](https://medium.com/flow-type/asking-for-required-annotations-64d4f9c1edf8) on implicit calls of higher order components within each file import — export cycle. This facilitates Flow to merge type information from file dependencies _before_ it walks the type structure and conducts type inference.
1212

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@
1111
{
1212
"type": "subcategory",
1313
"label": "Static Typing",
14-
"ids": [
15-
"version-5.x-using-react-redux/annotating-connected-components-with-flow"
16-
]
14+
"ids": ["version-5.x-using-react-redux/static-typing-with-flow"]
1715
}
1816
],
1917
"API Reference": [

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@
1212
{
1313
"type": "subcategory",
1414
"label": "Static Typing",
15-
"ids": [
16-
"version-6.x-using-react-redux/annotating-connected-components-with-flow"
17-
]
15+
"ids": ["version-6.x-using-react-redux/static-typing-with-flow"]
1816
}
1917
],
2018
"API Reference": [

website/versioned_sidebars/version-7.0-sidebars.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@
1212
{
1313
"type": "subcategory",
1414
"label": "Static Typing",
15-
"ids": [
16-
"version-7.0-using-react-redux/annotating-connected-components-with-flow"
17-
]
15+
"ids": ["version-7.0-using-react-redux/static-typing-with-flow"]
1816
}
1917
],
2018
"API Reference": [

website/versioned_sidebars/version-7.1-sidebars.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,7 @@
1212
{
1313
"type": "subcategory",
1414
"label": "Static Typing",
15-
"ids": [
16-
"version-7.1-using-react-redux/annotating-connected-components-with-flow"
17-
]
15+
"ids": ["version-7.1-using-react-redux/static-typing-with-flow"]
1816
}
1917
],
2018
"API Reference": [

0 commit comments

Comments
 (0)