mirror of
https://github.com/hwchase17/langchain
synced 2024-11-18 09:25:54 +00:00
docs[patch]: Fix templates/index (#14146)
This commit is contained in:
parent
b6d26d3f9f
commit
8cf4cb9e48
@ -15,6 +15,8 @@ poetry run python scripts/model_feat_table.py
|
|||||||
poetry run nbdoc_build --srcdir docs --pause 0
|
poetry run nbdoc_build --srcdir docs --pause 0
|
||||||
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
|
||||||
|
mkdir docs/templates
|
||||||
|
cp ../templates/docs/INDEX.md docs/templates/index.md
|
||||||
wget https://raw.githubusercontent.com/langchain-ai/langserve/main/README.md -O docs/langserve.md
|
wget https://raw.githubusercontent.com/langchain-ai/langserve/main/README.md -O docs/langserve.md
|
||||||
poetry run python scripts/generate_api_reference_links.py
|
poetry run python scripts/generate_api_reference_links.py
|
||||||
yarn install
|
yarn install
|
||||||
|
Loading…
Reference in New Issue
Block a user