Added warning of outdated information to all components
This commit is contained in:
parent
21fd151fdc
commit
9b88eab828
70 changed files with 303 additions and 0 deletions
|
|
@ -3,6 +3,10 @@ import ZoomableImage from "/src/theme/ZoomableImage.js";
|
|||
|
||||
# Compatibility with Previous Versions
|
||||
|
||||
<Admonition type="warning" title="warning">
|
||||
This page may contain outdated information. It will be updated as soon as possible.
|
||||
</Admonition>
|
||||
|
||||
## TLDR;
|
||||
|
||||
- You'll need to add a few components to your flow to make it compatible with the new version of Langflow.
|
||||
|
|
|
|||
|
|
@ -2,6 +2,10 @@ import Admonition from "@theme/Admonition";
|
|||
|
||||
# Migrating to Langflow 1.0: A Guide
|
||||
|
||||
<Admonition type="warning" title="warning">
|
||||
This page may contain outdated information. It will be updated as soon as possible.
|
||||
</Admonition>
|
||||
|
||||
Langflow 1.0 is a significant update that brings many exciting changes and improvements to the platform.
|
||||
This guide will walk you through the key improvements and help you migrate your existing projects to the new version.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue