Add Admonition component for Langflow 1.0 documentation

This commit is contained in:
Gabriel Luiz Freitas Almeida 2024-04-04 11:33:37 -03:00
commit 2ad2d12775

View file

@ -1,6 +1,7 @@
import ThemedImage from "@theme/ThemedImage";
import useBaseUrl from "@docusaurus/useBaseUrl";
import ZoomableImage from "/src/theme/ZoomableImage.js";
import Admonition from "@theme/Admonition";
# 👋 Welcome to Langflow
@ -96,4 +97,10 @@ langflow --help
## Find out more about 1.0
<Admonition type="caution" icon="🚧" title="ZONE UNDER CONSTRUCTION">
<p>
We are currently working on updating the documentation for Langflow 1.0.
</p>
</Admonition>
To get you learning more about what's new and why you should be excited about Langflow 1.0, go to [A new chapter for Langflow](/whats-new/a-new-chapter-langflow) and also come back often to check out our [migration guides](/whats-new/migrating-to-one-point-zero) as we release them.