template readme's in docs (#13152)

This commit is contained in:
Bagatur
2023-11-09 23:36:21 -08:00
committed by GitHub
parent 86b93b5810
commit dd7959f4ac
6 changed files with 272 additions and 213 deletions

View File

@@ -47,8 +47,11 @@ source .venv/bin/activate
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
mkdir docs/templates
cp ../templates/docs/INDEX.md docs/templates/index.md
python3.11 scripts/copy_templates.py
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/langserve.md
nbdoc_build --srcdir docs
python3.11 scripts/generate_api_reference_links.py