From 2ad2d12775520017eb118b77635ec978d05419b9 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Thu, 4 Apr 2024 11:33:37 -0300 Subject: [PATCH] Add Admonition component for Langflow 1.0 documentation --- docs/docs/index.mdx | 7 +++++++ 1 file changed, 7 insertions(+) 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.