We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77e0602 commit cc2563bCopy full SHA for cc2563b
website/docusaurus.config.ts
@@ -27,21 +27,6 @@ const config: Config = {
27
colorMode: {
28
disableSwitch: false
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
navbar: {
46
title: 'Redux',
47
logo: {
0 commit comments