langserve doc (#12357)

This commit is contained in:
Bagatur 2023-10-26 11:40:57 -07:00 committed by GitHub
parent 0af6e64ad9
commit dad16af711
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,7 @@ poetry run python scripts/model_feat_table.py
poetry run nbdoc_build --srcdir docs poetry run nbdoc_build --srcdir docs
cp ../cookbook/README.md src/pages/cookbook.mdx cp ../cookbook/README.md src/pages/cookbook.mdx
cp ../.github/CONTRIBUTING.md docs/contributing.md 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 poetry run python scripts/generate_api_reference_links.py
yarn install yarn install
yarn start yarn start

View File

@ -50,4 +50,5 @@ python3.11 scripts/model_feat_table.py
nbdoc_build --srcdir docs nbdoc_build --srcdir docs
cp ../cookbook/README.md src/pages/cookbook.mdx cp ../cookbook/README.md src/pages/cookbook.mdx
cp ../.github/CONTRIBUTING.md docs/contributing.md 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 python3.11 scripts/generate_api_reference_links.py