add cookbook table (#12043)

This commit is contained in:
Bagatur 2023-10-19 14:05:24 -07:00 committed by GitHub
parent a4c3a44712
commit 8cabb4ee8e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 8 deletions

View File

@ -13,6 +13,7 @@ cp -r . ../_dist
cd ../_dist
poetry run python scripts/model_feat_table.py
poetry run nbdoc_build --srcdir docs
cp ../cookbook/README.md src/pages/cookbook.mdx
poetry run python scripts/generate_api_reference_links.py
yarn install
yarn start

View File

@ -1,8 +0,0 @@
---
title: Cookbook
hide_table_of_contents: true
---
# Cookbook
The page you're looking for has been moved to the [cookbook section of the repo](https://github.com/langchain-ai/langchain/tree/master/cookbook) as a notebook.

View File

@ -48,4 +48,5 @@ python3.11 -m pip install --upgrade pip
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
python3.11 scripts/generate_api_reference_links.py