Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions docs/usage/nextjs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ id: nextjs
title: Redux Toolkit Setup with Next.js
sidebar_label: Setup with Next.js
hide_title: true
description: 'Instructions on setting up Redux in a Next.js project'
---

 

# Redux Toolkit Setup with Next.js

:::tip What You'll Learn
Expand Down
15 changes: 0 additions & 15 deletions website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,21 +27,6 @@ const config: Config = {
colorMode: {
disableSwitch: false
},
announcementBar: {
id: 'redux-dev-course',
content: `
<a href="https://redux.dev">
<img
src="/img/course-callout-wide.svg"
alt="Redux.dev - a new course by Mark Erikson + ui.dev - Learn more"
style="margin-top: 5px;"
/>
</a>
`,
backgroundColor: '#fafbfc',
textColor: '#091E42',
isCloseable: false
},
navbar: {
title: 'Redux',
logo: {
Expand Down