From 5e47d1573a38f15d5570057816e4511d8391302f Mon Sep 17 00:00:00 2001 From: m-vdb Date: Mon, 20 Nov 2023 15:51:12 +0100 Subject: [PATCH] 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',