Skip to content

Commit

Permalink
bye bye playground
Browse files Browse the repository at this point in the history
  • Loading branch information
m-vdb committed Sep 26, 2023
1 parent f94ba6d commit a5a7e18
Show file tree
Hide file tree
Showing 21 changed files with 354 additions and 1,362 deletions.
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.

0 comments on commit a5a7e18

Please sign in to comment.