From dad16af71187ef6b4ad544c25cb16791778244a2 Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Thu, 26 Oct 2023 11:40:57 -0700 Subject: [PATCH] langserve doc (#12357) --- docs/.local_build.sh | 1 + docs/vercel_build.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/.local_build.sh b/docs/.local_build.sh index 8d8c0ffe84..cf93530369 100755 --- a/docs/.local_build.sh +++ b/docs/.local_build.sh @@ -15,6 +15,7 @@ poetry run python scripts/model_feat_table.py poetry run nbdoc_build --srcdir docs cp ../cookbook/README.md src/pages/cookbook.mdx cp ../.github/CONTRIBUTING.md docs/contributing.md +wget https://raw.githubusercontent.com/langchain-ai/langserve/main/README.md -O docs/guides/deployments/langserve.md poetry run python scripts/generate_api_reference_links.py yarn install yarn start diff --git a/docs/vercel_build.sh b/docs/vercel_build.sh index 16ae619ac5..1fce247b76 100755 --- a/docs/vercel_build.sh +++ b/docs/vercel_build.sh @@ -50,4 +50,5 @@ python3.11 scripts/model_feat_table.py nbdoc_build --srcdir docs cp ../cookbook/README.md src/pages/cookbook.mdx cp ../.github/CONTRIBUTING.md docs/contributing.md +wget https://raw.githubusercontent.com/langchain-ai/langserve/main/README.md -O docs/guides/deployments/langserve.md python3.11 scripts/generate_api_reference_links.py