langflow/docs
Mendon Kissling ea6bbc7666
docs: 1.5 release (#8387)
* publish-pane

* export-flow

* update-publish-page-for-input-schema

* input-schema

* mcp-one-click-install

* release-notes

* models-components-page

* components-updates

* url-example

* embedding-model-example

* models

* release-notes

* data-components-new-intro

* docs: update data components section for clarity and detail

* move-batch-run

* add-sql-component-example

* type-convert

* anchor

* type-convert-and-web-search-example

* fix-broken-links

* overview-and-screenshots

* playground-componente-and-overview

* import-and-export-flows

* fix-build-error

* move-em-and-em-bundled-components

* links-to-embeddings

* smart-filter

* python-repl

* processing-done

* screenshot-for-python-interpreter

* message-history-component

* include-imports

* merge-conflict

* fix: update link in memories documentation and add icon import to API example

* move-agent-components

* starter-flow-updates

* components-and-overview

* fix-links

* api-pane-screenshot

* quickstart

* link

* merge-conflicts-builds-successfully

* add-document-analysis-metadata

* Apply suggestions from code review

Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com>

* docs-review

* release-notes

* broken-links

* add-language-model-output-example-andupdate-screenshot

* add-auth-to-release-notes

* replace-astra-chat-memory

* move-memories-to-bundles

* component-screenshots

* component-screenshots

* Apply suggestions from code review

Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>

* clarify-global-env-with-export

* further-explanation

* docs-review

* Add LLM Router component documentation and image

* remove-text-summarizer-example

* multiple-mcp-clients

* update-mcp-tools-client-use

* export-flow-api-keys

* uncomment-prompts-and-fix-build-error

* docs-review

* bundles-and-embeddings-docs-review

* language-model-docs-review

* restore-see-alsos

* Apply suggestions from code review

Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>

* mcp-autoinstall

* template-explanations

* Apply suggestions from code review

Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>

* release-notes

* Apply suggestions from code review

Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>

* fix-links

* mcp-settings-page

* Apply suggestions from code review

Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>

* update-actions-to-tools

* cleanup-mcp-nomenclature

* Update docs/docs/Support/release-notes.md

* output-type-selection

* replace-changelog-with-release-notes

* cleanup

* input-schema-name-endpoint

---------

Co-authored-by: KimberlyFields <46325568+KimberlyFields@users.noreply.github.com>
Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com>
2025-07-10 14:54:17 +00:00
..
css docs: Change paragraph text alignment from justified to start (#8651) 2025-06-20 16:54:48 +00:00
docs docs: 1.5 release (#8387) 2025-07-10 14:54:17 +00:00
i18n docs: added fetching from notion (#2670) 2024-07-12 22:59:52 +02:00
src docs: chat widget refresh (#8162) 2025-05-28 15:44:37 +00:00
static docs: 1.5 release (#8387) 2025-07-10 14:54:17 +00:00
.gitignore chore: use yarn only (#6141) 2025-02-06 17:44:46 +00:00
.yarnrc.yml chore: use yarn only (#6141) 2025-02-06 17:44:46 +00:00
babel.config.js add docs with components 2023-07-18 15:08:00 -03:00
docusaurus.config.js docs: redirect link from template (#8761) 2025-06-27 22:04:13 +00:00
index.d.ts docs: added fetching from notion (#2670) 2024-07-12 22:59:52 +02:00
openapi.json docs: OpenAPI spec version upgraded from 1.4.2 to 1.4.3 (#8687) 2025-06-23 21:55:53 +00:00
package-lock.json docs: bump-docusaurus-to-3.8.1 (#8740) 2025-06-25 22:39:22 +00:00
package.json chore(docs): remove pull script and cross-var from package.json (#8755) 2025-06-27 13:59:29 +00:00
README.md chore: use yarn only (#6141) 2025-02-06 17:44:46 +00:00
sidebars.js docs: 1.5 release (#8387) 2025-07-10 14:54:17 +00:00
tailwind.config.js docs: fix syntax errors at build (#7047) 2025-03-13 00:18:29 +00:00
tsconfig.json docs: added fetching from notion (#2670) 2024-07-12 22:59:52 +02:00
yarn.lock chore(docs): remove pull script and cross-var from package.json (#8755) 2025-06-27 13:59:29 +00:00

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.