Skip to content

Commit

Permalink
docs: point to v2 api ref (#26485)
Browse files Browse the repository at this point in the history
  • Loading branch information
baskaryan authored Sep 14, 2024
1 parent 8ecef68 commit ffefaa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ffefaa6

Please sign in to comment.