Skip to content

Commit 073876c

Browse files
authored
Merge pull request #13107 from RasaHQ/feat/add-legacy-banner
Feat/add legacy banner
2 parents cd478d8 + 303a81c commit 073876c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docusaurus.config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ module.exports = {
5959
themeConfig: {
6060
announcementBar: {
6161
id: 'rasa_oss_docs_change', // Any value that will identify this message.
62-
content: 'Want to try CALM? We just announced the <a href="https://rasa.com/docs/rasa-pro/developer-edition">Rasa Pro Developer Edition</a>.',
63-
backgroundColor: '#6200F5', // Defaults to `#fff`.
62+
content: 'You are viewing documentation for our open source project which is maintained by the community. If you want to get started building assistants with Rasa please check out our latest <a href="https://rasa.com/docs/">documentation here</a>.',
63+
backgroundColor: '#969faf', // Defaults to `#fff`.
6464
textColor: '#fff', // Defaults to `#000`.
6565
// isCloseable: false, // Defaults to `true`.
6666
},

0 commit comments

Comments
 (0)