docs: v1.4 features (#7778)

* bump-supported-version-to-1.4.x

* overview-page

* small-naming-changes

* change-folders-to-projects

* api-examples-folder-to-projects

* more

* update-screenshots-and-text

* sidebars

* npx-astra-command

* move-and-redirect-outdated-page

* sidebars

* tools-and-env-var

* language

* authentication

* flow-description-and-tool

* mcp-component-astra-db

* rename-page

* cleanup

* update-message

* update-for-client-strategy

* sse-port-7868-and-api-key-creation

* external-deploy

* init-ngrok

* add-ngrok-deploy

* cleanup

* cleanup

* Minor capitalization fix

* Fix message object anchors

* Fix indentation of MCP server procedure

* Add anchor link for MCP SSE mode

* Mild cleanup of concepts overview

* Fix indentation issues in mcp-component-astra

* Use universal date format on luna-for-langflow

* Update mcp-server doc

* fix-missed-bracket

* change-npx-to-uvx-mcp-proxy

* update-screenshots-for-uvx

* inspector-with-auth

* Apply suggestions from code review

Co-authored-by: Eric Schneider <37347760+eric-schneider@users.noreply.github.com>

---------

Co-authored-by: Deon Sanchez <69873175+deon-sanchez@users.noreply.github.com>
Co-authored-by: Eric Schneider <37347760+eric-schneider@users.noreply.github.com>
Co-authored-by: Lucas Oliveira <lucas.edu.oli@hotmail.com>
This commit is contained in:
Mendon Kissling 2025-05-06 12:41:07 -04:00 committed by GitHub
commit 744df31f18
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
27 changed files with 516 additions and 308 deletions

View file

@ -8,10 +8,12 @@ The following pages provide information about how to develop and configure Langf
The [Develop an application in Langflow](/develop-application) guide walks you through packaging and serving a flow, from your local development environment to a containerized application.
As you build your application, you will configure the following application behaviors. More detailed explanation is provided in the individual pages.
[Custom Dependencies](/install-custom-dependencies) - Add and manage additional Python packages and external dependencies in your Langflow projects.
* [Custom Dependencies](/install-custom-dependencies) - Add and manage additional Python packages and external dependencies in your Langflow projects.
[Memory and Storage](/memory) - Configure Langflow's storage and caching behavior.
* [Memory and Storage](/memory) - Configure Langflow's storage and caching behavior.
[Session Management](/session-id) - Use session ID to manage communication between components.
* [Session Management](/session-id) - Use session ID to manage communication between components.
• [Logging](/logging) - Monitor and debug your Langflow applications.
* [Logging](/logging) - Monitor and debug your Langflow applications.
* [Webhook](/webhook) - Trigger your flows with external requests.

View file

@ -5,7 +5,7 @@ slug: /webhook
import Icon from "@site/src/components/icon";
Add a **Webhook** component to your flow to trigger it with external requests.
Add a **Webhook** component to your flow to trigger it with external requests.
To connect the **Webhook** to a **Parser** component to view and parse your data payload, do the following: