You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
langchain/docs/scripts
Erick Friis cd4c54282a
infra: cleanup docs build (#21134)
Refactors the docs build in order to:
- run the same `make build` command in both vercel and local build
- incrementally build artifacts in 2 distinct steps, instead of building
all docs in-place (in vercel) or in a _dist dir (locally)

Highlights:
- introduces `make build` in order to build the docs
- collects and generates all files for the build in
`docs/build/intermediate`
- renders those jupyter notebook + markdown files into
`docs/build/outputs`

And now the outputs to host are in `docs/build/outputs`, which will need
a vercel settings change.

Todo:
- [ ] figure out how to point the right directory (right now deleting
and moving docs dir in vercel_build.sh isn't great)
5 months ago
..
check-broken-links.js ci[minor]: Bump LC scripts package, add retry option (#19285) 7 months ago
check_imports.py docs: format (#21132) 5 months ago
copy_templates.py infra: cleanup docs build (#21134) 5 months ago
generate_api_reference_links.py infra: cleanup docs build (#21134) 5 months ago
model_feat_table.py infra: cleanup docs build (#21134) 5 months ago
resolve_local_links.py docs: turn on link check (#18924) 7 months ago