diff --git a/docs/usage/nextjs.mdx b/docs/usage/nextjs.mdx index 8994ab094b..092de37f39 100644 --- a/docs/usage/nextjs.mdx +++ b/docs/usage/nextjs.mdx @@ -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 diff --git a/website/docusaurus.config.ts b/website/docusaurus.config.ts index 8bff9c27ea..673d369188 100644 --- a/website/docusaurus.config.ts +++ b/website/docusaurus.config.ts @@ -27,21 +27,6 @@ const config: Config = { colorMode: { disableSwitch: false }, - announcementBar: { - id: 'redux-dev-course', - content: ` - - Redux.dev - a new course by Mark Erikson + ui.dev - Learn more - - `, - backgroundColor: '#fafbfc', - textColor: '#091E42', - isCloseable: false - }, navbar: { title: 'Redux', logo: {