diff --git a/docs/docs/changelog.mdx b/docs/docs/changelog.mdx index bae2f278032c..37af1a9d251b 100644 --- a/docs/docs/changelog.mdx +++ b/docs/docs/changelog.mdx @@ -16,20 +16,6 @@ https://github.com/RasaHQ/rasa/tree/main/changelog/ . --> -## [3.6.15] - 2023-11-30 - -Rasa 3.6.15 (2023-11-30) -### Bugfixes -- [#12965](https://github.com/rasahq/rasa/issues/12965): Fixed connection timeout to action server by setting `KEEP_ALIVE_TIMEOUT` to `120`, and reverting changes introduced in [#12886](https://github.com/rasahq/rasa/issues/12886). - - -## [3.6.14] - 2023-11-17 - -Rasa 3.6.14 (2023-11-17) -### Bugfixes -- [#12948](https://github.com/rasahq/rasa/issues/12948): Fixed UnexpecTEDIntentlessPolicy training errors that resulted from a change to batching behavior. Changed the batching behavior back to the original for all components. Made the changed batching behavior accessible in DietClassifier using `drop_small_last_batch: True`. - - ## [3.6.13] - 2023-10-23 Rasa 3.6.13 (2023-10-23) diff --git a/docs/docs/sources/rasa_interactive___help.txt b/docs/docs/sources/rasa_interactive___help.txt index 0c8f40b8e3f2..db77df5d31a7 100644 --- a/docs/docs/sources/rasa_interactive___help.txt +++ b/docs/docs/sources/rasa_interactive___help.txt @@ -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: 6d6976f8e6d9476c8dbf11f49003c6d6) + generated. (default: 63ab8cd8e6ad4841815417c30590bf7b) --endpoints ENDPOINTS Configuration file for the model server and the connectors as a yml file. (default: endpoints.yml) diff --git a/docs/docs/sources/rasa_shell___help.txt b/docs/docs/sources/rasa_shell___help.txt index fa2bb6dc5caf..670d1d1bf41c 100644 --- a/docs/docs/sources/rasa_shell___help.txt +++ b/docs/docs/sources/rasa_shell___help.txt @@ -30,7 +30,7 @@ options: -h, --help show this help message and exit --conversation-id CONVERSATION_ID Set the conversation ID. (default: - 9424156d16aa4fd380f1e4b532aaf240) + bf24137dbb4146c68e2c27024795d560) -m MODEL, --model MODEL Path to a trained Rasa model. If a directory is specified, it will use the latest model in this diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 42a451993690..4c67ce4fb6b2 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -86,7 +86,7 @@ module.exports = { target: "_self", label: "Rasa Studio", position: "left", - href: `${SITE_URL}/docs/studio/`, + href: `${SITE_URL}/docs/rasa-studio/`, }, { label: "Rasa Open Source", diff --git a/trivy-secret.yaml b/trivy-secret.yaml index 65d9161a624a..3b37d4aeb6e1 100644 --- a/trivy-secret.yaml +++ b/trivy-secret.yaml @@ -2,12 +2,6 @@ allow-rules: - id: docs/docs/deploy/deploy-rasa.mdx description: Example service account in docs path: docs/docs/deploy/deploy-rasa.mdx - - id: docs/versioned_docs/version-3.x/deploy/deploy-rasa.mdx - description: Example service account in docs - path: docs/versioned_docs/version-3.x/deploy/deploy-rasa.mdx - - id: docs/versioned_docs/version-3.x/deploy/deploy-rasa-plus.mdx - description: Example service account in docs - path: docs/versioned_docs/version-3.x/deploy/deploy-rasa-plus.mdx - id: tests/conftest.py description: JWT private key used in unit testing path: tests/conftest.py