Remove HuggingFace Spaces documentation

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-04-03 23:12:31 -03:00
commit 477f7e8e73
2 changed files with 1 additions and 36 deletions

View file

@ -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:
<ZoomableImage
alt="Docusaurus themed image"
sources={{
light: "img/duplicate-space.png",
dark: "img/duplicate-space.png",
}}
style={{ width: "100%" }}
/>
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";

View file

@ -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",