diff --git a/docs/LLMs/llms.mdx b/docs/llms.mdx similarity index 100% rename from docs/LLMs/llms.mdx rename to docs/llms.mdx diff --git a/docs/mint.json b/docs/mint.json index b4f95c5f8..2da76d5b1 100644 --- a/docs/mint.json +++ b/docs/mint.json @@ -11,6 +11,37 @@ "light": "#55D799", "dark": "#117866" }, + "navigation": [ + { + "group": "Get Started", + "pages": ["index", "getting-started"] + }, + { + "group": "Essentials", + "pages": ["connectors", "llms", "pipelines"] + }, + { + "group": "Advanced usage", + "pages": [ + "cache", + "custom-head", + "fields-description", + "train", + "custom-response", + "custom-whitelisted-dependencies", + "skills", + "determinism" + ] + }, + { + "group": "Examples", + "pages": ["examples"] + }, + { + "group": "About", + "pages": ["contributing", "license"] + } + ], "footerSocials": { "x": "https://x.com/ai_pandas", "github": "https://github.com/sinaptik-ai/pandas-ai",