title-and-nav
This commit is contained in:
parent
d8cfe679bf
commit
1cf4779059
2 changed files with 4 additions and 5 deletions
|
|
@ -1,5 +1,4 @@
|
|||
# Backend-only Deployment
|
||||
|
||||
# Backend-only
|
||||
You can run Langflow in `--backend-only` mode to expose your Langflow app as an API, without running the frontend UI.
|
||||
|
||||
Start langflow in backend-only mode with `python3 -m langflow run --backend-only`.
|
||||
|
|
|
|||
|
|
@ -116,9 +116,9 @@ module.exports = {
|
|||
type: "category",
|
||||
label: "Deployment",
|
||||
collapsed: true,
|
||||
items: ["deployment/gcp-deployment",
|
||||
"deployment/docker",
|
||||
"deployment/backend-only"
|
||||
items: ["deployment/docker",
|
||||
"deployment/backend-only",
|
||||
"deployment/gcp-deployment",
|
||||
],
|
||||
},
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue