Skip to content

Commit

Permalink
Update links and group names in mint.json
Browse files Browse the repository at this point in the history
  • Loading branch information
mmabrouk committed Dec 10, 2023
1 parent 536ed37 commit c62a3b0
Showing 1 changed file with 29 additions and 8 deletions.
37 changes: 29 additions & 8 deletions docs/mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"url": "https://github.com/agenta-ai/agenta"
},
{
"name": "Book an Onboarding Call",
"name": "Book a Demo",
"icon": "phone",
"url": "https://cal.com/mahmoud-mabrouk-ogzgey/demo"
}
Expand Down Expand Up @@ -88,13 +88,20 @@
]
},
{
"group": "Self-host agenta",
"group": "Python SDK",
"pages": [
"self-host/host-locally",
"self-host/host-remotely",
"self-host/host-on-aws",
"self-host/host-on-gcp",
"self-host/host-on-kubernetes"
"sdk/quick_start",
{
"group": "Core Functions",
"pages": [
"sdk/init",
"sdk/config_object",
"sdk/config_default",
"sdk/config_pull",
"sdk/config_push",
"sdk/config_datatypes"
]
}
]
},
{
Expand All @@ -113,6 +120,21 @@
}
]
},
{
"group": "Self-host agenta",
"pages": [
"self-host/host-locally",
{
"group": "Deploy Remotely",
"pages": [
"self-host/host-remotely",
"self-host/host-on-aws",
"self-host/host-on-gcp",
"self-host/host-on-kubernetes"
]
}
]
},
{
"group": "Contributing",
"pages": [
Expand All @@ -124,7 +146,6 @@
{
"group": "Reference",
"pages": [
"reference/sdk",
{
"group": "Backend API",
"pages": [
Expand Down

0 comments on commit c62a3b0

Please sign in to comment.