From 5e47d1573a38f15d5570057816e4511d8391302f Mon Sep 17 00:00:00 2001 From: m-vdb Date: Mon, 20 Nov 2023 15:51:12 +0100 Subject: [PATCH 1/2] add link to Rasa Pro docs --- docs/docusaurus.config.js | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 04d57a468278..91797dc9da2a 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -76,15 +76,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', From 15065303dbe3365634ad32989fbbbf716ac56885 Mon Sep 17 00:00:00 2001 From: m-vdb Date: Mon, 20 Nov 2023 15:53:02 +0100 Subject: [PATCH 2/2] add link to Studio docs --- docs/docusaurus.config.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 91797dc9da2a..91acb99427d8 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -81,7 +81,12 @@ module.exports = { position: "left", href: `${SITE_URL}/docs/rasa-pro/`, }, - // TODO: ATO-1846 add link to Studio docs when they're live + { + target: "_self", + label: "Rasa Studio", + position: "left", + href: `${SITE_URL}/docs/rasa-studio/`, + }, { label: "Rasa Open Source", position: "left",