diff --git a/docs/docs/index.mdx b/docs/docs/index.mdx index ea41458ca..2218e837c 100644 --- a/docs/docs/index.mdx +++ b/docs/docs/index.mdx @@ -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 + +

+ We are currently working on updating the documentation for Langflow 1.0. +

+
+ 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.