Skip to content

Commit

Permalink
Merge pull request #12868 from RasaHQ/remove-playground-3.6.x
Browse files Browse the repository at this point in the history
bye bye playground
  • Loading branch information
m-vdb authored Sep 26, 2023
2 parents f94ba6d + d8f7291 commit 54716a5
Show file tree
Hide file tree
Showing 22 changed files with 355 additions and 1,362 deletions.
1 change: 1 addition & 0 deletions changelog/12868.doc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Remove the Playground from docs.
15 changes: 1 addition & 14 deletions docs/docs/installation/installing-rasa-open-source.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,6 @@ import Tabs from "@theme/Tabs";
import TabItem from "@theme/TabItem";
import { Button } from "@theme/Button";

:::note Want to explore first?
You can explore Rasa Open Source online using the Rasa Playground even before you install it.
At the end of the tutorial, you can download the resulting assistant, install Rasa on
your machine and continue development locally.

<a
className="button button--outline button button"
href={useBaseUrl("/playground")}
>
Rasa Playground
</a>
:::

## Install Rasa Open Source

<Tabs values={[{"label": "Ubuntu / macOS / Windows", "value": "ubuntu/macos/windows"}]} defaultValue="ubuntu/macos/windows">
Expand Down Expand Up @@ -147,7 +134,7 @@ python3 -m spacy download en_core_web_md

:::tip Using `zsh`?

In zsh, square brackets are interpreted as patterns on the command line.
In zsh, square brackets are interpreted as patterns on the command line.
To run commands with square brackets, you can either enclose the arguments
with square brackets in quotes, like `pip3 install 'rasa[spacy]'`, or escape
the square brackets using backslashes, like `pip3 install rasa\[spacy\]`.
Expand Down
267 changes: 0 additions & 267 deletions docs/docs/playground.mdx

This file was deleted.

Loading

0 comments on commit 54716a5

Please sign in to comment.