adjusted text
This commit is contained in:
parent
08e5e98d84
commit
b04e53cda0
7 changed files with 11 additions and 11 deletions
|
|
@ -13,7 +13,7 @@
|
|||
"frontMatter": {},
|
||||
"sidebar": "docs",
|
||||
"previous": {
|
||||
"title": "🤖 Creating Flows",
|
||||
"title": "🎨 Creating Flows",
|
||||
"permalink": "/creating-flows"
|
||||
},
|
||||
"next": {
|
||||
|
|
|
|||
|
|
@ -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": ".",
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
"permalink": "/installation"
|
||||
},
|
||||
"next": {
|
||||
"title": "🤖 Creating Flows",
|
||||
"title": "🎨 Creating Flows",
|
||||
"permalink": "/creating-flows"
|
||||
}
|
||||
}
|
||||
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
}
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
```
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue