File tree 3 files changed +3
-2
lines changed 3 files changed +3
-2
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 37
37
38
38
39
39
/recipes/computingderiveddata* /recipes/computing-derived-data:splat
40
- /recipes/configuringyourstore* /recipes/configuring-your-store:splat
40
+ /recipes/configuringyourstore* /real-world-usage/configuring-your-store:splat
41
+ /recipes/configuring-your-store:splat /real-world-usage/configuring-your-store:splat
41
42
/recipes/implementingundohistory* /recipes/implementing-undo-history:splat
42
43
/recipes/isolatingsubapps* /recipes/isolating-redux-sub-apps:splat
43
44
/recipes/migratingtoredux* /recipes/migrating-to-redux:splat
Original file line number Diff line number Diff line change @@ -54,7 +54,6 @@ module.exports = {
54
54
] ,
55
55
Recipes : [
56
56
'recipes/recipe-index' ,
57
- 'recipes/configuring-your-store' ,
58
57
'recipes/usage-with-typescript' ,
59
58
'recipes/migrating-to-redux' ,
60
59
'recipes/using-object-spread-operator' ,
@@ -101,6 +100,7 @@ module.exports = {
101
100
] ,
102
101
'Style Guide' : [ 'style-guide/style-guide' ] ,
103
102
Other : [ 'glossary' , 'troubleshooting' ] ,
103
+ 'Real World Usage' : [ 'real-world-usage/configuring-your-store' ] ,
104
104
'API Reference' : [
105
105
'api/api-reference' ,
106
106
'api/createstore' ,
You can’t perform that action at this time.
0 commit comments