Skip to content

Commit 6c8c3a1

Browse files
authored
Merge pull request #4810 from reduxjs/docs/remove-banner
Remove Redux course banner
2 parents 77e0602 + 10ab308 commit 6c8c3a1

File tree

2 files changed

+1
-17
lines changed

2 files changed

+1
-17
lines changed

docs/usage/nextjs.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@ id: nextjs
33
title: Redux Toolkit Setup with Next.js
44
sidebar_label: Setup with Next.js
55
hide_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

website/docusaurus.config.ts

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff 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: {

0 commit comments

Comments
 (0)