Skip to content

Commit

Permalink
docs: add navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
gventuri committed May 19, 2024
1 parent 24058dc commit 793b62a
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
File renamed without changes.
31 changes: 31 additions & 0 deletions docs/mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 793b62a

Please sign in to comment.