Skip to content

Commit 1521cdb

Browse files
committed
Move Configuring Your Store to new Real World Usage section
1 parent 0dae2d1 commit 1521cdb

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

website/_redirects

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737

3838

3939
/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
4142
/recipes/implementingundohistory* /recipes/implementing-undo-history:splat
4243
/recipes/isolatingsubapps* /recipes/isolating-redux-sub-apps:splat
4344
/recipes/migratingtoredux* /recipes/migrating-to-redux:splat

website/sidebars.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ module.exports = {
5454
],
5555
Recipes: [
5656
'recipes/recipe-index',
57-
'recipes/configuring-your-store',
5857
'recipes/usage-with-typescript',
5958
'recipes/migrating-to-redux',
6059
'recipes/using-object-spread-operator',
@@ -101,6 +100,7 @@ module.exports = {
101100
],
102101
'Style Guide': ['style-guide/style-guide'],
103102
Other: ['glossary', 'troubleshooting'],
103+
'Real World Usage': ['real-world-usage/configuring-your-store'],
104104
'API Reference': [
105105
'api/api-reference',
106106
'api/createstore',

0 commit comments

Comments
 (0)