mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-05 04:55:14 +00:00
docs: turn on link check (#18924)
This commit is contained in:
@@ -10,15 +10,27 @@ tar -xzf quarto-1.3.450-linux-amd64.tar.gz
|
||||
export PATH=$PATH:$(pwd)/quarto-1.3.450/bin/
|
||||
|
||||
|
||||
# setup python env
|
||||
python3.8 -m venv .venv
|
||||
source .venv/bin/activate
|
||||
python3.8 -m pip install --upgrade pip
|
||||
python3.8 -m pip install -r vercel_requirements.txt
|
||||
|
||||
# autogenerate integrations tables
|
||||
python3.8 scripts/model_feat_table.py
|
||||
|
||||
# copy in external files
|
||||
mkdir docs/templates
|
||||
cp ../templates/docs/INDEX.md docs/templates/index.md
|
||||
python3.8 scripts/copy_templates.py
|
||||
|
||||
cp ../cookbook/README.md src/pages/cookbook.mdx
|
||||
|
||||
wget -q https://raw.githubusercontent.com/langchain-ai/langserve/main/README.md -O docs/langserve.md
|
||||
python3.8 scripts/resolve_local_links.py docs/langserve.md https://github.com/langchain-ai/langserve/tree/main/
|
||||
|
||||
wget -q https://raw.githubusercontent.com/langchain-ai/langgraph/main/README.md -O docs/langgraph.md
|
||||
python3.8 scripts/resolve_local_links.py docs/langgraph.md https://github.com/langchain-ai/langgraph/tree/main/
|
||||
|
||||
# render
|
||||
quarto render docs/
|
||||
|
Reference in New Issue
Block a user