File tree Expand file tree Collapse file tree 2 files changed +1
-17
lines changed Expand file tree Collapse file tree 2 files changed +1
-17
lines changed Original file line number Diff line number Diff line change @@ -3,10 +3,9 @@ id: nextjs
33title : Redux Toolkit Setup with Next.js
44sidebar_label : Setup with Next.js
55hide_title : true
6+ description : ' Instructions on setting up Redux in a Next.js project'
67---
78
8-   ;
9-
109# Redux Toolkit Setup with Next.js
1110
1211:::tip What You'll Learn
Original file line number Diff line number Diff line change @@ -27,21 +27,6 @@ const config: Config = {
2727 colorMode : {
2828 disableSwitch : false
2929 } ,
30- announcementBar : {
31- id : 'redux-dev-course' ,
32- content : `
33- <a href="https://redux.dev">
34- <img
35- src="/img/course-callout-wide.svg"
36- alt="Redux.dev - a new course by Mark Erikson + ui.dev - Learn more"
37- style="margin-top: 5px;"
38- />
39- </a>
40- ` ,
41- backgroundColor : '#fafbfc' ,
42- textColor : '#091E42' ,
43- isCloseable : false
44- } ,
4530 navbar : {
4631 title : 'Redux' ,
4732 logo : {
You can’t perform that action at this time.
0 commit comments