docs: make docs mdxv2 compatible (#26798)

prep for docusaurus migration
This commit is contained in:
Erick Friis
2024-09-23 21:24:23 -07:00
committed by GitHub
parent 2a4c5713cd
commit 603d38f06d
34 changed files with 107 additions and 94 deletions

View File

@@ -46,7 +46,7 @@ generate-files:
$(PYTHON) scripts/partner_pkg_table.py $(INTERMEDIATE_DIR)
wget -q https://raw.githubusercontent.com/langchain-ai/langserve/main/README.md -O $(INTERMEDIATE_DIR)/langserve.md
curl https://raw.githubusercontent.com/langchain-ai/langserve/main/README.md | sed 's/<=/\&lt;=/g' > $(INTERMEDIATE_DIR)/langserve.md
$(PYTHON) scripts/resolve_local_links.py $(INTERMEDIATE_DIR)/langserve.md https://github.com/langchain-ai/langserve/tree/main/
copy-infra: