From 8ffa9ea2308a8aee2ea5b1ffe1b42e4b3368a4df Mon Sep 17 00:00:00 2001 From: m-vdb Date: Wed, 20 Sep 2023 09:36:01 +0200 Subject: [PATCH] content iteration on banner + url --- .../theme-custom/theme/RasaCALMBanner/index.jsx | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/docs/themes/theme-custom/theme/RasaCALMBanner/index.jsx b/docs/themes/theme-custom/theme/RasaCALMBanner/index.jsx index dabe4a0633a2..e3be1bdcb8e4 100644 --- a/docs/themes/theme-custom/theme/RasaCALMBanner/index.jsx +++ b/docs/themes/theme-custom/theme/RasaCALMBanner/index.jsx @@ -1,4 +1,5 @@ import * as React from 'react'; +import useBaseUrl from "@docusaurus/useBaseUrl"; function RasaCALMBanner() { return ( @@ -7,17 +8,18 @@ function RasaCALMBanner() {
- {/* SVG taken from https://primer.style/design/foundations/icons/rocket-24 */} - - + + + - Conversational AI with Language Models + NLU-based assistants

- This page refers to building NLU-based assistants. Want to supercharge your assistant? - Check out Conversation AI with Language Models (CALM). + This page refers to building NLU-based assistants. + If you are working with Conversation AI with Language Models (CALM), + this content may not apply to you.