|
11 | 11 | "navigation": { |
12 | 12 | "tabs": [ |
13 | 13 | { |
14 | | - "tab": "Guides", |
| 14 | + "tab": "General", |
15 | 15 | "groups": [ |
16 | 16 | { |
17 | | - "group": "Getting started", |
| 17 | + "group": "Essentials", |
18 | 18 | "pages": [ |
19 | 19 | "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" |
22 | 26 | ] |
23 | 27 | }, |
24 | 28 | { |
25 | | - "group": "Customization", |
| 29 | + "group": "MCP Server", |
26 | 30 | "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" |
29 | 35 | ] |
30 | 36 | }, |
31 | 37 | { |
32 | | - "group": "Writing content", |
| 38 | + "group": "MCP Server Configuration", |
33 | 39 | "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" |
46 | 43 | ] |
47 | 44 | } |
48 | 45 | ] |
49 | 46 | }, |
50 | 47 | { |
51 | | - "tab": "API reference", |
| 48 | + "tab": "Self Hosted", |
52 | 49 | "groups": [ |
53 | 50 | { |
54 | | - "group": "API documentation", |
| 51 | + "group": "Guides", |
55 | 52 | "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" |
57 | 58 | ] |
58 | 59 | }, |
59 | 60 | { |
60 | | - "group": "Endpoint examples", |
| 61 | + "group": "Administration", |
61 | 62 | "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" |
66 | 68 | ] |
67 | 69 | } |
68 | 70 | ] |
|
71 | 73 | "global": { |
72 | 74 | "anchors": [ |
73 | 75 | { |
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" |
82 | 79 | }, |
83 | 80 | { |
84 | | - "anchor": "Blog", |
85 | | - "href": "https://mintlify.com/blog", |
86 | | - "icon": "newspaper" |
| 81 | + "anchor": "Discord", |
| 82 | + "href": "https://discord.gg/42Ce3S7b3b", |
| 83 | + "icon": "discord" |
87 | 84 | } |
88 | 85 | ] |
89 | 86 | } |
|
119 | 116 | }, |
120 | 117 | "footer": { |
121 | 118 | "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" |
125 | 121 | } |
126 | 122 | } |
127 | 123 | } |
0 commit comments