diff --git a/docs/api-reference/overview.mdx b/docs/api-reference.mdx similarity index 100% rename from docs/api-reference/overview.mdx rename to docs/api-reference.mdx diff --git a/docs/changelog/overview.mdx b/docs/changelog.mdx similarity index 100% rename from docs/changelog/overview.mdx rename to docs/changelog.mdx diff --git a/docs/docs.json b/docs/docs.json index a1566c2b..e0fe94d0 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -188,7 +188,7 @@ "group": "💡 Examples", "icon": "lightbulb", "pages": [ - "examples/overview", + "examples", "examples/mem0-demo", "examples/ai_companion_js", "examples/mem0-mastra", @@ -217,7 +217,7 @@ "group": "Integrations", "icon": "plug", "pages": [ - "integrations/overview", + "integrations", "integrations/vercel-ai-sdk", "integrations/flowise", "integrations/crewai", @@ -245,7 +245,7 @@ "group": "API Reference", "icon": "terminal", "pages": [ - "api-reference/overview", + "api-reference", { "group": "Memory APIs", "icon": "microchip", @@ -321,7 +321,7 @@ "group": "Product Updates", "icon": "rocket", "pages": [ - "changelog/overview" + "changelog" ] } ] diff --git a/docs/examples/overview.mdx b/docs/examples.mdx similarity index 100% rename from docs/examples/overview.mdx rename to docs/examples.mdx diff --git a/docs/integrations/overview.mdx b/docs/integrations.mdx similarity index 100% rename from docs/integrations/overview.mdx rename to docs/integrations.mdx