diff --git a/docs/docs/index.mdx b/docs/docs/index.mdx index 6d5155f9c..ed18cb63a 100644 --- a/docs/docs/index.mdx +++ b/docs/docs/index.mdx @@ -17,7 +17,6 @@ import ZoomableImage from "/src/theme/ZoomableImage.js"; style={{ width: "100%" }} /> -import ZoomableImage from "/src/theme/ZoomableImage.js"; ## 🚀 First steps @@ -93,4 +92,7 @@ Find more information about the available options by running: langflow --help ``` -Or you can visit the [Langflow CLI documentation](./cli) for more information. +Or you can visit the [Langflow CLI documentation](./cli) for more information.import ThemedImage from "@theme/ThemedImage"; +import useBaseUrl from "@docusaurus/useBaseUrl"; +import ZoomableImage from "/src/theme/ZoomableImage.js"; +