mirror of
https://github.com/hwchase17/langchain
synced 2024-11-18 09:25:54 +00:00
API References sorted Partner libs
menu (#17130)
The `Partner libs` menu is not sorted. Now it is long enough, and items should be sorted to simplify a package search. - Sorted items in the `Partner libs` menu
This commit is contained in:
parent
226f376d59
commit
42c812a549
@ -146,6 +146,7 @@ partners = [
|
||||
(p.name, p.name.replace("-", "_") + "_api_reference")
|
||||
for p in partners_dir.iterdir()
|
||||
]
|
||||
partners = sorted(partners)
|
||||
|
||||
html_context = {
|
||||
"display_github": True, # Integrate GitHub
|
||||
|
Loading…
Reference in New Issue
Block a user