Skip to content

Commit c412257

Browse files
author
Lasim
committed
chore: restructure navigation in docs.json for improved organization and clarity
1 parent 550886b commit c412257

File tree

1 file changed

+38
-42
lines changed

1 file changed

+38
-42
lines changed

docs.json

Lines changed: 38 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -11,58 +11,60 @@
1111
"navigation": {
1212
"tabs": [
1313
{
14-
"tab": "Guides",
14+
"tab": "General",
1515
"groups": [
1616
{
17-
"group": "Getting started",
17+
"group": "Essentials",
1818
"pages": [
1919
"index",
20-
"quickstart",
21-
"development"
20+
"general/architecture",
21+
"general/teams",
22+
"general/roles",
23+
"general/onboard-new-team-members",
24+
"general/global-settings",
25+
"general/security"
2226
]
2327
},
2428
{
25-
"group": "Customization",
29+
"group": "MCP Server",
2630
"pages": [
27-
"essentials/settings",
28-
"essentials/navigation"
31+
"/general/mcp-catalog",
32+
"/general/mcp-installation",
33+
"/general/mcp-categories",
34+
"/general/mcp-admin-schema-workflow"
2935
]
3036
},
3137
{
32-
"group": "Writing content",
38+
"group": "MCP Server Configuration",
3339
"pages": [
34-
"essentials/markdown",
35-
"essentials/code",
36-
"essentials/images",
37-
"essentials/reusable-snippets"
38-
]
39-
},
40-
{
41-
"group": "AI tools",
42-
"pages": [
43-
"ai-tools/cursor",
44-
"ai-tools/claude-code",
45-
"ai-tools/windsurf"
40+
"/general/mcp-configuration",
41+
"/general/mcp-user-configuration",
42+
"/general/mcp-team-installation"
4643
]
4744
}
4845
]
4946
},
5047
{
51-
"tab": "API reference",
48+
"tab": "Self Hosted",
5249
"groups": [
5350
{
54-
"group": "API documentation",
51+
"group": "Guides",
5552
"pages": [
56-
"api-reference/introduction"
53+
"self-hosted/quick-start",
54+
"self-hosted/setup",
55+
"self-hosted/docker-compose",
56+
"self-hosted/upgrade-guide",
57+
"self-hosted/database-setup"
5758
]
5859
},
5960
{
60-
"group": "Endpoint examples",
61+
"group": "Administration",
6162
"pages": [
62-
"api-reference/endpoint/get",
63-
"api-reference/endpoint/create",
64-
"api-reference/endpoint/delete",
65-
"api-reference/endpoint/webhook"
63+
"/general/auth",
64+
"/general/github-application",
65+
"/general/github-oauth-setup",
66+
"/general/troubleshooting",
67+
"/general/local-setup"
6668
]
6769
}
6870
]
@@ -71,19 +73,14 @@
7173
"global": {
7274
"anchors": [
7375
{
74-
"anchor": "Documentation",
75-
"href": "https://mintlify.com/docs",
76-
"icon": "book-open-cover"
77-
},
78-
{
79-
"anchor": "Community",
80-
"href": "https://mintlify.com/community",
81-
"icon": "slack"
76+
"anchor": "Login to DeployStack",
77+
"href": "https://cloud.deploystack.io",
78+
"icon": "user-key"
8279
},
8380
{
84-
"anchor": "Blog",
85-
"href": "https://mintlify.com/blog",
86-
"icon": "newspaper"
81+
"anchor": "Discord",
82+
"href": "https://discord.gg/42Ce3S7b3b",
83+
"icon": "discord"
8784
}
8885
]
8986
}
@@ -119,9 +116,8 @@
119116
},
120117
"footer": {
121118
"socials": {
122-
"x": "https://x.com/mintlify",
123-
"github": "https://github.com/mintlify",
124-
"linkedin": "https://linkedin.com/company/mintlify"
119+
"x": "https://x.com/deploystack",
120+
"github": "https://github.com/deploystackio"
125121
}
126122
}
127123
}

0 commit comments

Comments
 (0)