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
3
3
title : Redux Toolkit Setup with Next.js
4
4
sidebar_label : Setup with Next.js
5
5
hide_title : true
6
+ description : ' Instructions on setting up Redux in a Next.js project'
6
7
---
7
8
8
-   ;
9
-
10
9
# Redux Toolkit Setup with Next.js
11
10
12
11
:::tip What You'll Learn
Original file line number Diff line number Diff line change @@ -27,21 +27,6 @@ const config: Config = {
27
27
colorMode : {
28
28
disableSwitch : false
29
29
} ,
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
- } ,
45
30
navbar : {
46
31
title : 'Redux' ,
47
32
logo : {
You can’t perform that action at this time.
0 commit comments