diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index b23eec5ecde9..6adfcb2f119c 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -77,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',