Skip to content

Commit d418d33

Browse files
committed
Re-add old "Advanced > Middleware" page in "Understanding Redux"
Former-commit-id: 9c755fc
1 parent 47639aa commit d418d33

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
f706a965b751ecf68cc95430fe03845ce48d5148

website/sidebars.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,10 @@ module.exports = {
8484
{
8585
type: 'category',
8686
label: 'History and Design',
87-
items: ['understanding/history-and-design/prior-art']
87+
items: [
88+
'understanding/history-and-design/prior-art',
89+
'understanding/history-and-design/middleware'
90+
]
8891
}
8992
],
9093
FAQ: [

0 commit comments

Comments
 (0)