mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-24 02:05:11 +08:00
* docs: correct spelling and formatting in Docker deployment guide
* HuggingFace Spaces deployment documentation
* docs: simplify introduction for HuggingFace Spaces deployment guide
* docs: Update Kubernetes deployment documentation with comprehensive improvements
- Enhance Langflow Kubernetes deployment guide with clearer instructions
- Improve formatting, add more precise configuration examples
- Update service names, port forwarding, and scaling configuration details
- Add more explicit links to Helm chart repositories and values files
- Clarify runtime and IDE deployment sections with better explanations
* docs: Add Docker flow packaging guide and enhance deployment documentation
- Introduce new section on packaging Langflow flows as Docker images
- Provide step-by-step instructions for creating custom Docker images with flows
- Include example commands for building, running, and pushing Docker images
- Minor formatting and clarity improvements to existing Docker deployment guide
* docs: Refine Kubernetes and Docker deployment documentation
- Streamline Docker and Kubernetes deployment guides
- Improve clarity and conciseness of instructions
- Add more precise examples for deploying Langflow with custom images
- Enhance secret configuration and flow deployment explanations
- Simplify formatting and remove redundant text
* docs: Minor text refinements in Kubernetes and Docker deployment documentation
- Update link text for Langflow runtime deployment
- Correct capitalization and minor typos in deployment guides
- Improve clarity of deployment section descriptions
* revert-lockfiles
* Revert "HuggingFace Spaces deployment documentation"
This reverts commit 2943deb1e0.
* Remove lockfiles from PR
* Apply suggestions from code review
Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com>
* docs: Standardize deployment documentation titles
* code-review
* docs: Refactor deployment documentation for clarity and conciseness
* shorten-nav-titles
* code-review-and-cleanup
* Apply suggestions from code review
Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com>
* service
* gcp
* hf-spaces
* railway-and-render
* kubernetes
* Apply suggestions from code review
Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com>
* remove-extra-heading
* Apply suggestions from code review
Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com>
---------
Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com>
Website
This website is built using Docusaurus 3, a modern static website generator.
Installation
$ yarn install
Local Development
$ yarn start
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
Build
$ yarn build
This command generates static content into the build directory and can be served using any static contents hosting service, including yarn serve.
Deployment
Using SSH:
$ USE_SSH=true yarn deploy
Not using SSH:
$ GIT_USER=<Your GitHub username> yarn deploy
If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the gh-pages branch.