diff --git a/docs/docs/getting-started/hugging-face-spaces.mdx b/docs/docs/getting-started/hugging-face-spaces.mdx deleted file mode 100644 index aa71db6c3..000000000 --- a/docs/docs/getting-started/hugging-face-spaces.mdx +++ /dev/null @@ -1,30 +0,0 @@ -# 🤗 HuggingFace Spaces - -## TLDR; - -A fully featured version of Langflow can be accessed via [HuggingFace Spaces](https://huggingface.co/spaces/Langflow/Langflow-Preview?duplicate=true) with no installation required. All you gotta do is [duplicate the Space](https://huggingface.co/spaces/Langflow/Langflow-Preview?duplicate=true) and you'll have your own copy to play around with! - ---- - -# 🚀 Getting Started - -HuggingFace provides great support for running Langflow in their Spaces environment. This means you can run Langflow without any installation required. - -The first step is to go to the [Langflow Space](https://huggingface.co/spaces/Langflow/Langflow-Preview?duplicate=true). - -You'll be greeted with the following screen: - - - -From here, you can rename your Space, define the visibility (Public or Private) and click on the `Duplicate Space` button to start the duplication process. - -import ThemedImage from "@theme/ThemedImage"; -import useBaseUrl from "@docusaurus/useBaseUrl"; -import ZoomableImage from "/src/theme/ZoomableImage.js"; diff --git a/docs/sidebars.js b/docs/sidebars.js index 7b2a4b956..f1a1a48f1 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -4,12 +4,7 @@ module.exports = { type: "category", label: " Getting Started", collapsed: false, - items: [ - "index", - "getting-started/cli", - "getting-started/hugging-face-spaces", - "getting-started/creating-flows", - ], + items: ["index", "getting-started/cli", "getting-started/creating-flows"], }, { type: "category",