You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/docs/vercel_build.sh

18 lines
288 B
Bash

#!/bin/bash
set -e
make install-vercel-deps
make build
rm -rf docs
mv build/output-new/docs ./
mkdir static/api_reference
git clone --depth=1 https://github.com/baskaryan/langchain-api-docs-build.git
mv -r langchain-api-docs-build/api_reference_build/html/* static/api_reference/