We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d8b602 commit 56e8e0dCopy full SHA for 56e8e0d
docs/theme.config.tsx
@@ -10,15 +10,6 @@ const config: DocsThemeConfig = {
10
docsRepositoryBase: 'https://github.com/effector/reflect/blob/master/docs',
11
darkMode: true,
12
primaryHue: 35,
13
- banner: {
14
- dismissible: true,
15
- key: 'reflect v9 announce',
16
- text: (
17
- <a href="https://github.com/effector/reflect/issues/44" target="_blank">
18
- <b>@effector/reflect</b> v9 will be released soon! Check the updates →
19
- </a>
20
- ),
21
- },
22
navbar: {
23
// extraContent: <>Link to Effector Docs</>,
24
},
0 commit comments