diff --git a/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-components-mdx-85c.json b/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-components-mdx-85c.json index 616f45c47..0af1b6b96 100644 --- a/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-components-mdx-85c.json +++ b/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-components-mdx-85c.json @@ -13,7 +13,7 @@ "frontMatter": {}, "sidebar": "docs", "previous": { - "title": "🤖 Creating Flows", + "title": "🎨 Creating Flows", "permalink": "/creating-flows" }, "next": { diff --git a/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-creating-flows-mdx-486.json b/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-creating-flows-mdx-486.json index 0b24ce70a..f04e8aa8a 100644 --- a/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-creating-flows-mdx-486.json +++ b/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-creating-flows-mdx-486.json @@ -1,7 +1,7 @@ { "unversionedId": "creating-flows", "id": "creating-flows", - "title": "🤖 Creating Flows", + "title": "🎨 Creating Flows", "description": "Compose", "source": "@site/docs/creating-flows.mdx", "sourceDirName": ".", diff --git a/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-hugging-face-spaces-mdx-dec.json b/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-hugging-face-spaces-mdx-dec.json index c8ca3382c..67f728e7f 100644 --- a/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-hugging-face-spaces-mdx-dec.json +++ b/docs/.docusaurus/docusaurus-plugin-content-docs/default/site-docs-hugging-face-spaces-mdx-dec.json @@ -17,7 +17,7 @@ "permalink": "/installation" }, "next": { - "title": "🤖 Creating Flows", + "title": "🎨 Creating Flows", "permalink": "/creating-flows" } } \ No newline at end of file diff --git a/docs/.docusaurus/docusaurus-plugin-content-docs/default/version-current-metadata-prop-751.json b/docs/.docusaurus/docusaurus-plugin-content-docs/default/version-current-metadata-prop-751.json index 197855361..a158a323a 100644 --- a/docs/.docusaurus/docusaurus-plugin-content-docs/default/version-current-metadata-prop-751.json +++ b/docs/.docusaurus/docusaurus-plugin-content-docs/default/version-current-metadata-prop-751.json @@ -34,7 +34,7 @@ }, { "type": "link", - "label": "🤖 Creating Flows", + "label": "🎨 Creating Flows", "href": "/creating-flows", "docId": "creating-flows" } @@ -204,7 +204,7 @@ }, "creating-flows": { "id": "creating-flows", - "title": "🤖 Creating Flows", + "title": "🎨 Creating Flows", "description": "Compose", "sidebar": "docs" }, diff --git a/docs/.docusaurus/docusaurus-plugin-debug/default/docusaurus-debug-all-content-673.json b/docs/.docusaurus/docusaurus-plugin-debug/default/docusaurus-debug-all-content-673.json index 5490f0df4..ab34af73b 100644 --- a/docs/.docusaurus/docusaurus-plugin-debug/default/docusaurus-debug-all-content-673.json +++ b/docs/.docusaurus/docusaurus-plugin-debug/default/docusaurus-debug-all-content-673.json @@ -97,7 +97,7 @@ "frontMatter": {}, "sidebar": "docs", "previous": { - "title": "🤖 Creating Flows", + "title": "🎨 Creating Flows", "permalink": "/creating-flows" }, "next": { @@ -131,7 +131,7 @@ { "unversionedId": "creating-flows", "id": "creating-flows", - "title": "🤖 Creating Flows", + "title": "🎨 Creating Flows", "description": "Compose", "source": "@site/docs/creating-flows.mdx", "sourceDirName": ".", @@ -308,7 +308,7 @@ "permalink": "/installation" }, "next": { - "title": "🤖 Creating Flows", + "title": "🎨 Creating Flows", "permalink": "/creating-flows" } }, diff --git a/docs/docs/creating-flows.mdx b/docs/docs/creating-flows.mdx index a4b363a07..ef909862e 100644 --- a/docs/docs/creating-flows.mdx +++ b/docs/docs/creating-flows.mdx @@ -3,7 +3,7 @@ import useBaseUrl from '@docusaurus/useBaseUrl'; import ZoomableImage from '/src/theme/ZoomableImage.js'; import ReactPlayer from 'react-player'; -# 🤖 Creating Flows +# 🎨 Creating Flows ## Compose diff --git a/docs/docs/how-contribute.md b/docs/docs/how-contribute.md index 4277deb2f..a962c8653 100644 --- a/docs/docs/how-contribute.md +++ b/docs/docs/how-contribute.md @@ -33,13 +33,13 @@ LangFlow can run locally by cloning the repository and installing the dependenci Before you start, make sure you have the following installed: -- Poetry +- Poetry (>=1.4) - Node.js Then install the dependencies and start the development server for the backend: ```bash -poetry install +make install_backend make backend ```