Skip to content

Commit

Permalink
add banner to new pages
Browse files Browse the repository at this point in the history
  • Loading branch information
m-vdb committed Sep 20, 2023
1 parent 8bbfce4 commit a87e9a3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/docs/building-classic-assistants/domain.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ title: Domain
abstract: The domain defines the universe in which your assistant operates. It specifies the intents, entities, slots, responses, forms, and actions your bot should know about. It also defines a configuration for conversation sessions.
---

import RasaNLUBasedBanner from "@theme/RasaNLUBasedBanner";

<RasaNLUBasedBanner />

Here is a full example of a domain, taken from the
[concertbot](https://github.com/RasaHQ/rasa/tree/main/examples/concertbot) example:

Expand Down
4 changes: 4 additions & 0 deletions docs/docs/building-classic-assistants/glossary.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ title: Rasa Glossary
description: Glossary for all Rasa-related terms
---

import RasaNLUBasedBanner from "@theme/RasaNLUBasedBanner";

<RasaNLUBasedBanner />

## [Action](../concepts/custom-actions.mdx)

A single step that a bot takes in a conversation (e.g. calling an API or sending a response back to the user).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,10 @@ abstract:
import useBaseUrl from "@docusaurus/useBaseUrl";

import RasaProLabel from "@theme/RasaProLabel";

import RasaProBanner from "@theme/RasaProBanner";
import RasaNLUBasedBanner from "@theme/RasaNLUBasedBanner";

<RasaNLUBasedBanner />

## Validating Data and Stories

Expand Down

0 comments on commit a87e9a3

Please sign in to comment.