Skip to content

Commit 33c44d4

Browse files
authored
Merge pull request reduxjs#3931 from reduxjs/docs/middleware
Former-commit-id: b8acf5f
2 parents 3c48a69 + d418d33 commit 33c44d4

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2623f1bd7769bd0bd3298819c18c8af02ff3408e
1+
8f8b677888d9892001b61db24b80d43ccdb7f50f
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)