From 50ee3c79b5efe1355eabbac122665b2c2965c556 Mon Sep 17 00:00:00 2001 From: aimlapi Date: Thu, 10 Sep 2026 12:12:18 +0500 Subject: [PATCH] docs(aimlapi): list AI/ML API in the Popular Providers sidebar MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The integration pages merged earlier are reachable only from `all_providers`, which is a long alphabetical card wall. The sidebar group beside it is what a reader actually browses, and AI/ML API was not in it. Adds the provider page as the first entry of the Python group. The JavaScript group is left alone on purpose: it nests chat, embeddings and tools pages per provider, and this integration has Python pages only — an entry there would be a group with one link and three dead ones. Placement note, so it is not discovered in review: first means ahead of OpenAI. "Popular Providers" is a curated list on LangChain's own docs, and ordering it is the maintainers' call rather than a contributor's, so this position is a fork decision and should be revisited before anything goes upstream. Everything else in the change is uncontroversial — the page exists, it is complete, and it is currently unreachable from the sidebar. `docs.json` still parses; the added path resolves to `src/oss/python/integrations/providers/aimlapi.mdx`. --- src/docs.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/docs.json b/src/docs.json index b2260242d9..e26b9c5ba1 100644 --- a/src/docs.json +++ b/src/docs.json @@ -555,6 +555,7 @@ "group": "Popular Providers", "icon": "users-group", "pages": [ + "oss/python/integrations/providers/aimlapi", "oss/python/integrations/providers/openai", "oss/python/integrations/providers/anthropic", "oss/python/integrations/providers/google",