Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mattvagni committed Oct 30, 2024
1 parent c5d356f commit 7caeffe
Showing 1 changed file with 5 additions and 19 deletions.
24 changes: 5 additions & 19 deletions mint.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,7 @@
"navigation": [
{
"group": "Plain 101",
"pages": [
"quickstart",
"data-model",
"security"
]
"pages": ["quickstart", "data-model", "security"]
},
{
"group": "Channels",
Expand All @@ -89,25 +85,15 @@
},
{
"group": "Slack",
"pages": [
"slack",
"slack/ingestion-modes",
"slack/data-retention"
]
"pages": ["slack", "slack/ingestion-modes", "slack/data-retention"]
},
{
"group": "Chat",
"pages": [
"chat",
"chat/authentication"
]
"pages": ["chat", "chat/authentication"]
},
{
"group": "Microsoft Teams",
"pages": [
"microsoft-teams",
"microsoft-teams/installation"
]
"pages": ["microsoft-teams", "microsoft-teams/installation"]
},
"contact-forms",
"headless-support-portal"
Expand Down Expand Up @@ -329,4 +315,4 @@
"destination": "/headless-support-portal"
}
]
}
}

0 comments on commit 7caeffe

Please sign in to comment.