From 0af0fc5d251ce2253268175ee9bc765706ee9b24 Mon Sep 17 00:00:00 2001 From: Leonid Ganeline Date: Tue, 6 Feb 2024 20:33:14 -0800 Subject: [PATCH] docs `integraions/providers` nav fix (#17148) Issue: `Provides` page is presented as the index page (on the `Providers` item) and as the `Providers/Providers` item. The latter should not be in the menu. See the picture. ![image](https://github.com/langchain-ai/langchain/assets/2256422/6894023f-f13a-4f0d-8fe2-ed5b0ae2bdd2) This PR fixes this. --- docs/docs/integrations/platforms/index.mdx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/docs/integrations/platforms/index.mdx b/docs/docs/integrations/platforms/index.mdx index 9a5fcdf57c9..ee66df3324a 100644 --- a/docs/docs/integrations/platforms/index.mdx +++ b/docs/docs/integrations/platforms/index.mdx @@ -1,3 +1,8 @@ +--- +sidebar_position: 0 +sidebar_class_name: hidden +--- + # Providers LangChain integrates with many providers