docs: fix onBrokenAnchor behavior and links (#5520)
* fix: component url errors * remove-unnecessary-nav-controls * fix: update link-ids so onBrokenAnchors doesnt throw warnings * delete unused category files * delete unused sidebar_position * space * docs: format URLs in documentation for consistency * fix: urls returning 404s * backtick
This commit is contained in:
parent
16ff8eb200
commit
d790761ff0
74 changed files with 153 additions and 232 deletions
|
|
@ -1 +0,0 @@
|
|||
{"position":7, "label":"Deployment"}
|
||||
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
title: Docker
|
||||
sidebar_position: 2
|
||||
slug: /deployment-docker
|
||||
title: Dockers
|
||||
lug: /deployment-docker
|
||||
---
|
||||
|
||||
|
||||
|
|
@ -38,7 +37,7 @@ This guide will help you get LangFlow up and running using Docker and Docker Com
|
|||
`docker compose up`
|
||||
|
||||
|
||||
LangFlow will now be accessible at [http://localhost:7860/](http://localhost:7860/).
|
||||
LangFlow will now be accessible at `http://localhost:7860/`.
|
||||
|
||||
|
||||
### Docker Compose configuration {#02226209cad24185a6ec5b69bd820d0f}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
---
|
||||
title: GCP
|
||||
sidebar_position: 3
|
||||
slug: /deployment-gcp
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
---
|
||||
title: HuggingFace Spaces
|
||||
sidebar_position: 0
|
||||
slug: /deployment-hugging-face-spaces
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
---
|
||||
title: Kubernetes
|
||||
sidebar_position: 1
|
||||
slug: /deployment-kubernetes
|
||||
---
|
||||
|
||||
|
|
@ -84,7 +83,7 @@ kubectl port-forward -n langflow svc/langflow-langflow-runtime 7860:7860
|
|||
```
|
||||
|
||||
|
||||
Now you can access LangFlow at [http://localhost:7860/](http://localhost:7860/).
|
||||
Now you can access LangFlow at `http://localhost:7860/`.
|
||||
|
||||
|
||||
### LangFlow version {#645c6ef7984d4da0bcc4170bab0ff415}
|
||||
|
|
@ -258,7 +257,7 @@ kubectl port-forward -n langflow svc/langflow-my-langflow-app 7860:7860
|
|||
```
|
||||
|
||||
|
||||
Now you can access the API at [http://localhost:7860/api/v1/flows](http://localhost:7860/api/v1/flows) and execute the flow:
|
||||
Now you can access the API at `http://localhost:7860/api/v1/flows` and execute the flow:
|
||||
|
||||
|
||||
```shell
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
---
|
||||
title: Railway
|
||||
sidebar_position: 5
|
||||
slug: /deployment-railway
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
---
|
||||
title: Render
|
||||
sidebar_position: 4
|
||||
slug: /deployment-render
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue