diff --git a/docs/docs/sources/rasa_interactive___help.txt b/docs/docs/sources/rasa_interactive___help.txt index 141d313d70f8..ac1f48777a3f 100644 --- a/docs/docs/sources/rasa_interactive___help.txt +++ b/docs/docs/sources/rasa_interactive___help.txt @@ -39,7 +39,7 @@ options: --conversation-id CONVERSATION_ID Specify the id of the conversation the messages are in. Defaults to a UUID that will be randomly - generated. (default: 1d62eda433a44f88a9c3cc32b53708f7) + generated. (default: 77c28aea3b014554977a0232ad0a4be2) --endpoints ENDPOINTS Configuration file for the model server and the connectors as a yml file. (default: endpoints.yml) diff --git a/docs/docs/sources/rasa_shell___help.txt b/docs/docs/sources/rasa_shell___help.txt index 20599da10402..4a1532b13e97 100644 --- a/docs/docs/sources/rasa_shell___help.txt +++ b/docs/docs/sources/rasa_shell___help.txt @@ -30,7 +30,7 @@ options: -h, --help show this help message and exit --conversation-id CONVERSATION_ID Set the conversation ID. (default: - 5e75c8d9c41d47b095f99f63c2fe3da3) + f8f73d33cb0e4c069e7160819cf0f785) -m MODEL, --model MODEL Path to a trained Rasa model. If a directory is specified, it will use the latest model in this diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 04d57a468278..6adfcb2f119c 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -50,7 +50,7 @@ module.exports = { } ] }, - title: 'Rasa & Rasa Pro Documentation', + title: 'Rasa Documentation', url: SITE_URL, baseUrl: BASE_URL, favicon: '/img/favicon.ico', @@ -58,8 +58,9 @@ module.exports = { projectName: 'rasa', themeConfig: { announcementBar: { - id: 'rasa_sdk_change', // Any value that will identify this message. - content: 'Rasa SDK documentation has been moved to a section of Rasa Open Source.', + id: 'rasa_oss_docs_change', // Any value that will identify this message. + content: 'This is the documentation for Rasa Open Source. If you\'re looking for Rasa Pro documentation, please visit this page.', + backgroundColor: '#6200F5', // Defaults to `#fff`. textColor: '#fff', // Defaults to `#000`. // isCloseable: false, // Defaults to `true`. @@ -76,15 +77,22 @@ module.exports = { title: 'Rasa', items: [ { - label: 'Rasa', - to: path.join('/', BASE_URL), - position: 'left', + target: "_self", + label: "Rasa Pro", + position: "left", + href: `${SITE_URL}/docs/rasa-pro/`, }, + // TODO: ATO-1846 add link to Studio docs when they're live { - target: '_self', - label: 'Rasa X/Enterprise', - position: 'left', - href: `${SWAP_URL}/docs/rasa-enterprise/`, + label: "Rasa Open Source", + position: "left", + to: path.join("/", BASE_URL), + }, + { + target: "_self", + label: "Rasa X/Enterprise", + position: "left", + href: `${SITE_URL}/docs/rasa-enterprise/`, }, { href: 'https://github.com/rasahq/rasa',