Преглед на файлове

feat(docs): Add announcement bar for new docs experience

Add a prominent announcement bar linking to the new documentation at
staging.docs.vendure.io to help users discover the improved experience.
David Höck преди 1 ден
родител
ревизия
371360db8e
променени са 1 файла, в които са добавени 7 реда и са изтрити 0 реда
  1. 7 0
      docs/docusaurus.config.js

+ 7 - 0
docs/docusaurus.config.js

@@ -66,6 +66,13 @@ const config = {
     themeConfig:
         /** @type {import('@docusaurus/preset-classic').ThemeConfig} */
         ({
+            announcementBar: {
+                id: 'new_docs_experience',
+                content: '✨ Try the <a href="https://staging.docs.vendure.io">new docs experience</a>!',
+                backgroundColor: '#17c1ff',
+                textColor: '#000212',
+                isCloseable: true,
+            },
             colorMode: {
                 defaultMode: 'dark',
                 disableSwitch: false,