- Discovery features are highly unstable. We introduce + Discovery features are highly unstable. We introduce them for product exploration. These features will change and should only be used for testing purposes. diff --git a/docs/themes/theme-custom/theme/RasaDiscoveryBanner/styles.module.css b/docs/themes/theme-custom/theme/RasaDiscoveryBanner/styles.module.css deleted file mode 100644 index 4a6e8636517a..000000000000 --- a/docs/themes/theme-custom/theme/RasaDiscoveryBanner/styles.module.css +++ /dev/null @@ -1,15 +0,0 @@ -.label { - background-color: #F6D261; - border: 1px solid transparent; - border-radius: 8px; - padding: 2px 12px; - font-size: 15px !important; - font-weight: 600; - - display: inline-block; -} - -.label[disabled] { - background-color: var(--ifm-color-gray-500); - cursor: default; -} diff --git a/docs/themes/theme-custom/theme/RasaLabsBanner/styles.module.css b/docs/themes/theme-custom/theme/RasaLabsBanner/styles.module.css index eafbc6bd315e..fed55d974a30 100644 --- a/docs/themes/theme-custom/theme/RasaLabsBanner/styles.module.css +++ b/docs/themes/theme-custom/theme/RasaLabsBanner/styles.module.css @@ -1,19 +1,3 @@ -.label { - background-color: #F6D261; - border: 1px solid transparent; - border-radius: 8px; - padding: 2px 12px; - font-size: 15px !important; - font-weight: 600; - - display: inline-block; -} - -.label[disabled] { - background-color: var(--ifm-color-gray-500); - cursor: default; -} - .titleExtension { text-transform: none !important; } diff --git a/docs/themes/theme-custom/theme/RasaNLUBasedBanner/index.jsx b/docs/themes/theme-custom/theme/RasaNLUBasedBanner/index.jsx new file mode 100644 index 000000000000..a12defd5d87a --- /dev/null +++ b/docs/themes/theme-custom/theme/RasaNLUBasedBanner/index.jsx @@ -0,0 +1,30 @@ +import * as React from 'react'; +import useBaseUrl from "@docusaurus/useBaseUrl"; + +function RasaNLUBasedBanner() { + return ( + <> +
+ This page refers to building NLU-based assistants. + If you are working with Conversational AI with Language Models (CALM), + this content may not apply to you. +
+