adjusted text

This commit is contained in:
carlosrcoelho 2023-06-22 17:18:10 -03:00
commit b04e53cda0
7 changed files with 11 additions and 11 deletions

View file

@ -13,7 +13,7 @@
"frontMatter": {},
"sidebar": "docs",
"previous": {
"title": "🤖 Creating Flows",
"title": "🎨 Creating Flows",
"permalink": "/creating-flows"
},
"next": {

View file

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

View file

@ -17,7 +17,7 @@
"permalink": "/installation"
},
"next": {
"title": "🤖 Creating Flows",
"title": "🎨 Creating Flows",
"permalink": "/creating-flows"
}
}

View file

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

View file

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

View file

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

View file

@ -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
```