Skip to content

Commit

Permalink
Merge branch 'main' into ATO-1846-update-navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
m-vdb committed Nov 28, 2023
2 parents 1506530 + 444c197 commit 1259124
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,17 @@ module.exports = {
}
]
},
title: 'Rasa & Rasa Pro Documentation',
title: 'Rasa Documentation',
url: SITE_URL,
baseUrl: BASE_URL,
favicon: '/img/favicon.ico',
organizationName: 'RasaHQ',
projectName: 'rasa',
themeConfig: {
announcementBar: {
id: 'rasa_sdk_change', // Any value that will identify this message.
content: '<strong>Rasa SDK<strong> documentation has been moved to a <a href="https://rasa.com/docs/rasa/action-server/">section</a> of <strong>Rasa Open Source</strong>.',
id: 'rasa_oss_docs_change', // Any value that will identify this message.
content: 'This is the documentation for <strong>Rasa Open Source</strong>. If you\'re looking for <strong>Rasa Pro</strong> documentation, please visit <a href="https://rasa.com/docs/rasa-pro/">this page</a>.',

backgroundColor: '#6200F5', // Defaults to `#fff`.
textColor: '#fff', // Defaults to `#000`.
// isCloseable: false, // Defaults to `true`.
Expand Down

0 comments on commit 1259124

Please sign in to comment.