Add Admonition component for Langflow 1.0 documentation
This commit is contained in:
parent
d5fa3519e0
commit
2ad2d12775
1 changed files with 7 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue