mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-10 07:21:03 +00:00
@@ -14,6 +14,7 @@ cd ../_dist
|
||||
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
|
||||
poetry run python scripts/generate_api_reference_links.py
|
||||
yarn install
|
||||
yarn start
|
||||
|
@@ -173,6 +173,10 @@ const config = {
|
||||
to: "/docs/community",
|
||||
label: "Community",
|
||||
},
|
||||
{
|
||||
to: "/docs/contributing",
|
||||
label: "Developer's guide",
|
||||
},
|
||||
{
|
||||
to: "/docs/additional_resources/dependents",
|
||||
label: "Dependents",
|
||||
|
@@ -49,4 +49,5 @@ python3.11 -m pip install -r vercel_requirements.txt
|
||||
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
|
||||
python3.11 scripts/generate_api_reference_links.py
|
||||
|
Reference in New Issue
Block a user