diff --git a/docs/my-website/docs/contribute_integration/community.md b/docs/my-website/docs/integrations/community.md similarity index 97% rename from docs/my-website/docs/contribute_integration/community.md rename to docs/my-website/docs/integrations/community.md index 0187aaf0cf0..76a8403e945 100644 --- a/docs/my-website/docs/contribute_integration/community.md +++ b/docs/my-website/docs/integrations/community.md @@ -1,4 +1,4 @@ -# Join the LiteLLM Community +# Be an Integration Partner Welcome, integration partners! 👋 diff --git a/docs/my-website/sidebars.js b/docs/my-website/sidebars.js index a4874c520b2..c0987b2ea7d 100644 --- a/docs/my-website/sidebars.js +++ b/docs/my-website/sidebars.js @@ -16,6 +16,7 @@ const sidebars = { // // By default, Docusaurus generates a sidebar from the docs folder structure integrationsSidebar: [ { type: "doc", id: "integrations/index" }, + { type: "doc", id: "integrations/community" }, { type: "category", label: "Observability",