docs: build partner api refs (#14675)

This commit is contained in:
Bagatur
2023-12-13 13:37:27 -08:00
committed by GitHub
parent 6c031e0ebf
commit effd000b91
4 changed files with 46 additions and 39 deletions

View File

@@ -136,7 +136,7 @@ html_theme_path = ["themes"]
# redirects dictionary maps from old links to new links
html_additional_pages = {}
redirects = {
"index": "api_reference",
"index": "langchain_api_reference",
}
for old_link in redirects:
html_additional_pages[old_link] = "redirects.html"