From 74044e44a512fd7d0bf8bddc51fe1b991b0175b9 Mon Sep 17 00:00:00 2001 From: Erick Friis Date: Wed, 8 May 2024 14:55:42 -0700 Subject: [PATCH] docs: useBaseUrl on svg paths (#21446) --- docs/docs/concepts.mdx | 5 +++-- docs/docs/introduction.mdx | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/docs/concepts.mdx b/docs/docs/concepts.mdx index 0e3051fcc3..7209a4edcf 100644 --- a/docs/docs/concepts.mdx +++ b/docs/docs/concepts.mdx @@ -1,6 +1,7 @@ # Conceptual guide import ThemedImage from '@theme/ThemedImage'; +import useBaseUrl from '@docusaurus/useBaseUrl'; This section contains introductions to key parts of LangChain. @@ -11,8 +12,8 @@ LangChain as a framework consists of several pieces. The below diagram shows how diff --git a/docs/docs/introduction.mdx b/docs/docs/introduction.mdx index aa764bf535..4c4be557d9 100644 --- a/docs/docs/introduction.mdx +++ b/docs/docs/introduction.mdx @@ -13,12 +13,13 @@ LangChain simplifies every stage of the LLM application lifecycle: - **Deployment**: Turn any chain into an API with [LangServe](/docs/langserve). import ThemedImage from '@theme/ThemedImage'; +import useBaseUrl from '@docusaurus/useBaseUrl';