From ffefaa649019aba9115911f3c112688a4aacaf35 Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Fri, 13 Sep 2024 20:38:54 -0700 Subject: [PATCH] docs: point to v2 api ref (#26485) --- docs/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Makefile b/docs/Makefile index d2b331be9d5..37c4f87bf3a 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -82,7 +82,7 @@ vercel-build: install-vercel-deps build generate-references mv $(OUTPUT_NEW_DOCS_DIR) docs rm -rf build mkdir static/api_reference - git clone --depth=1 https://github.com/baskaryan/langchain-api-docs-build.git + git clone --depth=1 -b v0.2 https://github.com/baskaryan/langchain-api-docs-build.git mv langchain-api-docs-build/api_reference_build/html/* static/api_reference/ rm -rf langchain-api-docs-build NODE_OPTIONS="--max-old-space-size=5000" yarn run docusaurus build