-
Notifications
You must be signed in to change notification settings - Fork 87
Expand file tree
/
Copy pathdocs.json
More file actions
189 lines (188 loc) · 6.55 KB
/
docs.json
File metadata and controls
189 lines (188 loc) · 6.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
{
"$schema": "https://mintlify.com/docs.json",
"theme": "maple",
"name": "Mux",
"logo": {
"light": "/img/logo-black.svg",
"dark": "/img/logo-white.svg"
},
"favicon": "/favicon.svg",
"colors": {
"primary": "#999",
"light": "#FFF",
"dark": "#000"
},
"appearance": {
"default": "dark"
},
"interaction": {
"drilldown": true
},
"icons": {
"library": "lucide"
},
"css": ["/custom.css"],
"navigation": {
"tabs": [
{
"tab": "Documentation",
"groups": [
{
"group": "Getting Started",
"pages": [
"index",
"install",
"getting-started/chat",
{
"group": "Models",
"pages": ["config/models", "config/providers"]
},
"getting-started/why-parallelize",
"getting-started/mux-gateway",
"reference/cli"
]
},
{
"group": "Workspaces",
"pages": [
"workspaces",
"workspaces/fork",
"workspaces/sharing",
"workspaces/muxignore",
{
"group": "Compaction",
"pages": [
"workspaces/compaction",
"workspaces/compaction/manual",
"workspaces/compaction/automatic",
"workspaces/compaction/customization"
]
},
{
"group": "Runtimes",
"pages": [
"runtime",
"runtime/local",
"runtime/worktree",
"runtime/ssh",
"runtime/coder",
"runtime/docker",
"runtime/devcontainer"
]
},
{
"group": "Hooks",
"pages": [
"hooks/init",
"hooks/tools",
"hooks/environment-variables"
]
}
]
},
{
"group": "Agents",
"pages": [
"agents",
"agents/instruction-files",
"agents/agent-skills",
"agents/plan-mode",
"agents/system-prompt",
"agents/prompting-tips",
"agents/best-of-n"
]
},
{
"group": "Configuration",
"pages": [
"config/mcp-servers",
"config/policy-file",
"config/project-secrets",
"config/agentic-git-identity",
"config/keybinds",
"config/notifications",
"config/server-access",
"config/vim-mode"
]
},
{
"group": "Guides",
"pages": [
"guides/github-actions",
"config/agentic-git-identity",
"agents/prompting-tips"
]
},
{
"group": "Integrations",
"pages": [
"integrations/vscode-extension",
"integrations/acp"
]
},
{
"group": "Reference",
"pages": [
"reference/debugging",
"reference/telemetry",
"reference/storybook",
"reference/benchmarking",
"AGENTS"
]
}
]
}
]
},
"footerSocials": {
"github": "https://github.com/coder/mux"
},
"integrations": {
"ga4": {
"measurementId": "G-D1HL4PBRSY"
}
},
"contextual": {
"options": ["copy", "view", "chatgpt", "claude", "cursor", "vscode"]
},
"redirects": [
{ "source": "/why-parallelize", "destination": "/getting-started/why-parallelize" },
{ "source": "/mux-codes", "destination": "/getting-started/mux-gateway" },
{ "source": "/getting-started/mux-codes", "destination": "/getting-started/mux-gateway" },
{ "source": "/fork", "destination": "/workspaces/fork" },
{ "source": "/init-hooks", "destination": "/hooks/init" },
{ "source": "/agent-skills", "destination": "/agents/agent-skills" },
{ "source": "/instruction-files", "destination": "/agents/instruction-files" },
{ "source": "/plan-mode", "destination": "/agents/plan-mode" },
{ "source": "/system-prompt", "destination": "/agents/system-prompt" },
{ "source": "/models", "destination": "/config/models" },
{ "source": "/providers", "destination": "/config/providers" },
{ "source": "/mcp-servers", "destination": "/config/mcp-servers" },
{ "source": "/project-secrets", "destination": "/config/project-secrets" },
{ "source": "/agentic-git-identity", "destination": "/config/agentic-git-identity" },
{ "source": "/keybinds", "destination": "/config/keybinds" },
{ "source": "/notifications", "destination": "/config/notifications" },
{ "source": "/server-access", "destination": "/config/server-access" },
{ "source": "/cli", "destination": "/reference/cli" },
{ "source": "/guides/cli", "destination": "/reference/cli" },
{ "source": "/context-management", "destination": "/workspaces/compaction" },
{ "source": "/guides/context-management", "destination": "/workspaces/compaction" },
{ "source": "/guides/compaction", "destination": "/workspaces/compaction" },
{ "source": "/guides/compaction/manual", "destination": "/workspaces/compaction/manual" },
{ "source": "/guides/compaction/automatic", "destination": "/workspaces/compaction/automatic" },
{ "source": "/sharing", "destination": "/workspaces/sharing" },
{ "source": "/guides/sharing", "destination": "/workspaces/sharing" },
{ "source": "/prompting-tips", "destination": "/agents/prompting-tips" },
{ "source": "/prompting-tips.html", "destination": "/agents/prompting-tips" },
{ "source": "/guides/prompting-tips", "destination": "/agents/prompting-tips" },
{ "source": "/best-of-n", "destination": "/agents/best-of-n" },
{ "source": "/vim-mode", "destination": "/config/vim-mode" },
{ "source": "/guides/vim-mode", "destination": "/config/vim-mode" },
{ "source": "/vscode-extension", "destination": "/integrations/vscode-extension" },
{ "source": "/acp", "destination": "/integrations/acp" },
{ "source": "/telemetry", "destination": "/reference/telemetry" },
{ "source": "/storybook", "destination": "/reference/storybook" },
{ "source": "/benchmarking", "destination": "/reference/benchmarking" },
{ "source": "/debugging", "destination": "/reference/debugging" }
]
}