title-and-nav

This commit is contained in:
Mendon Kissling 2024-06-05 17:16:23 -04:00
commit 1cf4779059
2 changed files with 4 additions and 5 deletions

View file

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

View file

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