Skip to content

Commit

Permalink
add link to Rasa Pro docs
Browse files Browse the repository at this point in the history
  • Loading branch information
m-vdb committed Nov 20, 2023
1 parent 0dd893a commit 5e47d15
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 5e47d15

Please sign in to comment.