Skip to content

Commit

Permalink
AUTO docusaurus 20231127
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub CI committed Nov 27, 2023
1 parent ed47580 commit 8d9959c
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 12 deletions.
2 changes: 1 addition & 1 deletion docs/docs/sources/rasa_interactive___help.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/sources/rasa_shell___help.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
28 changes: 18 additions & 10 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,17 @@ module.exports = {
}
]
},
title: 'Rasa & Rasa Pro Documentation',
title: 'Rasa Documentation',
url: SITE_URL,
baseUrl: BASE_URL,
favicon: '/img/favicon.ico',
organizationName: 'RasaHQ',
projectName: 'rasa',
themeConfig: {
announcementBar: {
id: 'rasa_sdk_change', // Any value that will identify this message.
content: '<strong>Rasa SDK<strong> documentation has been moved to a <a href="https://rasa.com/docs/rasa/action-server/">section</a> of <strong>Rasa Open Source</strong>.',
id: 'rasa_oss_docs_change', // Any value that will identify this message.
content: 'This is the documentation for <strong>Rasa Open Source</strong>. If you\'re looking for <strong>Rasa Pro</strong> documentation, please visit <a href="https://rasa.com/docs/rasa-pro/">this page</a>.',

backgroundColor: '#6200F5', // Defaults to `#fff`.
textColor: '#fff', // Defaults to `#000`.
// isCloseable: false, // Defaults to `true`.
Expand All @@ -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',
Expand Down

0 comments on commit 8d9959c

Please sign in to comment.