@mintlify/prebuild 1.0.750 → 1.0.752
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -23,7 +23,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
23
23
|
light?: string | undefined;
|
|
24
24
|
dark?: string | undefined;
|
|
25
25
|
};
|
|
26
|
-
navigation:
|
|
26
|
+
navigation: {
|
|
27
27
|
products: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").ProductNavigation<"default">[];
|
|
28
28
|
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
29
29
|
} | {
|
|
@@ -43,90 +43,10 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
43
43
|
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
44
44
|
} | {
|
|
45
45
|
groups: ({
|
|
46
|
-
openapi:
|
|
46
|
+
openapi: string | string[] | {
|
|
47
47
|
source: string;
|
|
48
48
|
directory?: string | undefined;
|
|
49
|
-
}
|
|
50
|
-
source: string;
|
|
51
|
-
directory?: string | undefined;
|
|
52
|
-
} | undefined);
|
|
53
|
-
group: string;
|
|
54
|
-
pages: any[];
|
|
55
|
-
icon?: string | {
|
|
56
|
-
name: string;
|
|
57
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
58
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
59
|
-
} | undefined;
|
|
60
|
-
expanded?: boolean | undefined;
|
|
61
|
-
public?: boolean | undefined;
|
|
62
|
-
tag?: string | undefined;
|
|
63
|
-
hidden?: boolean | undefined;
|
|
64
|
-
root?: string | undefined;
|
|
65
|
-
} | {
|
|
66
|
-
group: string;
|
|
67
|
-
pages: any[];
|
|
68
|
-
asyncapi: (string | string[] | {
|
|
69
|
-
source: string;
|
|
70
|
-
directory?: string | undefined;
|
|
71
|
-
}) & (string | string[] | {
|
|
72
|
-
source: string;
|
|
73
|
-
directory?: string | undefined;
|
|
74
|
-
} | undefined);
|
|
75
|
-
icon?: string | {
|
|
76
|
-
name: string;
|
|
77
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
78
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
79
|
-
} | undefined;
|
|
80
|
-
expanded?: boolean | undefined;
|
|
81
|
-
public?: boolean | undefined;
|
|
82
|
-
tag?: string | undefined;
|
|
83
|
-
hidden?: boolean | undefined;
|
|
84
|
-
root?: string | undefined;
|
|
85
|
-
} | {
|
|
86
|
-
group: string;
|
|
87
|
-
pages: any[];
|
|
88
|
-
icon?: string | {
|
|
89
|
-
name: string;
|
|
90
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
91
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
92
|
-
} | undefined;
|
|
93
|
-
expanded?: boolean | undefined;
|
|
94
|
-
public?: boolean | undefined;
|
|
95
|
-
tag?: string | undefined;
|
|
96
|
-
hidden?: boolean | undefined;
|
|
97
|
-
root?: string | undefined;
|
|
98
|
-
})[];
|
|
99
|
-
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
100
|
-
} | {
|
|
101
|
-
pages: any[];
|
|
102
|
-
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
103
|
-
}) & ({
|
|
104
|
-
products: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").ProductNavigation<"default">[];
|
|
105
|
-
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
106
|
-
} | {
|
|
107
|
-
languages: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
|
|
108
|
-
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
109
|
-
} | {
|
|
110
|
-
versions: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
|
|
111
|
-
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
112
|
-
} | {
|
|
113
|
-
tabs: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
|
|
114
|
-
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
115
|
-
} | {
|
|
116
|
-
dropdowns: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
|
|
117
|
-
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
118
|
-
} | {
|
|
119
|
-
anchors: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
|
|
120
|
-
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
121
|
-
} | {
|
|
122
|
-
groups: ({
|
|
123
|
-
openapi: (string | string[] | {
|
|
124
|
-
source: string;
|
|
125
|
-
directory?: string | undefined;
|
|
126
|
-
}) & (string | string[] | {
|
|
127
|
-
source: string;
|
|
128
|
-
directory?: string | undefined;
|
|
129
|
-
} | undefined);
|
|
49
|
+
};
|
|
130
50
|
group: string;
|
|
131
51
|
pages: any[];
|
|
132
52
|
icon?: string | {
|
|
@@ -142,13 +62,10 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
142
62
|
} | {
|
|
143
63
|
group: string;
|
|
144
64
|
pages: any[];
|
|
145
|
-
asyncapi:
|
|
65
|
+
asyncapi: string | string[] | {
|
|
146
66
|
source: string;
|
|
147
67
|
directory?: string | undefined;
|
|
148
|
-
}
|
|
149
|
-
source: string;
|
|
150
|
-
directory?: string | undefined;
|
|
151
|
-
} | undefined);
|
|
68
|
+
};
|
|
152
69
|
icon?: string | {
|
|
153
70
|
name: string;
|
|
154
71
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -177,8 +94,18 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
177
94
|
} | {
|
|
178
95
|
pages: any[];
|
|
179
96
|
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
180
|
-
}
|
|
181
|
-
|
|
97
|
+
};
|
|
98
|
+
background?: {
|
|
99
|
+
color?: {
|
|
100
|
+
light?: string | undefined;
|
|
101
|
+
dark?: string | undefined;
|
|
102
|
+
} | undefined;
|
|
103
|
+
image?: string | {
|
|
104
|
+
light: string;
|
|
105
|
+
dark: string;
|
|
106
|
+
} | undefined;
|
|
107
|
+
decoration?: "gradient" | "grid" | "windows" | undefined;
|
|
108
|
+
} | undefined;
|
|
182
109
|
logo?: string | {
|
|
183
110
|
light: string;
|
|
184
111
|
dark: string;
|
|
@@ -189,70 +116,38 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
189
116
|
dark: string;
|
|
190
117
|
} | undefined;
|
|
191
118
|
api?: {
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
directory?: string | undefined;
|
|
119
|
+
params?: {
|
|
120
|
+
expanded?: "all" | "closed" | undefined;
|
|
195
121
|
} | undefined;
|
|
196
|
-
|
|
122
|
+
openapi?: string | string[] | {
|
|
197
123
|
source: string;
|
|
198
124
|
directory?: string | undefined;
|
|
199
125
|
} | undefined;
|
|
200
|
-
params?: {
|
|
201
|
-
expanded?: "all" | "closed" | undefined;
|
|
202
|
-
} | undefined;
|
|
203
126
|
playground?: {
|
|
204
127
|
display?: "simple" | "none" | "interactive" | undefined;
|
|
205
128
|
proxy?: boolean | undefined;
|
|
206
129
|
} | undefined;
|
|
130
|
+
asyncapi?: string | string[] | {
|
|
131
|
+
source: string;
|
|
132
|
+
directory?: string | undefined;
|
|
133
|
+
} | undefined;
|
|
207
134
|
examples?: {
|
|
208
|
-
defaults?: "all" | "required" | undefined;
|
|
209
135
|
languages?: string[] | undefined;
|
|
136
|
+
defaults?: "all" | "required" | undefined;
|
|
210
137
|
prefill?: boolean | undefined;
|
|
211
138
|
} | undefined;
|
|
212
139
|
mdx?: {
|
|
140
|
+
server?: string | string[] | undefined;
|
|
213
141
|
auth?: {
|
|
214
|
-
method?: "key" | "bearer" | "basic" | "cobo" | undefined;
|
|
215
142
|
name?: string | undefined;
|
|
143
|
+
method?: "key" | "bearer" | "basic" | "cobo" | undefined;
|
|
216
144
|
} | undefined;
|
|
217
|
-
server?: string | string[] | undefined;
|
|
218
|
-
} | undefined;
|
|
219
|
-
} | undefined;
|
|
220
|
-
appearance?: {
|
|
221
|
-
default?: "light" | "dark" | "system" | undefined;
|
|
222
|
-
strict?: boolean | undefined;
|
|
223
|
-
} | undefined;
|
|
224
|
-
background?: {
|
|
225
|
-
image?: string | {
|
|
226
|
-
light: string;
|
|
227
|
-
dark: string;
|
|
228
|
-
} | undefined;
|
|
229
|
-
decoration?: "gradient" | "grid" | "windows" | undefined;
|
|
230
|
-
color?: {
|
|
231
|
-
light?: string | undefined;
|
|
232
|
-
dark?: string | undefined;
|
|
233
145
|
} | undefined;
|
|
234
146
|
} | undefined;
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
href: string;
|
|
238
|
-
label: string;
|
|
239
|
-
icon?: string | {
|
|
240
|
-
name: string;
|
|
241
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
242
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
243
|
-
} | undefined;
|
|
244
|
-
}[] | undefined;
|
|
245
|
-
primary?: {
|
|
246
|
-
type: "button";
|
|
247
|
-
href: string;
|
|
248
|
-
label: string;
|
|
249
|
-
} | {
|
|
250
|
-
type: "github";
|
|
251
|
-
href: string;
|
|
252
|
-
} | undefined;
|
|
147
|
+
metadata?: {
|
|
148
|
+
timestamp: boolean;
|
|
253
149
|
} | undefined;
|
|
254
150
|
footer?: {
|
|
255
|
-
socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter" | "x-twitter" | "earth-americas" | "bluesky" | "threads" | "reddit" | "podcast", string>> | undefined;
|
|
256
151
|
links?: {
|
|
257
152
|
items: {
|
|
258
153
|
href: string;
|
|
@@ -260,54 +155,8 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
260
155
|
}[];
|
|
261
156
|
header?: string | undefined;
|
|
262
157
|
}[] | undefined;
|
|
158
|
+
socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter" | "x-twitter" | "earth-americas" | "bluesky" | "threads" | "reddit" | "podcast", string>> | undefined;
|
|
263
159
|
} | undefined;
|
|
264
|
-
search?: {
|
|
265
|
-
prompt?: string | undefined;
|
|
266
|
-
} | undefined;
|
|
267
|
-
seo?: {
|
|
268
|
-
metatags?: Record<string, string> | undefined;
|
|
269
|
-
indexing?: "all" | "navigable" | undefined;
|
|
270
|
-
} | undefined;
|
|
271
|
-
fonts?: {
|
|
272
|
-
family: string;
|
|
273
|
-
weight?: number | undefined;
|
|
274
|
-
source?: string | undefined;
|
|
275
|
-
format?: "woff" | "woff2" | undefined;
|
|
276
|
-
} | {
|
|
277
|
-
heading?: {
|
|
278
|
-
family: string;
|
|
279
|
-
weight?: number | undefined;
|
|
280
|
-
source?: string | undefined;
|
|
281
|
-
format?: "woff" | "woff2" | undefined;
|
|
282
|
-
} | undefined;
|
|
283
|
-
body?: {
|
|
284
|
-
family: string;
|
|
285
|
-
weight?: number | undefined;
|
|
286
|
-
source?: string | undefined;
|
|
287
|
-
format?: "woff" | "woff2" | undefined;
|
|
288
|
-
} | undefined;
|
|
289
|
-
} | undefined;
|
|
290
|
-
icons?: {
|
|
291
|
-
library: "fontawesome" | "lucide";
|
|
292
|
-
} | undefined;
|
|
293
|
-
styling?: {
|
|
294
|
-
eyebrows?: "section" | "breadcrumbs" | undefined;
|
|
295
|
-
codeblocks?: "dark" | "system" | {
|
|
296
|
-
theme?: "andromeeda" | "aurora-x" | "ayu-dark" | "catppuccin-frappe" | "catppuccin-latte" | "catppuccin-macchiato" | "catppuccin-mocha" | "dark-plus" | "dracula" | "dracula-soft" | "everforest-dark" | "everforest-light" | "github-dark" | "github-dark-default" | "github-dark-dimmed" | "github-dark-high-contrast" | "github-light" | "github-light-default" | "github-light-high-contrast" | "gruvbox-dark-hard" | "gruvbox-dark-medium" | "gruvbox-dark-soft" | "gruvbox-light-hard" | "gruvbox-light-medium" | "gruvbox-light-soft" | "houston" | "kanagawa-dragon" | "kanagawa-lotus" | "kanagawa-wave" | "laserwave" | "light-plus" | "material-theme" | "material-theme-darker" | "material-theme-lighter" | "material-theme-ocean" | "material-theme-palenight" | "min-dark" | "min-light" | "monokai" | "night-owl" | "nord" | "one-dark-pro" | "one-light" | "plastic" | "poimandres" | "red" | "rose-pine" | "rose-pine-dawn" | "rose-pine-moon" | "slack-dark" | "slack-ochin" | "snazzy-light" | "solarized-dark" | "solarized-light" | "synthwave-84" | "tokyo-night" | "vesper" | "vitesse-black" | "vitesse-dark" | "vitesse-light" | "css-variables" | {
|
|
297
|
-
light: "andromeeda" | "aurora-x" | "ayu-dark" | "catppuccin-frappe" | "catppuccin-latte" | "catppuccin-macchiato" | "catppuccin-mocha" | "dark-plus" | "dracula" | "dracula-soft" | "everforest-dark" | "everforest-light" | "github-dark" | "github-dark-default" | "github-dark-dimmed" | "github-dark-high-contrast" | "github-light" | "github-light-default" | "github-light-high-contrast" | "gruvbox-dark-hard" | "gruvbox-dark-medium" | "gruvbox-dark-soft" | "gruvbox-light-hard" | "gruvbox-light-medium" | "gruvbox-light-soft" | "houston" | "kanagawa-dragon" | "kanagawa-lotus" | "kanagawa-wave" | "laserwave" | "light-plus" | "material-theme" | "material-theme-darker" | "material-theme-lighter" | "material-theme-ocean" | "material-theme-palenight" | "min-dark" | "min-light" | "monokai" | "night-owl" | "nord" | "one-dark-pro" | "one-light" | "plastic" | "poimandres" | "red" | "rose-pine" | "rose-pine-dawn" | "rose-pine-moon" | "slack-dark" | "slack-ochin" | "snazzy-light" | "solarized-dark" | "solarized-light" | "synthwave-84" | "tokyo-night" | "vesper" | "vitesse-black" | "vitesse-dark" | "vitesse-light" | "css-variables";
|
|
298
|
-
dark: "andromeeda" | "aurora-x" | "ayu-dark" | "catppuccin-frappe" | "catppuccin-latte" | "catppuccin-macchiato" | "catppuccin-mocha" | "dark-plus" | "dracula" | "dracula-soft" | "everforest-dark" | "everforest-light" | "github-dark" | "github-dark-default" | "github-dark-dimmed" | "github-dark-high-contrast" | "github-light" | "github-light-default" | "github-light-high-contrast" | "gruvbox-dark-hard" | "gruvbox-dark-medium" | "gruvbox-dark-soft" | "gruvbox-light-hard" | "gruvbox-light-medium" | "gruvbox-light-soft" | "houston" | "kanagawa-dragon" | "kanagawa-lotus" | "kanagawa-wave" | "laserwave" | "light-plus" | "material-theme" | "material-theme-darker" | "material-theme-lighter" | "material-theme-ocean" | "material-theme-palenight" | "min-dark" | "min-light" | "monokai" | "night-owl" | "nord" | "one-dark-pro" | "one-light" | "plastic" | "poimandres" | "red" | "rose-pine" | "rose-pine-dawn" | "rose-pine-moon" | "slack-dark" | "slack-ochin" | "snazzy-light" | "solarized-dark" | "solarized-light" | "synthwave-84" | "tokyo-night" | "vesper" | "vitesse-black" | "vitesse-dark" | "vitesse-light" | "css-variables";
|
|
299
|
-
} | undefined;
|
|
300
|
-
languages?: {
|
|
301
|
-
custom?: string[] | undefined;
|
|
302
|
-
} | undefined;
|
|
303
|
-
} | undefined;
|
|
304
|
-
latex?: boolean | undefined;
|
|
305
|
-
} | undefined;
|
|
306
|
-
redirects?: {
|
|
307
|
-
source: string;
|
|
308
|
-
destination: string;
|
|
309
|
-
permanent?: boolean | undefined;
|
|
310
|
-
}[] | undefined;
|
|
311
160
|
integrations?: {
|
|
312
161
|
amplitude?: {
|
|
313
162
|
apiKey: string;
|
|
@@ -321,9 +170,6 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
321
170
|
fathom?: {
|
|
322
171
|
siteId: string;
|
|
323
172
|
} | undefined;
|
|
324
|
-
frontchat?: {
|
|
325
|
-
snippetId: string;
|
|
326
|
-
} | undefined;
|
|
327
173
|
ga4?: {
|
|
328
174
|
measurementId: string;
|
|
329
175
|
} | undefined;
|
|
@@ -341,9 +187,6 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
341
187
|
hjid: string;
|
|
342
188
|
hjsv: string;
|
|
343
189
|
} | undefined;
|
|
344
|
-
intercom?: {
|
|
345
|
-
appId: string;
|
|
346
|
-
} | undefined;
|
|
347
190
|
koala?: {
|
|
348
191
|
publicApiKey: string;
|
|
349
192
|
} | undefined;
|
|
@@ -353,9 +196,6 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
353
196
|
mixpanel?: {
|
|
354
197
|
projectToken: string;
|
|
355
198
|
} | undefined;
|
|
356
|
-
osano?: {
|
|
357
|
-
scriptSource: string;
|
|
358
|
-
} | undefined;
|
|
359
199
|
pirsch?: {
|
|
360
200
|
id: string;
|
|
361
201
|
} | undefined;
|
|
@@ -370,52 +210,126 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
370
210
|
segment?: {
|
|
371
211
|
key: string;
|
|
372
212
|
} | undefined;
|
|
213
|
+
intercom?: {
|
|
214
|
+
appId: string;
|
|
215
|
+
} | undefined;
|
|
216
|
+
frontchat?: {
|
|
217
|
+
snippetId: string;
|
|
218
|
+
} | undefined;
|
|
219
|
+
osano?: {
|
|
220
|
+
scriptSource: string;
|
|
221
|
+
} | undefined;
|
|
373
222
|
telemetry?: {
|
|
374
223
|
enabled?: boolean | undefined;
|
|
375
224
|
} | undefined;
|
|
376
225
|
cookies?: {
|
|
377
|
-
key?: string | undefined;
|
|
378
226
|
value?: string | undefined;
|
|
227
|
+
key?: string | undefined;
|
|
379
228
|
} | undefined;
|
|
380
229
|
} | undefined;
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
dismissible?: boolean | undefined;
|
|
230
|
+
search?: {
|
|
231
|
+
prompt?: string | undefined;
|
|
384
232
|
} | undefined;
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
233
|
+
redirects?: {
|
|
234
|
+
source: string;
|
|
235
|
+
destination: string;
|
|
236
|
+
permanent?: boolean | undefined;
|
|
237
|
+
}[] | undefined;
|
|
238
|
+
seo?: {
|
|
239
|
+
metatags?: Record<string, string> | undefined;
|
|
240
|
+
indexing?: "all" | "navigable" | undefined;
|
|
391
241
|
} | undefined;
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
query?: {
|
|
397
|
-
value: string;
|
|
398
|
-
key: string;
|
|
399
|
-
}[] | undefined;
|
|
400
|
-
}) & (string | {
|
|
401
|
-
base: string;
|
|
402
|
-
query?: {
|
|
403
|
-
value: string;
|
|
404
|
-
key: string;
|
|
405
|
-
}[] | undefined;
|
|
406
|
-
} | undefined);
|
|
407
|
-
title: string;
|
|
408
|
-
description: string;
|
|
409
|
-
icon?: string | {
|
|
410
|
-
name: string;
|
|
411
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
412
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
413
|
-
} | undefined;
|
|
414
|
-
})[];
|
|
242
|
+
description?: string | undefined;
|
|
243
|
+
appearance?: {
|
|
244
|
+
strict?: boolean | undefined;
|
|
245
|
+
default?: "light" | "dark" | "system" | undefined;
|
|
415
246
|
} | undefined;
|
|
416
|
-
|
|
417
|
-
|
|
247
|
+
fonts?: {
|
|
248
|
+
family: string;
|
|
249
|
+
source?: string | undefined;
|
|
250
|
+
weight?: number | undefined;
|
|
251
|
+
format?: "woff" | "woff2" | undefined;
|
|
252
|
+
} | {
|
|
253
|
+
body?: {
|
|
254
|
+
family: string;
|
|
255
|
+
source?: string | undefined;
|
|
256
|
+
weight?: number | undefined;
|
|
257
|
+
format?: "woff" | "woff2" | undefined;
|
|
258
|
+
} | undefined;
|
|
259
|
+
heading?: {
|
|
260
|
+
family: string;
|
|
261
|
+
source?: string | undefined;
|
|
262
|
+
weight?: number | undefined;
|
|
263
|
+
format?: "woff" | "woff2" | undefined;
|
|
264
|
+
} | undefined;
|
|
265
|
+
} | undefined;
|
|
266
|
+
navbar?: {
|
|
267
|
+
primary?: {
|
|
268
|
+
type: "button";
|
|
269
|
+
href: string;
|
|
270
|
+
label: string;
|
|
271
|
+
} | {
|
|
272
|
+
type: "github";
|
|
273
|
+
href: string;
|
|
274
|
+
} | undefined;
|
|
275
|
+
links?: {
|
|
276
|
+
href: string;
|
|
277
|
+
label: string;
|
|
278
|
+
icon?: string | {
|
|
279
|
+
name: string;
|
|
280
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
281
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
282
|
+
} | undefined;
|
|
283
|
+
}[] | undefined;
|
|
284
|
+
} | undefined;
|
|
285
|
+
icons?: {
|
|
286
|
+
library: "fontawesome" | "lucide";
|
|
287
|
+
} | undefined;
|
|
288
|
+
styling?: {
|
|
289
|
+
eyebrows?: "section" | "breadcrumbs" | undefined;
|
|
290
|
+
codeblocks?: "dark" | "system" | {
|
|
291
|
+
languages?: {
|
|
292
|
+
custom?: string[] | undefined;
|
|
293
|
+
} | undefined;
|
|
294
|
+
theme?: "andromeeda" | "aurora-x" | "ayu-dark" | "catppuccin-frappe" | "catppuccin-latte" | "catppuccin-macchiato" | "catppuccin-mocha" | "dark-plus" | "dracula" | "dracula-soft" | "everforest-dark" | "everforest-light" | "github-dark" | "github-dark-default" | "github-dark-dimmed" | "github-dark-high-contrast" | "github-light" | "github-light-default" | "github-light-high-contrast" | "gruvbox-dark-hard" | "gruvbox-dark-medium" | "gruvbox-dark-soft" | "gruvbox-light-hard" | "gruvbox-light-medium" | "gruvbox-light-soft" | "houston" | "kanagawa-dragon" | "kanagawa-lotus" | "kanagawa-wave" | "laserwave" | "light-plus" | "material-theme" | "material-theme-darker" | "material-theme-lighter" | "material-theme-ocean" | "material-theme-palenight" | "min-dark" | "min-light" | "monokai" | "night-owl" | "nord" | "one-dark-pro" | "one-light" | "plastic" | "poimandres" | "red" | "rose-pine" | "rose-pine-dawn" | "rose-pine-moon" | "slack-dark" | "slack-ochin" | "snazzy-light" | "solarized-dark" | "solarized-light" | "synthwave-84" | "tokyo-night" | "vesper" | "vitesse-black" | "vitesse-dark" | "vitesse-light" | "css-variables" | {
|
|
295
|
+
light: "andromeeda" | "aurora-x" | "ayu-dark" | "catppuccin-frappe" | "catppuccin-latte" | "catppuccin-macchiato" | "catppuccin-mocha" | "dark-plus" | "dracula" | "dracula-soft" | "everforest-dark" | "everforest-light" | "github-dark" | "github-dark-default" | "github-dark-dimmed" | "github-dark-high-contrast" | "github-light" | "github-light-default" | "github-light-high-contrast" | "gruvbox-dark-hard" | "gruvbox-dark-medium" | "gruvbox-dark-soft" | "gruvbox-light-hard" | "gruvbox-light-medium" | "gruvbox-light-soft" | "houston" | "kanagawa-dragon" | "kanagawa-lotus" | "kanagawa-wave" | "laserwave" | "light-plus" | "material-theme" | "material-theme-darker" | "material-theme-lighter" | "material-theme-ocean" | "material-theme-palenight" | "min-dark" | "min-light" | "monokai" | "night-owl" | "nord" | "one-dark-pro" | "one-light" | "plastic" | "poimandres" | "red" | "rose-pine" | "rose-pine-dawn" | "rose-pine-moon" | "slack-dark" | "slack-ochin" | "snazzy-light" | "solarized-dark" | "solarized-light" | "synthwave-84" | "tokyo-night" | "vesper" | "vitesse-black" | "vitesse-dark" | "vitesse-light" | "css-variables";
|
|
296
|
+
dark: "andromeeda" | "aurora-x" | "ayu-dark" | "catppuccin-frappe" | "catppuccin-latte" | "catppuccin-macchiato" | "catppuccin-mocha" | "dark-plus" | "dracula" | "dracula-soft" | "everforest-dark" | "everforest-light" | "github-dark" | "github-dark-default" | "github-dark-dimmed" | "github-dark-high-contrast" | "github-light" | "github-light-default" | "github-light-high-contrast" | "gruvbox-dark-hard" | "gruvbox-dark-medium" | "gruvbox-dark-soft" | "gruvbox-light-hard" | "gruvbox-light-medium" | "gruvbox-light-soft" | "houston" | "kanagawa-dragon" | "kanagawa-lotus" | "kanagawa-wave" | "laserwave" | "light-plus" | "material-theme" | "material-theme-darker" | "material-theme-lighter" | "material-theme-ocean" | "material-theme-palenight" | "min-dark" | "min-light" | "monokai" | "night-owl" | "nord" | "one-dark-pro" | "one-light" | "plastic" | "poimandres" | "red" | "rose-pine" | "rose-pine-dawn" | "rose-pine-moon" | "slack-dark" | "slack-ochin" | "snazzy-light" | "solarized-dark" | "solarized-light" | "synthwave-84" | "tokyo-night" | "vesper" | "vitesse-black" | "vitesse-dark" | "vitesse-light" | "css-variables";
|
|
297
|
+
} | undefined;
|
|
298
|
+
} | undefined;
|
|
299
|
+
latex?: boolean | undefined;
|
|
300
|
+
} | undefined;
|
|
301
|
+
banner?: {
|
|
302
|
+
content: string;
|
|
303
|
+
dismissible?: boolean | undefined;
|
|
304
|
+
} | undefined;
|
|
305
|
+
errors?: {
|
|
306
|
+
"404": {
|
|
307
|
+
redirect: boolean;
|
|
308
|
+
title?: string | undefined;
|
|
309
|
+
description?: string | undefined;
|
|
310
|
+
};
|
|
311
|
+
} | undefined;
|
|
312
|
+
contextual?: {
|
|
313
|
+
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
314
|
+
href: string | {
|
|
315
|
+
base: string;
|
|
316
|
+
query?: {
|
|
317
|
+
value: string;
|
|
318
|
+
key: string;
|
|
319
|
+
}[] | undefined;
|
|
320
|
+
};
|
|
321
|
+
title: string;
|
|
322
|
+
description: string;
|
|
323
|
+
icon?: string | {
|
|
324
|
+
name: string;
|
|
325
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
326
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
327
|
+
} | undefined;
|
|
328
|
+
})[];
|
|
329
|
+
} | undefined;
|
|
330
|
+
thumbnails?: {
|
|
418
331
|
background?: string | undefined;
|
|
332
|
+
appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
|
|
419
333
|
fonts?: {
|
|
420
334
|
family: string;
|
|
421
335
|
} | undefined;
|
|
@@ -423,9 +337,6 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
423
337
|
interaction?: {
|
|
424
338
|
drilldown?: boolean | undefined;
|
|
425
339
|
} | undefined;
|
|
426
|
-
metadata?: {
|
|
427
|
-
timestamp: boolean;
|
|
428
|
-
} | undefined;
|
|
429
340
|
} | {
|
|
430
341
|
name: string;
|
|
431
342
|
$schema: string;
|
|
@@ -435,84 +346,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
435
346
|
light?: string | undefined;
|
|
436
347
|
dark?: string | undefined;
|
|
437
348
|
};
|
|
438
|
-
navigation:
|
|
439
|
-
products: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").ProductNavigation<"default">[];
|
|
440
|
-
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
441
|
-
} | {
|
|
442
|
-
languages: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
|
|
443
|
-
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
444
|
-
} | {
|
|
445
|
-
versions: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
|
|
446
|
-
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
447
|
-
} | {
|
|
448
|
-
tabs: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
|
|
449
|
-
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
450
|
-
} | {
|
|
451
|
-
dropdowns: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
|
|
452
|
-
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
453
|
-
} | {
|
|
454
|
-
anchors: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
|
|
455
|
-
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
456
|
-
} | {
|
|
457
|
-
groups: ({
|
|
458
|
-
openapi: (string | string[] | {
|
|
459
|
-
source: string;
|
|
460
|
-
directory?: string | undefined;
|
|
461
|
-
}) & (string | string[] | {
|
|
462
|
-
source: string;
|
|
463
|
-
directory?: string | undefined;
|
|
464
|
-
} | undefined);
|
|
465
|
-
group: string;
|
|
466
|
-
pages: any[];
|
|
467
|
-
icon?: string | {
|
|
468
|
-
name: string;
|
|
469
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
470
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
471
|
-
} | undefined;
|
|
472
|
-
expanded?: boolean | undefined;
|
|
473
|
-
public?: boolean | undefined;
|
|
474
|
-
tag?: string | undefined;
|
|
475
|
-
hidden?: boolean | undefined;
|
|
476
|
-
root?: string | undefined;
|
|
477
|
-
} | {
|
|
478
|
-
group: string;
|
|
479
|
-
pages: any[];
|
|
480
|
-
asyncapi: (string | string[] | {
|
|
481
|
-
source: string;
|
|
482
|
-
directory?: string | undefined;
|
|
483
|
-
}) & (string | string[] | {
|
|
484
|
-
source: string;
|
|
485
|
-
directory?: string | undefined;
|
|
486
|
-
} | undefined);
|
|
487
|
-
icon?: string | {
|
|
488
|
-
name: string;
|
|
489
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
490
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
491
|
-
} | undefined;
|
|
492
|
-
expanded?: boolean | undefined;
|
|
493
|
-
public?: boolean | undefined;
|
|
494
|
-
tag?: string | undefined;
|
|
495
|
-
hidden?: boolean | undefined;
|
|
496
|
-
root?: string | undefined;
|
|
497
|
-
} | {
|
|
498
|
-
group: string;
|
|
499
|
-
pages: any[];
|
|
500
|
-
icon?: string | {
|
|
501
|
-
name: string;
|
|
502
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
503
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
504
|
-
} | undefined;
|
|
505
|
-
expanded?: boolean | undefined;
|
|
506
|
-
public?: boolean | undefined;
|
|
507
|
-
tag?: string | undefined;
|
|
508
|
-
hidden?: boolean | undefined;
|
|
509
|
-
root?: string | undefined;
|
|
510
|
-
})[];
|
|
511
|
-
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
512
|
-
} | {
|
|
513
|
-
pages: any[];
|
|
514
|
-
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
515
|
-
}) & ({
|
|
349
|
+
navigation: {
|
|
516
350
|
products: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").ProductNavigation<"default">[];
|
|
517
351
|
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
518
352
|
} | {
|
|
@@ -532,13 +366,10 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
532
366
|
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
533
367
|
} | {
|
|
534
368
|
groups: ({
|
|
535
|
-
openapi:
|
|
369
|
+
openapi: string | string[] | {
|
|
536
370
|
source: string;
|
|
537
371
|
directory?: string | undefined;
|
|
538
|
-
}
|
|
539
|
-
source: string;
|
|
540
|
-
directory?: string | undefined;
|
|
541
|
-
} | undefined);
|
|
372
|
+
};
|
|
542
373
|
group: string;
|
|
543
374
|
pages: any[];
|
|
544
375
|
icon?: string | {
|
|
@@ -554,13 +385,10 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
554
385
|
} | {
|
|
555
386
|
group: string;
|
|
556
387
|
pages: any[];
|
|
557
|
-
asyncapi:
|
|
558
|
-
source: string;
|
|
559
|
-
directory?: string | undefined;
|
|
560
|
-
}) & (string | string[] | {
|
|
388
|
+
asyncapi: string | string[] | {
|
|
561
389
|
source: string;
|
|
562
390
|
directory?: string | undefined;
|
|
563
|
-
}
|
|
391
|
+
};
|
|
564
392
|
icon?: string | {
|
|
565
393
|
name: string;
|
|
566
394
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -589,8 +417,18 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
589
417
|
} | {
|
|
590
418
|
pages: any[];
|
|
591
419
|
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
592
|
-
}
|
|
593
|
-
|
|
420
|
+
};
|
|
421
|
+
background?: {
|
|
422
|
+
color?: {
|
|
423
|
+
light?: string | undefined;
|
|
424
|
+
dark?: string | undefined;
|
|
425
|
+
} | undefined;
|
|
426
|
+
image?: string | {
|
|
427
|
+
light: string;
|
|
428
|
+
dark: string;
|
|
429
|
+
} | undefined;
|
|
430
|
+
decoration?: "gradient" | "grid" | "windows" | undefined;
|
|
431
|
+
} | undefined;
|
|
594
432
|
logo?: string | {
|
|
595
433
|
light: string;
|
|
596
434
|
dark: string;
|
|
@@ -601,70 +439,38 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
601
439
|
dark: string;
|
|
602
440
|
} | undefined;
|
|
603
441
|
api?: {
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
directory?: string | undefined;
|
|
442
|
+
params?: {
|
|
443
|
+
expanded?: "all" | "closed" | undefined;
|
|
607
444
|
} | undefined;
|
|
608
|
-
|
|
445
|
+
openapi?: string | string[] | {
|
|
609
446
|
source: string;
|
|
610
447
|
directory?: string | undefined;
|
|
611
448
|
} | undefined;
|
|
612
|
-
params?: {
|
|
613
|
-
expanded?: "all" | "closed" | undefined;
|
|
614
|
-
} | undefined;
|
|
615
449
|
playground?: {
|
|
616
450
|
display?: "simple" | "none" | "interactive" | undefined;
|
|
617
451
|
proxy?: boolean | undefined;
|
|
618
452
|
} | undefined;
|
|
453
|
+
asyncapi?: string | string[] | {
|
|
454
|
+
source: string;
|
|
455
|
+
directory?: string | undefined;
|
|
456
|
+
} | undefined;
|
|
619
457
|
examples?: {
|
|
620
|
-
defaults?: "all" | "required" | undefined;
|
|
621
458
|
languages?: string[] | undefined;
|
|
459
|
+
defaults?: "all" | "required" | undefined;
|
|
622
460
|
prefill?: boolean | undefined;
|
|
623
461
|
} | undefined;
|
|
624
462
|
mdx?: {
|
|
463
|
+
server?: string | string[] | undefined;
|
|
625
464
|
auth?: {
|
|
626
|
-
method?: "key" | "bearer" | "basic" | "cobo" | undefined;
|
|
627
465
|
name?: string | undefined;
|
|
466
|
+
method?: "key" | "bearer" | "basic" | "cobo" | undefined;
|
|
628
467
|
} | undefined;
|
|
629
|
-
server?: string | string[] | undefined;
|
|
630
|
-
} | undefined;
|
|
631
|
-
} | undefined;
|
|
632
|
-
appearance?: {
|
|
633
|
-
default?: "light" | "dark" | "system" | undefined;
|
|
634
|
-
strict?: boolean | undefined;
|
|
635
|
-
} | undefined;
|
|
636
|
-
background?: {
|
|
637
|
-
image?: string | {
|
|
638
|
-
light: string;
|
|
639
|
-
dark: string;
|
|
640
|
-
} | undefined;
|
|
641
|
-
decoration?: "gradient" | "grid" | "windows" | undefined;
|
|
642
|
-
color?: {
|
|
643
|
-
light?: string | undefined;
|
|
644
|
-
dark?: string | undefined;
|
|
645
468
|
} | undefined;
|
|
646
469
|
} | undefined;
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
href: string;
|
|
650
|
-
label: string;
|
|
651
|
-
icon?: string | {
|
|
652
|
-
name: string;
|
|
653
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
654
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
655
|
-
} | undefined;
|
|
656
|
-
}[] | undefined;
|
|
657
|
-
primary?: {
|
|
658
|
-
type: "button";
|
|
659
|
-
href: string;
|
|
660
|
-
label: string;
|
|
661
|
-
} | {
|
|
662
|
-
type: "github";
|
|
663
|
-
href: string;
|
|
664
|
-
} | undefined;
|
|
470
|
+
metadata?: {
|
|
471
|
+
timestamp: boolean;
|
|
665
472
|
} | undefined;
|
|
666
473
|
footer?: {
|
|
667
|
-
socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter" | "x-twitter" | "earth-americas" | "bluesky" | "threads" | "reddit" | "podcast", string>> | undefined;
|
|
668
474
|
links?: {
|
|
669
475
|
items: {
|
|
670
476
|
href: string;
|
|
@@ -672,57 +478,11 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
672
478
|
}[];
|
|
673
479
|
header?: string | undefined;
|
|
674
480
|
}[] | undefined;
|
|
481
|
+
socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter" | "x-twitter" | "earth-americas" | "bluesky" | "threads" | "reddit" | "podcast", string>> | undefined;
|
|
675
482
|
} | undefined;
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
seo?: {
|
|
680
|
-
metatags?: Record<string, string> | undefined;
|
|
681
|
-
indexing?: "all" | "navigable" | undefined;
|
|
682
|
-
} | undefined;
|
|
683
|
-
fonts?: {
|
|
684
|
-
family: string;
|
|
685
|
-
weight?: number | undefined;
|
|
686
|
-
source?: string | undefined;
|
|
687
|
-
format?: "woff" | "woff2" | undefined;
|
|
688
|
-
} | {
|
|
689
|
-
heading?: {
|
|
690
|
-
family: string;
|
|
691
|
-
weight?: number | undefined;
|
|
692
|
-
source?: string | undefined;
|
|
693
|
-
format?: "woff" | "woff2" | undefined;
|
|
694
|
-
} | undefined;
|
|
695
|
-
body?: {
|
|
696
|
-
family: string;
|
|
697
|
-
weight?: number | undefined;
|
|
698
|
-
source?: string | undefined;
|
|
699
|
-
format?: "woff" | "woff2" | undefined;
|
|
700
|
-
} | undefined;
|
|
701
|
-
} | undefined;
|
|
702
|
-
icons?: {
|
|
703
|
-
library: "fontawesome" | "lucide";
|
|
704
|
-
} | undefined;
|
|
705
|
-
styling?: {
|
|
706
|
-
eyebrows?: "section" | "breadcrumbs" | undefined;
|
|
707
|
-
codeblocks?: "dark" | "system" | {
|
|
708
|
-
theme?: "andromeeda" | "aurora-x" | "ayu-dark" | "catppuccin-frappe" | "catppuccin-latte" | "catppuccin-macchiato" | "catppuccin-mocha" | "dark-plus" | "dracula" | "dracula-soft" | "everforest-dark" | "everforest-light" | "github-dark" | "github-dark-default" | "github-dark-dimmed" | "github-dark-high-contrast" | "github-light" | "github-light-default" | "github-light-high-contrast" | "gruvbox-dark-hard" | "gruvbox-dark-medium" | "gruvbox-dark-soft" | "gruvbox-light-hard" | "gruvbox-light-medium" | "gruvbox-light-soft" | "houston" | "kanagawa-dragon" | "kanagawa-lotus" | "kanagawa-wave" | "laserwave" | "light-plus" | "material-theme" | "material-theme-darker" | "material-theme-lighter" | "material-theme-ocean" | "material-theme-palenight" | "min-dark" | "min-light" | "monokai" | "night-owl" | "nord" | "one-dark-pro" | "one-light" | "plastic" | "poimandres" | "red" | "rose-pine" | "rose-pine-dawn" | "rose-pine-moon" | "slack-dark" | "slack-ochin" | "snazzy-light" | "solarized-dark" | "solarized-light" | "synthwave-84" | "tokyo-night" | "vesper" | "vitesse-black" | "vitesse-dark" | "vitesse-light" | "css-variables" | {
|
|
709
|
-
light: "andromeeda" | "aurora-x" | "ayu-dark" | "catppuccin-frappe" | "catppuccin-latte" | "catppuccin-macchiato" | "catppuccin-mocha" | "dark-plus" | "dracula" | "dracula-soft" | "everforest-dark" | "everforest-light" | "github-dark" | "github-dark-default" | "github-dark-dimmed" | "github-dark-high-contrast" | "github-light" | "github-light-default" | "github-light-high-contrast" | "gruvbox-dark-hard" | "gruvbox-dark-medium" | "gruvbox-dark-soft" | "gruvbox-light-hard" | "gruvbox-light-medium" | "gruvbox-light-soft" | "houston" | "kanagawa-dragon" | "kanagawa-lotus" | "kanagawa-wave" | "laserwave" | "light-plus" | "material-theme" | "material-theme-darker" | "material-theme-lighter" | "material-theme-ocean" | "material-theme-palenight" | "min-dark" | "min-light" | "monokai" | "night-owl" | "nord" | "one-dark-pro" | "one-light" | "plastic" | "poimandres" | "red" | "rose-pine" | "rose-pine-dawn" | "rose-pine-moon" | "slack-dark" | "slack-ochin" | "snazzy-light" | "solarized-dark" | "solarized-light" | "synthwave-84" | "tokyo-night" | "vesper" | "vitesse-black" | "vitesse-dark" | "vitesse-light" | "css-variables";
|
|
710
|
-
dark: "andromeeda" | "aurora-x" | "ayu-dark" | "catppuccin-frappe" | "catppuccin-latte" | "catppuccin-macchiato" | "catppuccin-mocha" | "dark-plus" | "dracula" | "dracula-soft" | "everforest-dark" | "everforest-light" | "github-dark" | "github-dark-default" | "github-dark-dimmed" | "github-dark-high-contrast" | "github-light" | "github-light-default" | "github-light-high-contrast" | "gruvbox-dark-hard" | "gruvbox-dark-medium" | "gruvbox-dark-soft" | "gruvbox-light-hard" | "gruvbox-light-medium" | "gruvbox-light-soft" | "houston" | "kanagawa-dragon" | "kanagawa-lotus" | "kanagawa-wave" | "laserwave" | "light-plus" | "material-theme" | "material-theme-darker" | "material-theme-lighter" | "material-theme-ocean" | "material-theme-palenight" | "min-dark" | "min-light" | "monokai" | "night-owl" | "nord" | "one-dark-pro" | "one-light" | "plastic" | "poimandres" | "red" | "rose-pine" | "rose-pine-dawn" | "rose-pine-moon" | "slack-dark" | "slack-ochin" | "snazzy-light" | "solarized-dark" | "solarized-light" | "synthwave-84" | "tokyo-night" | "vesper" | "vitesse-black" | "vitesse-dark" | "vitesse-light" | "css-variables";
|
|
711
|
-
} | undefined;
|
|
712
|
-
languages?: {
|
|
713
|
-
custom?: string[] | undefined;
|
|
714
|
-
} | undefined;
|
|
715
|
-
} | undefined;
|
|
716
|
-
latex?: boolean | undefined;
|
|
717
|
-
} | undefined;
|
|
718
|
-
redirects?: {
|
|
719
|
-
source: string;
|
|
720
|
-
destination: string;
|
|
721
|
-
permanent?: boolean | undefined;
|
|
722
|
-
}[] | undefined;
|
|
723
|
-
integrations?: {
|
|
724
|
-
amplitude?: {
|
|
725
|
-
apiKey: string;
|
|
483
|
+
integrations?: {
|
|
484
|
+
amplitude?: {
|
|
485
|
+
apiKey: string;
|
|
726
486
|
} | undefined;
|
|
727
487
|
clarity?: {
|
|
728
488
|
projectId: string;
|
|
@@ -733,9 +493,6 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
733
493
|
fathom?: {
|
|
734
494
|
siteId: string;
|
|
735
495
|
} | undefined;
|
|
736
|
-
frontchat?: {
|
|
737
|
-
snippetId: string;
|
|
738
|
-
} | undefined;
|
|
739
496
|
ga4?: {
|
|
740
497
|
measurementId: string;
|
|
741
498
|
} | undefined;
|
|
@@ -753,9 +510,6 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
753
510
|
hjid: string;
|
|
754
511
|
hjsv: string;
|
|
755
512
|
} | undefined;
|
|
756
|
-
intercom?: {
|
|
757
|
-
appId: string;
|
|
758
|
-
} | undefined;
|
|
759
513
|
koala?: {
|
|
760
514
|
publicApiKey: string;
|
|
761
515
|
} | undefined;
|
|
@@ -765,9 +519,6 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
765
519
|
mixpanel?: {
|
|
766
520
|
projectToken: string;
|
|
767
521
|
} | undefined;
|
|
768
|
-
osano?: {
|
|
769
|
-
scriptSource: string;
|
|
770
|
-
} | undefined;
|
|
771
522
|
pirsch?: {
|
|
772
523
|
id: string;
|
|
773
524
|
} | undefined;
|
|
@@ -782,13 +533,93 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
782
533
|
segment?: {
|
|
783
534
|
key: string;
|
|
784
535
|
} | undefined;
|
|
536
|
+
intercom?: {
|
|
537
|
+
appId: string;
|
|
538
|
+
} | undefined;
|
|
539
|
+
frontchat?: {
|
|
540
|
+
snippetId: string;
|
|
541
|
+
} | undefined;
|
|
542
|
+
osano?: {
|
|
543
|
+
scriptSource: string;
|
|
544
|
+
} | undefined;
|
|
785
545
|
telemetry?: {
|
|
786
546
|
enabled?: boolean | undefined;
|
|
787
547
|
} | undefined;
|
|
788
548
|
cookies?: {
|
|
789
|
-
key?: string | undefined;
|
|
790
549
|
value?: string | undefined;
|
|
550
|
+
key?: string | undefined;
|
|
551
|
+
} | undefined;
|
|
552
|
+
} | undefined;
|
|
553
|
+
search?: {
|
|
554
|
+
prompt?: string | undefined;
|
|
555
|
+
} | undefined;
|
|
556
|
+
redirects?: {
|
|
557
|
+
source: string;
|
|
558
|
+
destination: string;
|
|
559
|
+
permanent?: boolean | undefined;
|
|
560
|
+
}[] | undefined;
|
|
561
|
+
seo?: {
|
|
562
|
+
metatags?: Record<string, string> | undefined;
|
|
563
|
+
indexing?: "all" | "navigable" | undefined;
|
|
564
|
+
} | undefined;
|
|
565
|
+
description?: string | undefined;
|
|
566
|
+
appearance?: {
|
|
567
|
+
strict?: boolean | undefined;
|
|
568
|
+
default?: "light" | "dark" | "system" | undefined;
|
|
569
|
+
} | undefined;
|
|
570
|
+
fonts?: {
|
|
571
|
+
family: string;
|
|
572
|
+
source?: string | undefined;
|
|
573
|
+
weight?: number | undefined;
|
|
574
|
+
format?: "woff" | "woff2" | undefined;
|
|
575
|
+
} | {
|
|
576
|
+
body?: {
|
|
577
|
+
family: string;
|
|
578
|
+
source?: string | undefined;
|
|
579
|
+
weight?: number | undefined;
|
|
580
|
+
format?: "woff" | "woff2" | undefined;
|
|
581
|
+
} | undefined;
|
|
582
|
+
heading?: {
|
|
583
|
+
family: string;
|
|
584
|
+
source?: string | undefined;
|
|
585
|
+
weight?: number | undefined;
|
|
586
|
+
format?: "woff" | "woff2" | undefined;
|
|
587
|
+
} | undefined;
|
|
588
|
+
} | undefined;
|
|
589
|
+
navbar?: {
|
|
590
|
+
primary?: {
|
|
591
|
+
type: "button";
|
|
592
|
+
href: string;
|
|
593
|
+
label: string;
|
|
594
|
+
} | {
|
|
595
|
+
type: "github";
|
|
596
|
+
href: string;
|
|
597
|
+
} | undefined;
|
|
598
|
+
links?: {
|
|
599
|
+
href: string;
|
|
600
|
+
label: string;
|
|
601
|
+
icon?: string | {
|
|
602
|
+
name: string;
|
|
603
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
604
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
605
|
+
} | undefined;
|
|
606
|
+
}[] | undefined;
|
|
607
|
+
} | undefined;
|
|
608
|
+
icons?: {
|
|
609
|
+
library: "fontawesome" | "lucide";
|
|
610
|
+
} | undefined;
|
|
611
|
+
styling?: {
|
|
612
|
+
eyebrows?: "section" | "breadcrumbs" | undefined;
|
|
613
|
+
codeblocks?: "dark" | "system" | {
|
|
614
|
+
languages?: {
|
|
615
|
+
custom?: string[] | undefined;
|
|
616
|
+
} | undefined;
|
|
617
|
+
theme?: "andromeeda" | "aurora-x" | "ayu-dark" | "catppuccin-frappe" | "catppuccin-latte" | "catppuccin-macchiato" | "catppuccin-mocha" | "dark-plus" | "dracula" | "dracula-soft" | "everforest-dark" | "everforest-light" | "github-dark" | "github-dark-default" | "github-dark-dimmed" | "github-dark-high-contrast" | "github-light" | "github-light-default" | "github-light-high-contrast" | "gruvbox-dark-hard" | "gruvbox-dark-medium" | "gruvbox-dark-soft" | "gruvbox-light-hard" | "gruvbox-light-medium" | "gruvbox-light-soft" | "houston" | "kanagawa-dragon" | "kanagawa-lotus" | "kanagawa-wave" | "laserwave" | "light-plus" | "material-theme" | "material-theme-darker" | "material-theme-lighter" | "material-theme-ocean" | "material-theme-palenight" | "min-dark" | "min-light" | "monokai" | "night-owl" | "nord" | "one-dark-pro" | "one-light" | "plastic" | "poimandres" | "red" | "rose-pine" | "rose-pine-dawn" | "rose-pine-moon" | "slack-dark" | "slack-ochin" | "snazzy-light" | "solarized-dark" | "solarized-light" | "synthwave-84" | "tokyo-night" | "vesper" | "vitesse-black" | "vitesse-dark" | "vitesse-light" | "css-variables" | {
|
|
618
|
+
light: "andromeeda" | "aurora-x" | "ayu-dark" | "catppuccin-frappe" | "catppuccin-latte" | "catppuccin-macchiato" | "catppuccin-mocha" | "dark-plus" | "dracula" | "dracula-soft" | "everforest-dark" | "everforest-light" | "github-dark" | "github-dark-default" | "github-dark-dimmed" | "github-dark-high-contrast" | "github-light" | "github-light-default" | "github-light-high-contrast" | "gruvbox-dark-hard" | "gruvbox-dark-medium" | "gruvbox-dark-soft" | "gruvbox-light-hard" | "gruvbox-light-medium" | "gruvbox-light-soft" | "houston" | "kanagawa-dragon" | "kanagawa-lotus" | "kanagawa-wave" | "laserwave" | "light-plus" | "material-theme" | "material-theme-darker" | "material-theme-lighter" | "material-theme-ocean" | "material-theme-palenight" | "min-dark" | "min-light" | "monokai" | "night-owl" | "nord" | "one-dark-pro" | "one-light" | "plastic" | "poimandres" | "red" | "rose-pine" | "rose-pine-dawn" | "rose-pine-moon" | "slack-dark" | "slack-ochin" | "snazzy-light" | "solarized-dark" | "solarized-light" | "synthwave-84" | "tokyo-night" | "vesper" | "vitesse-black" | "vitesse-dark" | "vitesse-light" | "css-variables";
|
|
619
|
+
dark: "andromeeda" | "aurora-x" | "ayu-dark" | "catppuccin-frappe" | "catppuccin-latte" | "catppuccin-macchiato" | "catppuccin-mocha" | "dark-plus" | "dracula" | "dracula-soft" | "everforest-dark" | "everforest-light" | "github-dark" | "github-dark-default" | "github-dark-dimmed" | "github-dark-high-contrast" | "github-light" | "github-light-default" | "github-light-high-contrast" | "gruvbox-dark-hard" | "gruvbox-dark-medium" | "gruvbox-dark-soft" | "gruvbox-light-hard" | "gruvbox-light-medium" | "gruvbox-light-soft" | "houston" | "kanagawa-dragon" | "kanagawa-lotus" | "kanagawa-wave" | "laserwave" | "light-plus" | "material-theme" | "material-theme-darker" | "material-theme-lighter" | "material-theme-ocean" | "material-theme-palenight" | "min-dark" | "min-light" | "monokai" | "night-owl" | "nord" | "one-dark-pro" | "one-light" | "plastic" | "poimandres" | "red" | "rose-pine" | "rose-pine-dawn" | "rose-pine-moon" | "slack-dark" | "slack-ochin" | "snazzy-light" | "solarized-dark" | "solarized-light" | "synthwave-84" | "tokyo-night" | "vesper" | "vitesse-black" | "vitesse-dark" | "vitesse-light" | "css-variables";
|
|
620
|
+
} | undefined;
|
|
791
621
|
} | undefined;
|
|
622
|
+
latex?: boolean | undefined;
|
|
792
623
|
} | undefined;
|
|
793
624
|
banner?: {
|
|
794
625
|
content: string;
|
|
@@ -803,19 +634,13 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
803
634
|
} | undefined;
|
|
804
635
|
contextual?: {
|
|
805
636
|
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
806
|
-
href:
|
|
807
|
-
base: string;
|
|
808
|
-
query?: {
|
|
809
|
-
value: string;
|
|
810
|
-
key: string;
|
|
811
|
-
}[] | undefined;
|
|
812
|
-
}) & (string | {
|
|
637
|
+
href: string | {
|
|
813
638
|
base: string;
|
|
814
639
|
query?: {
|
|
815
640
|
value: string;
|
|
816
641
|
key: string;
|
|
817
642
|
}[] | undefined;
|
|
818
|
-
}
|
|
643
|
+
};
|
|
819
644
|
title: string;
|
|
820
645
|
description: string;
|
|
821
646
|
icon?: string | {
|
|
@@ -826,8 +651,8 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
826
651
|
})[];
|
|
827
652
|
} | undefined;
|
|
828
653
|
thumbnails?: {
|
|
829
|
-
appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
|
|
830
654
|
background?: string | undefined;
|
|
655
|
+
appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
|
|
831
656
|
fonts?: {
|
|
832
657
|
family: string;
|
|
833
658
|
} | undefined;
|
|
@@ -835,9 +660,6 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
835
660
|
interaction?: {
|
|
836
661
|
drilldown?: boolean | undefined;
|
|
837
662
|
} | undefined;
|
|
838
|
-
metadata?: {
|
|
839
|
-
timestamp: boolean;
|
|
840
|
-
} | undefined;
|
|
841
663
|
} | {
|
|
842
664
|
name: string;
|
|
843
665
|
$schema: string;
|
|
@@ -847,7 +669,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
847
669
|
light?: string | undefined;
|
|
848
670
|
dark?: string | undefined;
|
|
849
671
|
};
|
|
850
|
-
navigation:
|
|
672
|
+
navigation: {
|
|
851
673
|
products: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").ProductNavigation<"default">[];
|
|
852
674
|
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
853
675
|
} | {
|
|
@@ -867,90 +689,10 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
867
689
|
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
868
690
|
} | {
|
|
869
691
|
groups: ({
|
|
870
|
-
openapi:
|
|
692
|
+
openapi: string | string[] | {
|
|
871
693
|
source: string;
|
|
872
694
|
directory?: string | undefined;
|
|
873
|
-
}
|
|
874
|
-
source: string;
|
|
875
|
-
directory?: string | undefined;
|
|
876
|
-
} | undefined);
|
|
877
|
-
group: string;
|
|
878
|
-
pages: any[];
|
|
879
|
-
icon?: string | {
|
|
880
|
-
name: string;
|
|
881
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
882
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
883
|
-
} | undefined;
|
|
884
|
-
expanded?: boolean | undefined;
|
|
885
|
-
public?: boolean | undefined;
|
|
886
|
-
tag?: string | undefined;
|
|
887
|
-
hidden?: boolean | undefined;
|
|
888
|
-
root?: string | undefined;
|
|
889
|
-
} | {
|
|
890
|
-
group: string;
|
|
891
|
-
pages: any[];
|
|
892
|
-
asyncapi: (string | string[] | {
|
|
893
|
-
source: string;
|
|
894
|
-
directory?: string | undefined;
|
|
895
|
-
}) & (string | string[] | {
|
|
896
|
-
source: string;
|
|
897
|
-
directory?: string | undefined;
|
|
898
|
-
} | undefined);
|
|
899
|
-
icon?: string | {
|
|
900
|
-
name: string;
|
|
901
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
902
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
903
|
-
} | undefined;
|
|
904
|
-
expanded?: boolean | undefined;
|
|
905
|
-
public?: boolean | undefined;
|
|
906
|
-
tag?: string | undefined;
|
|
907
|
-
hidden?: boolean | undefined;
|
|
908
|
-
root?: string | undefined;
|
|
909
|
-
} | {
|
|
910
|
-
group: string;
|
|
911
|
-
pages: any[];
|
|
912
|
-
icon?: string | {
|
|
913
|
-
name: string;
|
|
914
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
915
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
916
|
-
} | undefined;
|
|
917
|
-
expanded?: boolean | undefined;
|
|
918
|
-
public?: boolean | undefined;
|
|
919
|
-
tag?: string | undefined;
|
|
920
|
-
hidden?: boolean | undefined;
|
|
921
|
-
root?: string | undefined;
|
|
922
|
-
})[];
|
|
923
|
-
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
924
|
-
} | {
|
|
925
|
-
pages: any[];
|
|
926
|
-
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
927
|
-
}) & ({
|
|
928
|
-
products: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").ProductNavigation<"default">[];
|
|
929
|
-
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
930
|
-
} | {
|
|
931
|
-
languages: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
|
|
932
|
-
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
933
|
-
} | {
|
|
934
|
-
versions: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
|
|
935
|
-
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
936
|
-
} | {
|
|
937
|
-
tabs: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
|
|
938
|
-
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
939
|
-
} | {
|
|
940
|
-
dropdowns: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
|
|
941
|
-
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
942
|
-
} | {
|
|
943
|
-
anchors: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
|
|
944
|
-
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
945
|
-
} | {
|
|
946
|
-
groups: ({
|
|
947
|
-
openapi: (string | string[] | {
|
|
948
|
-
source: string;
|
|
949
|
-
directory?: string | undefined;
|
|
950
|
-
}) & (string | string[] | {
|
|
951
|
-
source: string;
|
|
952
|
-
directory?: string | undefined;
|
|
953
|
-
} | undefined);
|
|
695
|
+
};
|
|
954
696
|
group: string;
|
|
955
697
|
pages: any[];
|
|
956
698
|
icon?: string | {
|
|
@@ -966,13 +708,10 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
966
708
|
} | {
|
|
967
709
|
group: string;
|
|
968
710
|
pages: any[];
|
|
969
|
-
asyncapi:
|
|
711
|
+
asyncapi: string | string[] | {
|
|
970
712
|
source: string;
|
|
971
713
|
directory?: string | undefined;
|
|
972
|
-
}
|
|
973
|
-
source: string;
|
|
974
|
-
directory?: string | undefined;
|
|
975
|
-
} | undefined);
|
|
714
|
+
};
|
|
976
715
|
icon?: string | {
|
|
977
716
|
name: string;
|
|
978
717
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -1001,8 +740,18 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1001
740
|
} | {
|
|
1002
741
|
pages: any[];
|
|
1003
742
|
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1004
|
-
}
|
|
1005
|
-
|
|
743
|
+
};
|
|
744
|
+
background?: {
|
|
745
|
+
color?: {
|
|
746
|
+
light?: string | undefined;
|
|
747
|
+
dark?: string | undefined;
|
|
748
|
+
} | undefined;
|
|
749
|
+
image?: string | {
|
|
750
|
+
light: string;
|
|
751
|
+
dark: string;
|
|
752
|
+
} | undefined;
|
|
753
|
+
decoration?: "gradient" | "grid" | "windows" | undefined;
|
|
754
|
+
} | undefined;
|
|
1006
755
|
logo?: string | {
|
|
1007
756
|
light: string;
|
|
1008
757
|
dark: string;
|
|
@@ -1013,70 +762,38 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1013
762
|
dark: string;
|
|
1014
763
|
} | undefined;
|
|
1015
764
|
api?: {
|
|
1016
|
-
|
|
1017
|
-
|
|
1018
|
-
directory?: string | undefined;
|
|
765
|
+
params?: {
|
|
766
|
+
expanded?: "all" | "closed" | undefined;
|
|
1019
767
|
} | undefined;
|
|
1020
|
-
|
|
768
|
+
openapi?: string | string[] | {
|
|
1021
769
|
source: string;
|
|
1022
770
|
directory?: string | undefined;
|
|
1023
771
|
} | undefined;
|
|
1024
|
-
params?: {
|
|
1025
|
-
expanded?: "all" | "closed" | undefined;
|
|
1026
|
-
} | undefined;
|
|
1027
772
|
playground?: {
|
|
1028
773
|
display?: "simple" | "none" | "interactive" | undefined;
|
|
1029
774
|
proxy?: boolean | undefined;
|
|
1030
775
|
} | undefined;
|
|
776
|
+
asyncapi?: string | string[] | {
|
|
777
|
+
source: string;
|
|
778
|
+
directory?: string | undefined;
|
|
779
|
+
} | undefined;
|
|
1031
780
|
examples?: {
|
|
1032
|
-
defaults?: "all" | "required" | undefined;
|
|
1033
781
|
languages?: string[] | undefined;
|
|
782
|
+
defaults?: "all" | "required" | undefined;
|
|
1034
783
|
prefill?: boolean | undefined;
|
|
1035
784
|
} | undefined;
|
|
1036
785
|
mdx?: {
|
|
786
|
+
server?: string | string[] | undefined;
|
|
1037
787
|
auth?: {
|
|
1038
|
-
method?: "key" | "bearer" | "basic" | "cobo" | undefined;
|
|
1039
788
|
name?: string | undefined;
|
|
789
|
+
method?: "key" | "bearer" | "basic" | "cobo" | undefined;
|
|
1040
790
|
} | undefined;
|
|
1041
|
-
server?: string | string[] | undefined;
|
|
1042
791
|
} | undefined;
|
|
1043
792
|
} | undefined;
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
strict?: boolean | undefined;
|
|
1047
|
-
} | undefined;
|
|
1048
|
-
background?: {
|
|
1049
|
-
image?: string | {
|
|
1050
|
-
light: string;
|
|
1051
|
-
dark: string;
|
|
1052
|
-
} | undefined;
|
|
1053
|
-
decoration?: "gradient" | "grid" | "windows" | undefined;
|
|
1054
|
-
color?: {
|
|
1055
|
-
light?: string | undefined;
|
|
1056
|
-
dark?: string | undefined;
|
|
1057
|
-
} | undefined;
|
|
793
|
+
metadata?: {
|
|
794
|
+
timestamp: boolean;
|
|
1058
795
|
} | undefined;
|
|
1059
|
-
|
|
1060
|
-
links?: {
|
|
1061
|
-
href: string;
|
|
1062
|
-
label: string;
|
|
1063
|
-
icon?: string | {
|
|
1064
|
-
name: string;
|
|
1065
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1066
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
1067
|
-
} | undefined;
|
|
1068
|
-
}[] | undefined;
|
|
1069
|
-
primary?: {
|
|
1070
|
-
type: "button";
|
|
1071
|
-
href: string;
|
|
1072
|
-
label: string;
|
|
1073
|
-
} | {
|
|
1074
|
-
type: "github";
|
|
1075
|
-
href: string;
|
|
1076
|
-
} | undefined;
|
|
1077
|
-
} | undefined;
|
|
1078
|
-
footer?: {
|
|
1079
|
-
socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter" | "x-twitter" | "earth-americas" | "bluesky" | "threads" | "reddit" | "podcast", string>> | undefined;
|
|
796
|
+
footer?: {
|
|
1080
797
|
links?: {
|
|
1081
798
|
items: {
|
|
1082
799
|
href: string;
|
|
@@ -1084,54 +801,8 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1084
801
|
}[];
|
|
1085
802
|
header?: string | undefined;
|
|
1086
803
|
}[] | undefined;
|
|
804
|
+
socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter" | "x-twitter" | "earth-americas" | "bluesky" | "threads" | "reddit" | "podcast", string>> | undefined;
|
|
1087
805
|
} | undefined;
|
|
1088
|
-
search?: {
|
|
1089
|
-
prompt?: string | undefined;
|
|
1090
|
-
} | undefined;
|
|
1091
|
-
seo?: {
|
|
1092
|
-
metatags?: Record<string, string> | undefined;
|
|
1093
|
-
indexing?: "all" | "navigable" | undefined;
|
|
1094
|
-
} | undefined;
|
|
1095
|
-
fonts?: {
|
|
1096
|
-
family: string;
|
|
1097
|
-
weight?: number | undefined;
|
|
1098
|
-
source?: string | undefined;
|
|
1099
|
-
format?: "woff" | "woff2" | undefined;
|
|
1100
|
-
} | {
|
|
1101
|
-
heading?: {
|
|
1102
|
-
family: string;
|
|
1103
|
-
weight?: number | undefined;
|
|
1104
|
-
source?: string | undefined;
|
|
1105
|
-
format?: "woff" | "woff2" | undefined;
|
|
1106
|
-
} | undefined;
|
|
1107
|
-
body?: {
|
|
1108
|
-
family: string;
|
|
1109
|
-
weight?: number | undefined;
|
|
1110
|
-
source?: string | undefined;
|
|
1111
|
-
format?: "woff" | "woff2" | undefined;
|
|
1112
|
-
} | undefined;
|
|
1113
|
-
} | undefined;
|
|
1114
|
-
icons?: {
|
|
1115
|
-
library: "fontawesome" | "lucide";
|
|
1116
|
-
} | undefined;
|
|
1117
|
-
styling?: {
|
|
1118
|
-
eyebrows?: "section" | "breadcrumbs" | undefined;
|
|
1119
|
-
codeblocks?: "dark" | "system" | {
|
|
1120
|
-
theme?: "andromeeda" | "aurora-x" | "ayu-dark" | "catppuccin-frappe" | "catppuccin-latte" | "catppuccin-macchiato" | "catppuccin-mocha" | "dark-plus" | "dracula" | "dracula-soft" | "everforest-dark" | "everforest-light" | "github-dark" | "github-dark-default" | "github-dark-dimmed" | "github-dark-high-contrast" | "github-light" | "github-light-default" | "github-light-high-contrast" | "gruvbox-dark-hard" | "gruvbox-dark-medium" | "gruvbox-dark-soft" | "gruvbox-light-hard" | "gruvbox-light-medium" | "gruvbox-light-soft" | "houston" | "kanagawa-dragon" | "kanagawa-lotus" | "kanagawa-wave" | "laserwave" | "light-plus" | "material-theme" | "material-theme-darker" | "material-theme-lighter" | "material-theme-ocean" | "material-theme-palenight" | "min-dark" | "min-light" | "monokai" | "night-owl" | "nord" | "one-dark-pro" | "one-light" | "plastic" | "poimandres" | "red" | "rose-pine" | "rose-pine-dawn" | "rose-pine-moon" | "slack-dark" | "slack-ochin" | "snazzy-light" | "solarized-dark" | "solarized-light" | "synthwave-84" | "tokyo-night" | "vesper" | "vitesse-black" | "vitesse-dark" | "vitesse-light" | "css-variables" | {
|
|
1121
|
-
light: "andromeeda" | "aurora-x" | "ayu-dark" | "catppuccin-frappe" | "catppuccin-latte" | "catppuccin-macchiato" | "catppuccin-mocha" | "dark-plus" | "dracula" | "dracula-soft" | "everforest-dark" | "everforest-light" | "github-dark" | "github-dark-default" | "github-dark-dimmed" | "github-dark-high-contrast" | "github-light" | "github-light-default" | "github-light-high-contrast" | "gruvbox-dark-hard" | "gruvbox-dark-medium" | "gruvbox-dark-soft" | "gruvbox-light-hard" | "gruvbox-light-medium" | "gruvbox-light-soft" | "houston" | "kanagawa-dragon" | "kanagawa-lotus" | "kanagawa-wave" | "laserwave" | "light-plus" | "material-theme" | "material-theme-darker" | "material-theme-lighter" | "material-theme-ocean" | "material-theme-palenight" | "min-dark" | "min-light" | "monokai" | "night-owl" | "nord" | "one-dark-pro" | "one-light" | "plastic" | "poimandres" | "red" | "rose-pine" | "rose-pine-dawn" | "rose-pine-moon" | "slack-dark" | "slack-ochin" | "snazzy-light" | "solarized-dark" | "solarized-light" | "synthwave-84" | "tokyo-night" | "vesper" | "vitesse-black" | "vitesse-dark" | "vitesse-light" | "css-variables";
|
|
1122
|
-
dark: "andromeeda" | "aurora-x" | "ayu-dark" | "catppuccin-frappe" | "catppuccin-latte" | "catppuccin-macchiato" | "catppuccin-mocha" | "dark-plus" | "dracula" | "dracula-soft" | "everforest-dark" | "everforest-light" | "github-dark" | "github-dark-default" | "github-dark-dimmed" | "github-dark-high-contrast" | "github-light" | "github-light-default" | "github-light-high-contrast" | "gruvbox-dark-hard" | "gruvbox-dark-medium" | "gruvbox-dark-soft" | "gruvbox-light-hard" | "gruvbox-light-medium" | "gruvbox-light-soft" | "houston" | "kanagawa-dragon" | "kanagawa-lotus" | "kanagawa-wave" | "laserwave" | "light-plus" | "material-theme" | "material-theme-darker" | "material-theme-lighter" | "material-theme-ocean" | "material-theme-palenight" | "min-dark" | "min-light" | "monokai" | "night-owl" | "nord" | "one-dark-pro" | "one-light" | "plastic" | "poimandres" | "red" | "rose-pine" | "rose-pine-dawn" | "rose-pine-moon" | "slack-dark" | "slack-ochin" | "snazzy-light" | "solarized-dark" | "solarized-light" | "synthwave-84" | "tokyo-night" | "vesper" | "vitesse-black" | "vitesse-dark" | "vitesse-light" | "css-variables";
|
|
1123
|
-
} | undefined;
|
|
1124
|
-
languages?: {
|
|
1125
|
-
custom?: string[] | undefined;
|
|
1126
|
-
} | undefined;
|
|
1127
|
-
} | undefined;
|
|
1128
|
-
latex?: boolean | undefined;
|
|
1129
|
-
} | undefined;
|
|
1130
|
-
redirects?: {
|
|
1131
|
-
source: string;
|
|
1132
|
-
destination: string;
|
|
1133
|
-
permanent?: boolean | undefined;
|
|
1134
|
-
}[] | undefined;
|
|
1135
806
|
integrations?: {
|
|
1136
807
|
amplitude?: {
|
|
1137
808
|
apiKey: string;
|
|
@@ -1145,9 +816,6 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1145
816
|
fathom?: {
|
|
1146
817
|
siteId: string;
|
|
1147
818
|
} | undefined;
|
|
1148
|
-
frontchat?: {
|
|
1149
|
-
snippetId: string;
|
|
1150
|
-
} | undefined;
|
|
1151
819
|
ga4?: {
|
|
1152
820
|
measurementId: string;
|
|
1153
821
|
} | undefined;
|
|
@@ -1165,9 +833,6 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1165
833
|
hjid: string;
|
|
1166
834
|
hjsv: string;
|
|
1167
835
|
} | undefined;
|
|
1168
|
-
intercom?: {
|
|
1169
|
-
appId: string;
|
|
1170
|
-
} | undefined;
|
|
1171
836
|
koala?: {
|
|
1172
837
|
publicApiKey: string;
|
|
1173
838
|
} | undefined;
|
|
@@ -1177,9 +842,6 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1177
842
|
mixpanel?: {
|
|
1178
843
|
projectToken: string;
|
|
1179
844
|
} | undefined;
|
|
1180
|
-
osano?: {
|
|
1181
|
-
scriptSource: string;
|
|
1182
|
-
} | undefined;
|
|
1183
845
|
pirsch?: {
|
|
1184
846
|
id: string;
|
|
1185
847
|
} | undefined;
|
|
@@ -1194,13 +856,93 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1194
856
|
segment?: {
|
|
1195
857
|
key: string;
|
|
1196
858
|
} | undefined;
|
|
859
|
+
intercom?: {
|
|
860
|
+
appId: string;
|
|
861
|
+
} | undefined;
|
|
862
|
+
frontchat?: {
|
|
863
|
+
snippetId: string;
|
|
864
|
+
} | undefined;
|
|
865
|
+
osano?: {
|
|
866
|
+
scriptSource: string;
|
|
867
|
+
} | undefined;
|
|
1197
868
|
telemetry?: {
|
|
1198
869
|
enabled?: boolean | undefined;
|
|
1199
870
|
} | undefined;
|
|
1200
871
|
cookies?: {
|
|
1201
|
-
key?: string | undefined;
|
|
1202
872
|
value?: string | undefined;
|
|
873
|
+
key?: string | undefined;
|
|
874
|
+
} | undefined;
|
|
875
|
+
} | undefined;
|
|
876
|
+
search?: {
|
|
877
|
+
prompt?: string | undefined;
|
|
878
|
+
} | undefined;
|
|
879
|
+
redirects?: {
|
|
880
|
+
source: string;
|
|
881
|
+
destination: string;
|
|
882
|
+
permanent?: boolean | undefined;
|
|
883
|
+
}[] | undefined;
|
|
884
|
+
seo?: {
|
|
885
|
+
metatags?: Record<string, string> | undefined;
|
|
886
|
+
indexing?: "all" | "navigable" | undefined;
|
|
887
|
+
} | undefined;
|
|
888
|
+
description?: string | undefined;
|
|
889
|
+
appearance?: {
|
|
890
|
+
strict?: boolean | undefined;
|
|
891
|
+
default?: "light" | "dark" | "system" | undefined;
|
|
892
|
+
} | undefined;
|
|
893
|
+
fonts?: {
|
|
894
|
+
family: string;
|
|
895
|
+
source?: string | undefined;
|
|
896
|
+
weight?: number | undefined;
|
|
897
|
+
format?: "woff" | "woff2" | undefined;
|
|
898
|
+
} | {
|
|
899
|
+
body?: {
|
|
900
|
+
family: string;
|
|
901
|
+
source?: string | undefined;
|
|
902
|
+
weight?: number | undefined;
|
|
903
|
+
format?: "woff" | "woff2" | undefined;
|
|
904
|
+
} | undefined;
|
|
905
|
+
heading?: {
|
|
906
|
+
family: string;
|
|
907
|
+
source?: string | undefined;
|
|
908
|
+
weight?: number | undefined;
|
|
909
|
+
format?: "woff" | "woff2" | undefined;
|
|
910
|
+
} | undefined;
|
|
911
|
+
} | undefined;
|
|
912
|
+
navbar?: {
|
|
913
|
+
primary?: {
|
|
914
|
+
type: "button";
|
|
915
|
+
href: string;
|
|
916
|
+
label: string;
|
|
917
|
+
} | {
|
|
918
|
+
type: "github";
|
|
919
|
+
href: string;
|
|
920
|
+
} | undefined;
|
|
921
|
+
links?: {
|
|
922
|
+
href: string;
|
|
923
|
+
label: string;
|
|
924
|
+
icon?: string | {
|
|
925
|
+
name: string;
|
|
926
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
927
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
928
|
+
} | undefined;
|
|
929
|
+
}[] | undefined;
|
|
930
|
+
} | undefined;
|
|
931
|
+
icons?: {
|
|
932
|
+
library: "fontawesome" | "lucide";
|
|
933
|
+
} | undefined;
|
|
934
|
+
styling?: {
|
|
935
|
+
eyebrows?: "section" | "breadcrumbs" | undefined;
|
|
936
|
+
codeblocks?: "dark" | "system" | {
|
|
937
|
+
languages?: {
|
|
938
|
+
custom?: string[] | undefined;
|
|
939
|
+
} | undefined;
|
|
940
|
+
theme?: "andromeeda" | "aurora-x" | "ayu-dark" | "catppuccin-frappe" | "catppuccin-latte" | "catppuccin-macchiato" | "catppuccin-mocha" | "dark-plus" | "dracula" | "dracula-soft" | "everforest-dark" | "everforest-light" | "github-dark" | "github-dark-default" | "github-dark-dimmed" | "github-dark-high-contrast" | "github-light" | "github-light-default" | "github-light-high-contrast" | "gruvbox-dark-hard" | "gruvbox-dark-medium" | "gruvbox-dark-soft" | "gruvbox-light-hard" | "gruvbox-light-medium" | "gruvbox-light-soft" | "houston" | "kanagawa-dragon" | "kanagawa-lotus" | "kanagawa-wave" | "laserwave" | "light-plus" | "material-theme" | "material-theme-darker" | "material-theme-lighter" | "material-theme-ocean" | "material-theme-palenight" | "min-dark" | "min-light" | "monokai" | "night-owl" | "nord" | "one-dark-pro" | "one-light" | "plastic" | "poimandres" | "red" | "rose-pine" | "rose-pine-dawn" | "rose-pine-moon" | "slack-dark" | "slack-ochin" | "snazzy-light" | "solarized-dark" | "solarized-light" | "synthwave-84" | "tokyo-night" | "vesper" | "vitesse-black" | "vitesse-dark" | "vitesse-light" | "css-variables" | {
|
|
941
|
+
light: "andromeeda" | "aurora-x" | "ayu-dark" | "catppuccin-frappe" | "catppuccin-latte" | "catppuccin-macchiato" | "catppuccin-mocha" | "dark-plus" | "dracula" | "dracula-soft" | "everforest-dark" | "everforest-light" | "github-dark" | "github-dark-default" | "github-dark-dimmed" | "github-dark-high-contrast" | "github-light" | "github-light-default" | "github-light-high-contrast" | "gruvbox-dark-hard" | "gruvbox-dark-medium" | "gruvbox-dark-soft" | "gruvbox-light-hard" | "gruvbox-light-medium" | "gruvbox-light-soft" | "houston" | "kanagawa-dragon" | "kanagawa-lotus" | "kanagawa-wave" | "laserwave" | "light-plus" | "material-theme" | "material-theme-darker" | "material-theme-lighter" | "material-theme-ocean" | "material-theme-palenight" | "min-dark" | "min-light" | "monokai" | "night-owl" | "nord" | "one-dark-pro" | "one-light" | "plastic" | "poimandres" | "red" | "rose-pine" | "rose-pine-dawn" | "rose-pine-moon" | "slack-dark" | "slack-ochin" | "snazzy-light" | "solarized-dark" | "solarized-light" | "synthwave-84" | "tokyo-night" | "vesper" | "vitesse-black" | "vitesse-dark" | "vitesse-light" | "css-variables";
|
|
942
|
+
dark: "andromeeda" | "aurora-x" | "ayu-dark" | "catppuccin-frappe" | "catppuccin-latte" | "catppuccin-macchiato" | "catppuccin-mocha" | "dark-plus" | "dracula" | "dracula-soft" | "everforest-dark" | "everforest-light" | "github-dark" | "github-dark-default" | "github-dark-dimmed" | "github-dark-high-contrast" | "github-light" | "github-light-default" | "github-light-high-contrast" | "gruvbox-dark-hard" | "gruvbox-dark-medium" | "gruvbox-dark-soft" | "gruvbox-light-hard" | "gruvbox-light-medium" | "gruvbox-light-soft" | "houston" | "kanagawa-dragon" | "kanagawa-lotus" | "kanagawa-wave" | "laserwave" | "light-plus" | "material-theme" | "material-theme-darker" | "material-theme-lighter" | "material-theme-ocean" | "material-theme-palenight" | "min-dark" | "min-light" | "monokai" | "night-owl" | "nord" | "one-dark-pro" | "one-light" | "plastic" | "poimandres" | "red" | "rose-pine" | "rose-pine-dawn" | "rose-pine-moon" | "slack-dark" | "slack-ochin" | "snazzy-light" | "solarized-dark" | "solarized-light" | "synthwave-84" | "tokyo-night" | "vesper" | "vitesse-black" | "vitesse-dark" | "vitesse-light" | "css-variables";
|
|
943
|
+
} | undefined;
|
|
1203
944
|
} | undefined;
|
|
945
|
+
latex?: boolean | undefined;
|
|
1204
946
|
} | undefined;
|
|
1205
947
|
banner?: {
|
|
1206
948
|
content: string;
|
|
@@ -1215,19 +957,13 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1215
957
|
} | undefined;
|
|
1216
958
|
contextual?: {
|
|
1217
959
|
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
1218
|
-
href:
|
|
1219
|
-
base: string;
|
|
1220
|
-
query?: {
|
|
1221
|
-
value: string;
|
|
1222
|
-
key: string;
|
|
1223
|
-
}[] | undefined;
|
|
1224
|
-
}) & (string | {
|
|
960
|
+
href: string | {
|
|
1225
961
|
base: string;
|
|
1226
962
|
query?: {
|
|
1227
963
|
value: string;
|
|
1228
964
|
key: string;
|
|
1229
965
|
}[] | undefined;
|
|
1230
|
-
}
|
|
966
|
+
};
|
|
1231
967
|
title: string;
|
|
1232
968
|
description: string;
|
|
1233
969
|
icon?: string | {
|
|
@@ -1238,8 +974,8 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1238
974
|
})[];
|
|
1239
975
|
} | undefined;
|
|
1240
976
|
thumbnails?: {
|
|
1241
|
-
appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
|
|
1242
977
|
background?: string | undefined;
|
|
978
|
+
appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
|
|
1243
979
|
fonts?: {
|
|
1244
980
|
family: string;
|
|
1245
981
|
} | undefined;
|
|
@@ -1247,9 +983,6 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1247
983
|
interaction?: {
|
|
1248
984
|
drilldown?: boolean | undefined;
|
|
1249
985
|
} | undefined;
|
|
1250
|
-
metadata?: {
|
|
1251
|
-
timestamp: boolean;
|
|
1252
|
-
} | undefined;
|
|
1253
986
|
} | {
|
|
1254
987
|
name: string;
|
|
1255
988
|
$schema: string;
|
|
@@ -1259,84 +992,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1259
992
|
light?: string | undefined;
|
|
1260
993
|
dark?: string | undefined;
|
|
1261
994
|
};
|
|
1262
|
-
navigation:
|
|
1263
|
-
products: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").ProductNavigation<"default">[];
|
|
1264
|
-
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1265
|
-
} | {
|
|
1266
|
-
languages: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
|
|
1267
|
-
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1268
|
-
} | {
|
|
1269
|
-
versions: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
|
|
1270
|
-
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1271
|
-
} | {
|
|
1272
|
-
tabs: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
|
|
1273
|
-
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1274
|
-
} | {
|
|
1275
|
-
dropdowns: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
|
|
1276
|
-
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1277
|
-
} | {
|
|
1278
|
-
anchors: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
|
|
1279
|
-
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1280
|
-
} | {
|
|
1281
|
-
groups: ({
|
|
1282
|
-
openapi: (string | string[] | {
|
|
1283
|
-
source: string;
|
|
1284
|
-
directory?: string | undefined;
|
|
1285
|
-
}) & (string | string[] | {
|
|
1286
|
-
source: string;
|
|
1287
|
-
directory?: string | undefined;
|
|
1288
|
-
} | undefined);
|
|
1289
|
-
group: string;
|
|
1290
|
-
pages: any[];
|
|
1291
|
-
icon?: string | {
|
|
1292
|
-
name: string;
|
|
1293
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1294
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
1295
|
-
} | undefined;
|
|
1296
|
-
expanded?: boolean | undefined;
|
|
1297
|
-
public?: boolean | undefined;
|
|
1298
|
-
tag?: string | undefined;
|
|
1299
|
-
hidden?: boolean | undefined;
|
|
1300
|
-
root?: string | undefined;
|
|
1301
|
-
} | {
|
|
1302
|
-
group: string;
|
|
1303
|
-
pages: any[];
|
|
1304
|
-
asyncapi: (string | string[] | {
|
|
1305
|
-
source: string;
|
|
1306
|
-
directory?: string | undefined;
|
|
1307
|
-
}) & (string | string[] | {
|
|
1308
|
-
source: string;
|
|
1309
|
-
directory?: string | undefined;
|
|
1310
|
-
} | undefined);
|
|
1311
|
-
icon?: string | {
|
|
1312
|
-
name: string;
|
|
1313
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1314
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
1315
|
-
} | undefined;
|
|
1316
|
-
expanded?: boolean | undefined;
|
|
1317
|
-
public?: boolean | undefined;
|
|
1318
|
-
tag?: string | undefined;
|
|
1319
|
-
hidden?: boolean | undefined;
|
|
1320
|
-
root?: string | undefined;
|
|
1321
|
-
} | {
|
|
1322
|
-
group: string;
|
|
1323
|
-
pages: any[];
|
|
1324
|
-
icon?: string | {
|
|
1325
|
-
name: string;
|
|
1326
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1327
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
1328
|
-
} | undefined;
|
|
1329
|
-
expanded?: boolean | undefined;
|
|
1330
|
-
public?: boolean | undefined;
|
|
1331
|
-
tag?: string | undefined;
|
|
1332
|
-
hidden?: boolean | undefined;
|
|
1333
|
-
root?: string | undefined;
|
|
1334
|
-
})[];
|
|
1335
|
-
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1336
|
-
} | {
|
|
1337
|
-
pages: any[];
|
|
1338
|
-
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1339
|
-
}) & ({
|
|
995
|
+
navigation: {
|
|
1340
996
|
products: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").ProductNavigation<"default">[];
|
|
1341
997
|
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1342
998
|
} | {
|
|
@@ -1356,13 +1012,10 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1356
1012
|
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1357
1013
|
} | {
|
|
1358
1014
|
groups: ({
|
|
1359
|
-
openapi:
|
|
1015
|
+
openapi: string | string[] | {
|
|
1360
1016
|
source: string;
|
|
1361
1017
|
directory?: string | undefined;
|
|
1362
|
-
}
|
|
1363
|
-
source: string;
|
|
1364
|
-
directory?: string | undefined;
|
|
1365
|
-
} | undefined);
|
|
1018
|
+
};
|
|
1366
1019
|
group: string;
|
|
1367
1020
|
pages: any[];
|
|
1368
1021
|
icon?: string | {
|
|
@@ -1378,13 +1031,10 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1378
1031
|
} | {
|
|
1379
1032
|
group: string;
|
|
1380
1033
|
pages: any[];
|
|
1381
|
-
asyncapi:
|
|
1382
|
-
source: string;
|
|
1383
|
-
directory?: string | undefined;
|
|
1384
|
-
}) & (string | string[] | {
|
|
1034
|
+
asyncapi: string | string[] | {
|
|
1385
1035
|
source: string;
|
|
1386
1036
|
directory?: string | undefined;
|
|
1387
|
-
}
|
|
1037
|
+
};
|
|
1388
1038
|
icon?: string | {
|
|
1389
1039
|
name: string;
|
|
1390
1040
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -1413,8 +1063,18 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1413
1063
|
} | {
|
|
1414
1064
|
pages: any[];
|
|
1415
1065
|
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1416
|
-
}
|
|
1417
|
-
|
|
1066
|
+
};
|
|
1067
|
+
background?: {
|
|
1068
|
+
color?: {
|
|
1069
|
+
light?: string | undefined;
|
|
1070
|
+
dark?: string | undefined;
|
|
1071
|
+
} | undefined;
|
|
1072
|
+
image?: string | {
|
|
1073
|
+
light: string;
|
|
1074
|
+
dark: string;
|
|
1075
|
+
} | undefined;
|
|
1076
|
+
decoration?: "gradient" | "grid" | "windows" | undefined;
|
|
1077
|
+
} | undefined;
|
|
1418
1078
|
logo?: string | {
|
|
1419
1079
|
light: string;
|
|
1420
1080
|
dark: string;
|
|
@@ -1425,70 +1085,38 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1425
1085
|
dark: string;
|
|
1426
1086
|
} | undefined;
|
|
1427
1087
|
api?: {
|
|
1088
|
+
params?: {
|
|
1089
|
+
expanded?: "all" | "closed" | undefined;
|
|
1090
|
+
} | undefined;
|
|
1428
1091
|
openapi?: string | string[] | {
|
|
1429
1092
|
source: string;
|
|
1430
1093
|
directory?: string | undefined;
|
|
1431
1094
|
} | undefined;
|
|
1432
|
-
asyncapi?: string | string[] | {
|
|
1433
|
-
source: string;
|
|
1434
|
-
directory?: string | undefined;
|
|
1435
|
-
} | undefined;
|
|
1436
|
-
params?: {
|
|
1437
|
-
expanded?: "all" | "closed" | undefined;
|
|
1438
|
-
} | undefined;
|
|
1439
1095
|
playground?: {
|
|
1440
1096
|
display?: "simple" | "none" | "interactive" | undefined;
|
|
1441
1097
|
proxy?: boolean | undefined;
|
|
1442
1098
|
} | undefined;
|
|
1099
|
+
asyncapi?: string | string[] | {
|
|
1100
|
+
source: string;
|
|
1101
|
+
directory?: string | undefined;
|
|
1102
|
+
} | undefined;
|
|
1443
1103
|
examples?: {
|
|
1444
|
-
defaults?: "all" | "required" | undefined;
|
|
1445
1104
|
languages?: string[] | undefined;
|
|
1105
|
+
defaults?: "all" | "required" | undefined;
|
|
1446
1106
|
prefill?: boolean | undefined;
|
|
1447
1107
|
} | undefined;
|
|
1448
1108
|
mdx?: {
|
|
1109
|
+
server?: string | string[] | undefined;
|
|
1449
1110
|
auth?: {
|
|
1450
|
-
method?: "key" | "bearer" | "basic" | "cobo" | undefined;
|
|
1451
1111
|
name?: string | undefined;
|
|
1112
|
+
method?: "key" | "bearer" | "basic" | "cobo" | undefined;
|
|
1452
1113
|
} | undefined;
|
|
1453
|
-
server?: string | string[] | undefined;
|
|
1454
|
-
} | undefined;
|
|
1455
|
-
} | undefined;
|
|
1456
|
-
appearance?: {
|
|
1457
|
-
default?: "light" | "dark" | "system" | undefined;
|
|
1458
|
-
strict?: boolean | undefined;
|
|
1459
|
-
} | undefined;
|
|
1460
|
-
background?: {
|
|
1461
|
-
image?: string | {
|
|
1462
|
-
light: string;
|
|
1463
|
-
dark: string;
|
|
1464
|
-
} | undefined;
|
|
1465
|
-
decoration?: "gradient" | "grid" | "windows" | undefined;
|
|
1466
|
-
color?: {
|
|
1467
|
-
light?: string | undefined;
|
|
1468
|
-
dark?: string | undefined;
|
|
1469
1114
|
} | undefined;
|
|
1470
1115
|
} | undefined;
|
|
1471
|
-
|
|
1472
|
-
|
|
1473
|
-
href: string;
|
|
1474
|
-
label: string;
|
|
1475
|
-
icon?: string | {
|
|
1476
|
-
name: string;
|
|
1477
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1478
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
1479
|
-
} | undefined;
|
|
1480
|
-
}[] | undefined;
|
|
1481
|
-
primary?: {
|
|
1482
|
-
type: "button";
|
|
1483
|
-
href: string;
|
|
1484
|
-
label: string;
|
|
1485
|
-
} | {
|
|
1486
|
-
type: "github";
|
|
1487
|
-
href: string;
|
|
1488
|
-
} | undefined;
|
|
1116
|
+
metadata?: {
|
|
1117
|
+
timestamp: boolean;
|
|
1489
1118
|
} | undefined;
|
|
1490
1119
|
footer?: {
|
|
1491
|
-
socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter" | "x-twitter" | "earth-americas" | "bluesky" | "threads" | "reddit" | "podcast", string>> | undefined;
|
|
1492
1120
|
links?: {
|
|
1493
1121
|
items: {
|
|
1494
1122
|
href: string;
|
|
@@ -1496,54 +1124,8 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1496
1124
|
}[];
|
|
1497
1125
|
header?: string | undefined;
|
|
1498
1126
|
}[] | undefined;
|
|
1127
|
+
socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter" | "x-twitter" | "earth-americas" | "bluesky" | "threads" | "reddit" | "podcast", string>> | undefined;
|
|
1499
1128
|
} | undefined;
|
|
1500
|
-
search?: {
|
|
1501
|
-
prompt?: string | undefined;
|
|
1502
|
-
} | undefined;
|
|
1503
|
-
seo?: {
|
|
1504
|
-
metatags?: Record<string, string> | undefined;
|
|
1505
|
-
indexing?: "all" | "navigable" | undefined;
|
|
1506
|
-
} | undefined;
|
|
1507
|
-
fonts?: {
|
|
1508
|
-
family: string;
|
|
1509
|
-
weight?: number | undefined;
|
|
1510
|
-
source?: string | undefined;
|
|
1511
|
-
format?: "woff" | "woff2" | undefined;
|
|
1512
|
-
} | {
|
|
1513
|
-
heading?: {
|
|
1514
|
-
family: string;
|
|
1515
|
-
weight?: number | undefined;
|
|
1516
|
-
source?: string | undefined;
|
|
1517
|
-
format?: "woff" | "woff2" | undefined;
|
|
1518
|
-
} | undefined;
|
|
1519
|
-
body?: {
|
|
1520
|
-
family: string;
|
|
1521
|
-
weight?: number | undefined;
|
|
1522
|
-
source?: string | undefined;
|
|
1523
|
-
format?: "woff" | "woff2" | undefined;
|
|
1524
|
-
} | undefined;
|
|
1525
|
-
} | undefined;
|
|
1526
|
-
icons?: {
|
|
1527
|
-
library: "fontawesome" | "lucide";
|
|
1528
|
-
} | undefined;
|
|
1529
|
-
styling?: {
|
|
1530
|
-
eyebrows?: "section" | "breadcrumbs" | undefined;
|
|
1531
|
-
codeblocks?: "dark" | "system" | {
|
|
1532
|
-
theme?: "andromeeda" | "aurora-x" | "ayu-dark" | "catppuccin-frappe" | "catppuccin-latte" | "catppuccin-macchiato" | "catppuccin-mocha" | "dark-plus" | "dracula" | "dracula-soft" | "everforest-dark" | "everforest-light" | "github-dark" | "github-dark-default" | "github-dark-dimmed" | "github-dark-high-contrast" | "github-light" | "github-light-default" | "github-light-high-contrast" | "gruvbox-dark-hard" | "gruvbox-dark-medium" | "gruvbox-dark-soft" | "gruvbox-light-hard" | "gruvbox-light-medium" | "gruvbox-light-soft" | "houston" | "kanagawa-dragon" | "kanagawa-lotus" | "kanagawa-wave" | "laserwave" | "light-plus" | "material-theme" | "material-theme-darker" | "material-theme-lighter" | "material-theme-ocean" | "material-theme-palenight" | "min-dark" | "min-light" | "monokai" | "night-owl" | "nord" | "one-dark-pro" | "one-light" | "plastic" | "poimandres" | "red" | "rose-pine" | "rose-pine-dawn" | "rose-pine-moon" | "slack-dark" | "slack-ochin" | "snazzy-light" | "solarized-dark" | "solarized-light" | "synthwave-84" | "tokyo-night" | "vesper" | "vitesse-black" | "vitesse-dark" | "vitesse-light" | "css-variables" | {
|
|
1533
|
-
light: "andromeeda" | "aurora-x" | "ayu-dark" | "catppuccin-frappe" | "catppuccin-latte" | "catppuccin-macchiato" | "catppuccin-mocha" | "dark-plus" | "dracula" | "dracula-soft" | "everforest-dark" | "everforest-light" | "github-dark" | "github-dark-default" | "github-dark-dimmed" | "github-dark-high-contrast" | "github-light" | "github-light-default" | "github-light-high-contrast" | "gruvbox-dark-hard" | "gruvbox-dark-medium" | "gruvbox-dark-soft" | "gruvbox-light-hard" | "gruvbox-light-medium" | "gruvbox-light-soft" | "houston" | "kanagawa-dragon" | "kanagawa-lotus" | "kanagawa-wave" | "laserwave" | "light-plus" | "material-theme" | "material-theme-darker" | "material-theme-lighter" | "material-theme-ocean" | "material-theme-palenight" | "min-dark" | "min-light" | "monokai" | "night-owl" | "nord" | "one-dark-pro" | "one-light" | "plastic" | "poimandres" | "red" | "rose-pine" | "rose-pine-dawn" | "rose-pine-moon" | "slack-dark" | "slack-ochin" | "snazzy-light" | "solarized-dark" | "solarized-light" | "synthwave-84" | "tokyo-night" | "vesper" | "vitesse-black" | "vitesse-dark" | "vitesse-light" | "css-variables";
|
|
1534
|
-
dark: "andromeeda" | "aurora-x" | "ayu-dark" | "catppuccin-frappe" | "catppuccin-latte" | "catppuccin-macchiato" | "catppuccin-mocha" | "dark-plus" | "dracula" | "dracula-soft" | "everforest-dark" | "everforest-light" | "github-dark" | "github-dark-default" | "github-dark-dimmed" | "github-dark-high-contrast" | "github-light" | "github-light-default" | "github-light-high-contrast" | "gruvbox-dark-hard" | "gruvbox-dark-medium" | "gruvbox-dark-soft" | "gruvbox-light-hard" | "gruvbox-light-medium" | "gruvbox-light-soft" | "houston" | "kanagawa-dragon" | "kanagawa-lotus" | "kanagawa-wave" | "laserwave" | "light-plus" | "material-theme" | "material-theme-darker" | "material-theme-lighter" | "material-theme-ocean" | "material-theme-palenight" | "min-dark" | "min-light" | "monokai" | "night-owl" | "nord" | "one-dark-pro" | "one-light" | "plastic" | "poimandres" | "red" | "rose-pine" | "rose-pine-dawn" | "rose-pine-moon" | "slack-dark" | "slack-ochin" | "snazzy-light" | "solarized-dark" | "solarized-light" | "synthwave-84" | "tokyo-night" | "vesper" | "vitesse-black" | "vitesse-dark" | "vitesse-light" | "css-variables";
|
|
1535
|
-
} | undefined;
|
|
1536
|
-
languages?: {
|
|
1537
|
-
custom?: string[] | undefined;
|
|
1538
|
-
} | undefined;
|
|
1539
|
-
} | undefined;
|
|
1540
|
-
latex?: boolean | undefined;
|
|
1541
|
-
} | undefined;
|
|
1542
|
-
redirects?: {
|
|
1543
|
-
source: string;
|
|
1544
|
-
destination: string;
|
|
1545
|
-
permanent?: boolean | undefined;
|
|
1546
|
-
}[] | undefined;
|
|
1547
1129
|
integrations?: {
|
|
1548
1130
|
amplitude?: {
|
|
1549
1131
|
apiKey: string;
|
|
@@ -1557,9 +1139,6 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1557
1139
|
fathom?: {
|
|
1558
1140
|
siteId: string;
|
|
1559
1141
|
} | undefined;
|
|
1560
|
-
frontchat?: {
|
|
1561
|
-
snippetId: string;
|
|
1562
|
-
} | undefined;
|
|
1563
1142
|
ga4?: {
|
|
1564
1143
|
measurementId: string;
|
|
1565
1144
|
} | undefined;
|
|
@@ -1577,9 +1156,6 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1577
1156
|
hjid: string;
|
|
1578
1157
|
hjsv: string;
|
|
1579
1158
|
} | undefined;
|
|
1580
|
-
intercom?: {
|
|
1581
|
-
appId: string;
|
|
1582
|
-
} | undefined;
|
|
1583
1159
|
koala?: {
|
|
1584
1160
|
publicApiKey: string;
|
|
1585
1161
|
} | undefined;
|
|
@@ -1589,9 +1165,6 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1589
1165
|
mixpanel?: {
|
|
1590
1166
|
projectToken: string;
|
|
1591
1167
|
} | undefined;
|
|
1592
|
-
osano?: {
|
|
1593
|
-
scriptSource: string;
|
|
1594
|
-
} | undefined;
|
|
1595
1168
|
pirsch?: {
|
|
1596
1169
|
id: string;
|
|
1597
1170
|
} | undefined;
|
|
@@ -1606,13 +1179,93 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1606
1179
|
segment?: {
|
|
1607
1180
|
key: string;
|
|
1608
1181
|
} | undefined;
|
|
1182
|
+
intercom?: {
|
|
1183
|
+
appId: string;
|
|
1184
|
+
} | undefined;
|
|
1185
|
+
frontchat?: {
|
|
1186
|
+
snippetId: string;
|
|
1187
|
+
} | undefined;
|
|
1188
|
+
osano?: {
|
|
1189
|
+
scriptSource: string;
|
|
1190
|
+
} | undefined;
|
|
1609
1191
|
telemetry?: {
|
|
1610
1192
|
enabled?: boolean | undefined;
|
|
1611
1193
|
} | undefined;
|
|
1612
1194
|
cookies?: {
|
|
1613
|
-
key?: string | undefined;
|
|
1614
1195
|
value?: string | undefined;
|
|
1196
|
+
key?: string | undefined;
|
|
1197
|
+
} | undefined;
|
|
1198
|
+
} | undefined;
|
|
1199
|
+
search?: {
|
|
1200
|
+
prompt?: string | undefined;
|
|
1201
|
+
} | undefined;
|
|
1202
|
+
redirects?: {
|
|
1203
|
+
source: string;
|
|
1204
|
+
destination: string;
|
|
1205
|
+
permanent?: boolean | undefined;
|
|
1206
|
+
}[] | undefined;
|
|
1207
|
+
seo?: {
|
|
1208
|
+
metatags?: Record<string, string> | undefined;
|
|
1209
|
+
indexing?: "all" | "navigable" | undefined;
|
|
1210
|
+
} | undefined;
|
|
1211
|
+
description?: string | undefined;
|
|
1212
|
+
appearance?: {
|
|
1213
|
+
strict?: boolean | undefined;
|
|
1214
|
+
default?: "light" | "dark" | "system" | undefined;
|
|
1215
|
+
} | undefined;
|
|
1216
|
+
fonts?: {
|
|
1217
|
+
family: string;
|
|
1218
|
+
source?: string | undefined;
|
|
1219
|
+
weight?: number | undefined;
|
|
1220
|
+
format?: "woff" | "woff2" | undefined;
|
|
1221
|
+
} | {
|
|
1222
|
+
body?: {
|
|
1223
|
+
family: string;
|
|
1224
|
+
source?: string | undefined;
|
|
1225
|
+
weight?: number | undefined;
|
|
1226
|
+
format?: "woff" | "woff2" | undefined;
|
|
1227
|
+
} | undefined;
|
|
1228
|
+
heading?: {
|
|
1229
|
+
family: string;
|
|
1230
|
+
source?: string | undefined;
|
|
1231
|
+
weight?: number | undefined;
|
|
1232
|
+
format?: "woff" | "woff2" | undefined;
|
|
1233
|
+
} | undefined;
|
|
1234
|
+
} | undefined;
|
|
1235
|
+
navbar?: {
|
|
1236
|
+
primary?: {
|
|
1237
|
+
type: "button";
|
|
1238
|
+
href: string;
|
|
1239
|
+
label: string;
|
|
1240
|
+
} | {
|
|
1241
|
+
type: "github";
|
|
1242
|
+
href: string;
|
|
1243
|
+
} | undefined;
|
|
1244
|
+
links?: {
|
|
1245
|
+
href: string;
|
|
1246
|
+
label: string;
|
|
1247
|
+
icon?: string | {
|
|
1248
|
+
name: string;
|
|
1249
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1250
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
1251
|
+
} | undefined;
|
|
1252
|
+
}[] | undefined;
|
|
1253
|
+
} | undefined;
|
|
1254
|
+
icons?: {
|
|
1255
|
+
library: "fontawesome" | "lucide";
|
|
1256
|
+
} | undefined;
|
|
1257
|
+
styling?: {
|
|
1258
|
+
eyebrows?: "section" | "breadcrumbs" | undefined;
|
|
1259
|
+
codeblocks?: "dark" | "system" | {
|
|
1260
|
+
languages?: {
|
|
1261
|
+
custom?: string[] | undefined;
|
|
1262
|
+
} | undefined;
|
|
1263
|
+
theme?: "andromeeda" | "aurora-x" | "ayu-dark" | "catppuccin-frappe" | "catppuccin-latte" | "catppuccin-macchiato" | "catppuccin-mocha" | "dark-plus" | "dracula" | "dracula-soft" | "everforest-dark" | "everforest-light" | "github-dark" | "github-dark-default" | "github-dark-dimmed" | "github-dark-high-contrast" | "github-light" | "github-light-default" | "github-light-high-contrast" | "gruvbox-dark-hard" | "gruvbox-dark-medium" | "gruvbox-dark-soft" | "gruvbox-light-hard" | "gruvbox-light-medium" | "gruvbox-light-soft" | "houston" | "kanagawa-dragon" | "kanagawa-lotus" | "kanagawa-wave" | "laserwave" | "light-plus" | "material-theme" | "material-theme-darker" | "material-theme-lighter" | "material-theme-ocean" | "material-theme-palenight" | "min-dark" | "min-light" | "monokai" | "night-owl" | "nord" | "one-dark-pro" | "one-light" | "plastic" | "poimandres" | "red" | "rose-pine" | "rose-pine-dawn" | "rose-pine-moon" | "slack-dark" | "slack-ochin" | "snazzy-light" | "solarized-dark" | "solarized-light" | "synthwave-84" | "tokyo-night" | "vesper" | "vitesse-black" | "vitesse-dark" | "vitesse-light" | "css-variables" | {
|
|
1264
|
+
light: "andromeeda" | "aurora-x" | "ayu-dark" | "catppuccin-frappe" | "catppuccin-latte" | "catppuccin-macchiato" | "catppuccin-mocha" | "dark-plus" | "dracula" | "dracula-soft" | "everforest-dark" | "everforest-light" | "github-dark" | "github-dark-default" | "github-dark-dimmed" | "github-dark-high-contrast" | "github-light" | "github-light-default" | "github-light-high-contrast" | "gruvbox-dark-hard" | "gruvbox-dark-medium" | "gruvbox-dark-soft" | "gruvbox-light-hard" | "gruvbox-light-medium" | "gruvbox-light-soft" | "houston" | "kanagawa-dragon" | "kanagawa-lotus" | "kanagawa-wave" | "laserwave" | "light-plus" | "material-theme" | "material-theme-darker" | "material-theme-lighter" | "material-theme-ocean" | "material-theme-palenight" | "min-dark" | "min-light" | "monokai" | "night-owl" | "nord" | "one-dark-pro" | "one-light" | "plastic" | "poimandres" | "red" | "rose-pine" | "rose-pine-dawn" | "rose-pine-moon" | "slack-dark" | "slack-ochin" | "snazzy-light" | "solarized-dark" | "solarized-light" | "synthwave-84" | "tokyo-night" | "vesper" | "vitesse-black" | "vitesse-dark" | "vitesse-light" | "css-variables";
|
|
1265
|
+
dark: "andromeeda" | "aurora-x" | "ayu-dark" | "catppuccin-frappe" | "catppuccin-latte" | "catppuccin-macchiato" | "catppuccin-mocha" | "dark-plus" | "dracula" | "dracula-soft" | "everforest-dark" | "everforest-light" | "github-dark" | "github-dark-default" | "github-dark-dimmed" | "github-dark-high-contrast" | "github-light" | "github-light-default" | "github-light-high-contrast" | "gruvbox-dark-hard" | "gruvbox-dark-medium" | "gruvbox-dark-soft" | "gruvbox-light-hard" | "gruvbox-light-medium" | "gruvbox-light-soft" | "houston" | "kanagawa-dragon" | "kanagawa-lotus" | "kanagawa-wave" | "laserwave" | "light-plus" | "material-theme" | "material-theme-darker" | "material-theme-lighter" | "material-theme-ocean" | "material-theme-palenight" | "min-dark" | "min-light" | "monokai" | "night-owl" | "nord" | "one-dark-pro" | "one-light" | "plastic" | "poimandres" | "red" | "rose-pine" | "rose-pine-dawn" | "rose-pine-moon" | "slack-dark" | "slack-ochin" | "snazzy-light" | "solarized-dark" | "solarized-light" | "synthwave-84" | "tokyo-night" | "vesper" | "vitesse-black" | "vitesse-dark" | "vitesse-light" | "css-variables";
|
|
1266
|
+
} | undefined;
|
|
1615
1267
|
} | undefined;
|
|
1268
|
+
latex?: boolean | undefined;
|
|
1616
1269
|
} | undefined;
|
|
1617
1270
|
banner?: {
|
|
1618
1271
|
content: string;
|
|
@@ -1627,19 +1280,13 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1627
1280
|
} | undefined;
|
|
1628
1281
|
contextual?: {
|
|
1629
1282
|
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
1630
|
-
href:
|
|
1283
|
+
href: string | {
|
|
1631
1284
|
base: string;
|
|
1632
1285
|
query?: {
|
|
1633
1286
|
value: string;
|
|
1634
1287
|
key: string;
|
|
1635
1288
|
}[] | undefined;
|
|
1636
|
-
}
|
|
1637
|
-
base: string;
|
|
1638
|
-
query?: {
|
|
1639
|
-
value: string;
|
|
1640
|
-
key: string;
|
|
1641
|
-
}[] | undefined;
|
|
1642
|
-
} | undefined);
|
|
1289
|
+
};
|
|
1643
1290
|
title: string;
|
|
1644
1291
|
description: string;
|
|
1645
1292
|
icon?: string | {
|
|
@@ -1650,8 +1297,8 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1650
1297
|
})[];
|
|
1651
1298
|
} | undefined;
|
|
1652
1299
|
thumbnails?: {
|
|
1653
|
-
appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
|
|
1654
1300
|
background?: string | undefined;
|
|
1301
|
+
appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
|
|
1655
1302
|
fonts?: {
|
|
1656
1303
|
family: string;
|
|
1657
1304
|
} | undefined;
|
|
@@ -1659,9 +1306,6 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1659
1306
|
interaction?: {
|
|
1660
1307
|
drilldown?: boolean | undefined;
|
|
1661
1308
|
} | undefined;
|
|
1662
|
-
metadata?: {
|
|
1663
|
-
timestamp: boolean;
|
|
1664
|
-
} | undefined;
|
|
1665
1309
|
} | {
|
|
1666
1310
|
name: string;
|
|
1667
1311
|
$schema: string;
|
|
@@ -1671,7 +1315,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1671
1315
|
light?: string | undefined;
|
|
1672
1316
|
dark?: string | undefined;
|
|
1673
1317
|
};
|
|
1674
|
-
navigation:
|
|
1318
|
+
navigation: {
|
|
1675
1319
|
products: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").ProductNavigation<"default">[];
|
|
1676
1320
|
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1677
1321
|
} | {
|
|
@@ -1691,13 +1335,10 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1691
1335
|
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1692
1336
|
} | {
|
|
1693
1337
|
groups: ({
|
|
1694
|
-
openapi:
|
|
1695
|
-
source: string;
|
|
1696
|
-
directory?: string | undefined;
|
|
1697
|
-
}) & (string | string[] | {
|
|
1338
|
+
openapi: string | string[] | {
|
|
1698
1339
|
source: string;
|
|
1699
1340
|
directory?: string | undefined;
|
|
1700
|
-
}
|
|
1341
|
+
};
|
|
1701
1342
|
group: string;
|
|
1702
1343
|
pages: any[];
|
|
1703
1344
|
icon?: string | {
|
|
@@ -1713,13 +1354,10 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1713
1354
|
} | {
|
|
1714
1355
|
group: string;
|
|
1715
1356
|
pages: any[];
|
|
1716
|
-
asyncapi:
|
|
1357
|
+
asyncapi: string | string[] | {
|
|
1717
1358
|
source: string;
|
|
1718
1359
|
directory?: string | undefined;
|
|
1719
|
-
}
|
|
1720
|
-
source: string;
|
|
1721
|
-
directory?: string | undefined;
|
|
1722
|
-
} | undefined);
|
|
1360
|
+
};
|
|
1723
1361
|
icon?: string | {
|
|
1724
1362
|
name: string;
|
|
1725
1363
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -1748,85 +1386,18 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1748
1386
|
} | {
|
|
1749
1387
|
pages: any[];
|
|
1750
1388
|
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1751
|
-
}
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
} | {
|
|
1764
|
-
dropdowns: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
|
|
1765
|
-
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1766
|
-
} | {
|
|
1767
|
-
anchors: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
|
|
1768
|
-
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1769
|
-
} | {
|
|
1770
|
-
groups: ({
|
|
1771
|
-
openapi: (string | string[] | {
|
|
1772
|
-
source: string;
|
|
1773
|
-
directory?: string | undefined;
|
|
1774
|
-
}) & (string | string[] | {
|
|
1775
|
-
source: string;
|
|
1776
|
-
directory?: string | undefined;
|
|
1777
|
-
} | undefined);
|
|
1778
|
-
group: string;
|
|
1779
|
-
pages: any[];
|
|
1780
|
-
icon?: string | {
|
|
1781
|
-
name: string;
|
|
1782
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1783
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
1784
|
-
} | undefined;
|
|
1785
|
-
expanded?: boolean | undefined;
|
|
1786
|
-
public?: boolean | undefined;
|
|
1787
|
-
tag?: string | undefined;
|
|
1788
|
-
hidden?: boolean | undefined;
|
|
1789
|
-
root?: string | undefined;
|
|
1790
|
-
} | {
|
|
1791
|
-
group: string;
|
|
1792
|
-
pages: any[];
|
|
1793
|
-
asyncapi: (string | string[] | {
|
|
1794
|
-
source: string;
|
|
1795
|
-
directory?: string | undefined;
|
|
1796
|
-
}) & (string | string[] | {
|
|
1797
|
-
source: string;
|
|
1798
|
-
directory?: string | undefined;
|
|
1799
|
-
} | undefined);
|
|
1800
|
-
icon?: string | {
|
|
1801
|
-
name: string;
|
|
1802
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1803
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
1804
|
-
} | undefined;
|
|
1805
|
-
expanded?: boolean | undefined;
|
|
1806
|
-
public?: boolean | undefined;
|
|
1807
|
-
tag?: string | undefined;
|
|
1808
|
-
hidden?: boolean | undefined;
|
|
1809
|
-
root?: string | undefined;
|
|
1810
|
-
} | {
|
|
1811
|
-
group: string;
|
|
1812
|
-
pages: any[];
|
|
1813
|
-
icon?: string | {
|
|
1814
|
-
name: string;
|
|
1815
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1816
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
1817
|
-
} | undefined;
|
|
1818
|
-
expanded?: boolean | undefined;
|
|
1819
|
-
public?: boolean | undefined;
|
|
1820
|
-
tag?: string | undefined;
|
|
1821
|
-
hidden?: boolean | undefined;
|
|
1822
|
-
root?: string | undefined;
|
|
1823
|
-
})[];
|
|
1824
|
-
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1825
|
-
} | {
|
|
1826
|
-
pages: any[];
|
|
1827
|
-
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1828
|
-
} | undefined);
|
|
1829
|
-
description?: string | undefined;
|
|
1389
|
+
};
|
|
1390
|
+
background?: {
|
|
1391
|
+
color?: {
|
|
1392
|
+
light?: string | undefined;
|
|
1393
|
+
dark?: string | undefined;
|
|
1394
|
+
} | undefined;
|
|
1395
|
+
image?: string | {
|
|
1396
|
+
light: string;
|
|
1397
|
+
dark: string;
|
|
1398
|
+
} | undefined;
|
|
1399
|
+
decoration?: "gradient" | "grid" | "windows" | undefined;
|
|
1400
|
+
} | undefined;
|
|
1830
1401
|
logo?: string | {
|
|
1831
1402
|
light: string;
|
|
1832
1403
|
dark: string;
|
|
@@ -1837,70 +1408,38 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1837
1408
|
dark: string;
|
|
1838
1409
|
} | undefined;
|
|
1839
1410
|
api?: {
|
|
1840
|
-
|
|
1841
|
-
|
|
1842
|
-
directory?: string | undefined;
|
|
1411
|
+
params?: {
|
|
1412
|
+
expanded?: "all" | "closed" | undefined;
|
|
1843
1413
|
} | undefined;
|
|
1844
|
-
|
|
1414
|
+
openapi?: string | string[] | {
|
|
1845
1415
|
source: string;
|
|
1846
1416
|
directory?: string | undefined;
|
|
1847
1417
|
} | undefined;
|
|
1848
|
-
params?: {
|
|
1849
|
-
expanded?: "all" | "closed" | undefined;
|
|
1850
|
-
} | undefined;
|
|
1851
1418
|
playground?: {
|
|
1852
1419
|
display?: "simple" | "none" | "interactive" | undefined;
|
|
1853
1420
|
proxy?: boolean | undefined;
|
|
1854
1421
|
} | undefined;
|
|
1422
|
+
asyncapi?: string | string[] | {
|
|
1423
|
+
source: string;
|
|
1424
|
+
directory?: string | undefined;
|
|
1425
|
+
} | undefined;
|
|
1855
1426
|
examples?: {
|
|
1856
|
-
defaults?: "all" | "required" | undefined;
|
|
1857
1427
|
languages?: string[] | undefined;
|
|
1428
|
+
defaults?: "all" | "required" | undefined;
|
|
1858
1429
|
prefill?: boolean | undefined;
|
|
1859
1430
|
} | undefined;
|
|
1860
1431
|
mdx?: {
|
|
1432
|
+
server?: string | string[] | undefined;
|
|
1861
1433
|
auth?: {
|
|
1862
|
-
method?: "key" | "bearer" | "basic" | "cobo" | undefined;
|
|
1863
1434
|
name?: string | undefined;
|
|
1435
|
+
method?: "key" | "bearer" | "basic" | "cobo" | undefined;
|
|
1864
1436
|
} | undefined;
|
|
1865
|
-
server?: string | string[] | undefined;
|
|
1866
|
-
} | undefined;
|
|
1867
|
-
} | undefined;
|
|
1868
|
-
appearance?: {
|
|
1869
|
-
default?: "light" | "dark" | "system" | undefined;
|
|
1870
|
-
strict?: boolean | undefined;
|
|
1871
|
-
} | undefined;
|
|
1872
|
-
background?: {
|
|
1873
|
-
image?: string | {
|
|
1874
|
-
light: string;
|
|
1875
|
-
dark: string;
|
|
1876
|
-
} | undefined;
|
|
1877
|
-
decoration?: "gradient" | "grid" | "windows" | undefined;
|
|
1878
|
-
color?: {
|
|
1879
|
-
light?: string | undefined;
|
|
1880
|
-
dark?: string | undefined;
|
|
1881
1437
|
} | undefined;
|
|
1882
1438
|
} | undefined;
|
|
1883
|
-
|
|
1884
|
-
|
|
1885
|
-
href: string;
|
|
1886
|
-
label: string;
|
|
1887
|
-
icon?: string | {
|
|
1888
|
-
name: string;
|
|
1889
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1890
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
1891
|
-
} | undefined;
|
|
1892
|
-
}[] | undefined;
|
|
1893
|
-
primary?: {
|
|
1894
|
-
type: "button";
|
|
1895
|
-
href: string;
|
|
1896
|
-
label: string;
|
|
1897
|
-
} | {
|
|
1898
|
-
type: "github";
|
|
1899
|
-
href: string;
|
|
1900
|
-
} | undefined;
|
|
1439
|
+
metadata?: {
|
|
1440
|
+
timestamp: boolean;
|
|
1901
1441
|
} | undefined;
|
|
1902
1442
|
footer?: {
|
|
1903
|
-
socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter" | "x-twitter" | "earth-americas" | "bluesky" | "threads" | "reddit" | "podcast", string>> | undefined;
|
|
1904
1443
|
links?: {
|
|
1905
1444
|
items: {
|
|
1906
1445
|
href: string;
|
|
@@ -1908,54 +1447,8 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1908
1447
|
}[];
|
|
1909
1448
|
header?: string | undefined;
|
|
1910
1449
|
}[] | undefined;
|
|
1450
|
+
socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter" | "x-twitter" | "earth-americas" | "bluesky" | "threads" | "reddit" | "podcast", string>> | undefined;
|
|
1911
1451
|
} | undefined;
|
|
1912
|
-
search?: {
|
|
1913
|
-
prompt?: string | undefined;
|
|
1914
|
-
} | undefined;
|
|
1915
|
-
seo?: {
|
|
1916
|
-
metatags?: Record<string, string> | undefined;
|
|
1917
|
-
indexing?: "all" | "navigable" | undefined;
|
|
1918
|
-
} | undefined;
|
|
1919
|
-
fonts?: {
|
|
1920
|
-
family: string;
|
|
1921
|
-
weight?: number | undefined;
|
|
1922
|
-
source?: string | undefined;
|
|
1923
|
-
format?: "woff" | "woff2" | undefined;
|
|
1924
|
-
} | {
|
|
1925
|
-
heading?: {
|
|
1926
|
-
family: string;
|
|
1927
|
-
weight?: number | undefined;
|
|
1928
|
-
source?: string | undefined;
|
|
1929
|
-
format?: "woff" | "woff2" | undefined;
|
|
1930
|
-
} | undefined;
|
|
1931
|
-
body?: {
|
|
1932
|
-
family: string;
|
|
1933
|
-
weight?: number | undefined;
|
|
1934
|
-
source?: string | undefined;
|
|
1935
|
-
format?: "woff" | "woff2" | undefined;
|
|
1936
|
-
} | undefined;
|
|
1937
|
-
} | undefined;
|
|
1938
|
-
icons?: {
|
|
1939
|
-
library: "fontawesome" | "lucide";
|
|
1940
|
-
} | undefined;
|
|
1941
|
-
styling?: {
|
|
1942
|
-
eyebrows?: "section" | "breadcrumbs" | undefined;
|
|
1943
|
-
codeblocks?: "dark" | "system" | {
|
|
1944
|
-
theme?: "andromeeda" | "aurora-x" | "ayu-dark" | "catppuccin-frappe" | "catppuccin-latte" | "catppuccin-macchiato" | "catppuccin-mocha" | "dark-plus" | "dracula" | "dracula-soft" | "everforest-dark" | "everforest-light" | "github-dark" | "github-dark-default" | "github-dark-dimmed" | "github-dark-high-contrast" | "github-light" | "github-light-default" | "github-light-high-contrast" | "gruvbox-dark-hard" | "gruvbox-dark-medium" | "gruvbox-dark-soft" | "gruvbox-light-hard" | "gruvbox-light-medium" | "gruvbox-light-soft" | "houston" | "kanagawa-dragon" | "kanagawa-lotus" | "kanagawa-wave" | "laserwave" | "light-plus" | "material-theme" | "material-theme-darker" | "material-theme-lighter" | "material-theme-ocean" | "material-theme-palenight" | "min-dark" | "min-light" | "monokai" | "night-owl" | "nord" | "one-dark-pro" | "one-light" | "plastic" | "poimandres" | "red" | "rose-pine" | "rose-pine-dawn" | "rose-pine-moon" | "slack-dark" | "slack-ochin" | "snazzy-light" | "solarized-dark" | "solarized-light" | "synthwave-84" | "tokyo-night" | "vesper" | "vitesse-black" | "vitesse-dark" | "vitesse-light" | "css-variables" | {
|
|
1945
|
-
light: "andromeeda" | "aurora-x" | "ayu-dark" | "catppuccin-frappe" | "catppuccin-latte" | "catppuccin-macchiato" | "catppuccin-mocha" | "dark-plus" | "dracula" | "dracula-soft" | "everforest-dark" | "everforest-light" | "github-dark" | "github-dark-default" | "github-dark-dimmed" | "github-dark-high-contrast" | "github-light" | "github-light-default" | "github-light-high-contrast" | "gruvbox-dark-hard" | "gruvbox-dark-medium" | "gruvbox-dark-soft" | "gruvbox-light-hard" | "gruvbox-light-medium" | "gruvbox-light-soft" | "houston" | "kanagawa-dragon" | "kanagawa-lotus" | "kanagawa-wave" | "laserwave" | "light-plus" | "material-theme" | "material-theme-darker" | "material-theme-lighter" | "material-theme-ocean" | "material-theme-palenight" | "min-dark" | "min-light" | "monokai" | "night-owl" | "nord" | "one-dark-pro" | "one-light" | "plastic" | "poimandres" | "red" | "rose-pine" | "rose-pine-dawn" | "rose-pine-moon" | "slack-dark" | "slack-ochin" | "snazzy-light" | "solarized-dark" | "solarized-light" | "synthwave-84" | "tokyo-night" | "vesper" | "vitesse-black" | "vitesse-dark" | "vitesse-light" | "css-variables";
|
|
1946
|
-
dark: "andromeeda" | "aurora-x" | "ayu-dark" | "catppuccin-frappe" | "catppuccin-latte" | "catppuccin-macchiato" | "catppuccin-mocha" | "dark-plus" | "dracula" | "dracula-soft" | "everforest-dark" | "everforest-light" | "github-dark" | "github-dark-default" | "github-dark-dimmed" | "github-dark-high-contrast" | "github-light" | "github-light-default" | "github-light-high-contrast" | "gruvbox-dark-hard" | "gruvbox-dark-medium" | "gruvbox-dark-soft" | "gruvbox-light-hard" | "gruvbox-light-medium" | "gruvbox-light-soft" | "houston" | "kanagawa-dragon" | "kanagawa-lotus" | "kanagawa-wave" | "laserwave" | "light-plus" | "material-theme" | "material-theme-darker" | "material-theme-lighter" | "material-theme-ocean" | "material-theme-palenight" | "min-dark" | "min-light" | "monokai" | "night-owl" | "nord" | "one-dark-pro" | "one-light" | "plastic" | "poimandres" | "red" | "rose-pine" | "rose-pine-dawn" | "rose-pine-moon" | "slack-dark" | "slack-ochin" | "snazzy-light" | "solarized-dark" | "solarized-light" | "synthwave-84" | "tokyo-night" | "vesper" | "vitesse-black" | "vitesse-dark" | "vitesse-light" | "css-variables";
|
|
1947
|
-
} | undefined;
|
|
1948
|
-
languages?: {
|
|
1949
|
-
custom?: string[] | undefined;
|
|
1950
|
-
} | undefined;
|
|
1951
|
-
} | undefined;
|
|
1952
|
-
latex?: boolean | undefined;
|
|
1953
|
-
} | undefined;
|
|
1954
|
-
redirects?: {
|
|
1955
|
-
source: string;
|
|
1956
|
-
destination: string;
|
|
1957
|
-
permanent?: boolean | undefined;
|
|
1958
|
-
}[] | undefined;
|
|
1959
1452
|
integrations?: {
|
|
1960
1453
|
amplitude?: {
|
|
1961
1454
|
apiKey: string;
|
|
@@ -1969,9 +1462,6 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1969
1462
|
fathom?: {
|
|
1970
1463
|
siteId: string;
|
|
1971
1464
|
} | undefined;
|
|
1972
|
-
frontchat?: {
|
|
1973
|
-
snippetId: string;
|
|
1974
|
-
} | undefined;
|
|
1975
1465
|
ga4?: {
|
|
1976
1466
|
measurementId: string;
|
|
1977
1467
|
} | undefined;
|
|
@@ -1989,9 +1479,6 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1989
1479
|
hjid: string;
|
|
1990
1480
|
hjsv: string;
|
|
1991
1481
|
} | undefined;
|
|
1992
|
-
intercom?: {
|
|
1993
|
-
appId: string;
|
|
1994
|
-
} | undefined;
|
|
1995
1482
|
koala?: {
|
|
1996
1483
|
publicApiKey: string;
|
|
1997
1484
|
} | undefined;
|
|
@@ -2001,9 +1488,6 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
2001
1488
|
mixpanel?: {
|
|
2002
1489
|
projectToken: string;
|
|
2003
1490
|
} | undefined;
|
|
2004
|
-
osano?: {
|
|
2005
|
-
scriptSource: string;
|
|
2006
|
-
} | undefined;
|
|
2007
1491
|
pirsch?: {
|
|
2008
1492
|
id: string;
|
|
2009
1493
|
} | undefined;
|
|
@@ -2018,13 +1502,93 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
2018
1502
|
segment?: {
|
|
2019
1503
|
key: string;
|
|
2020
1504
|
} | undefined;
|
|
1505
|
+
intercom?: {
|
|
1506
|
+
appId: string;
|
|
1507
|
+
} | undefined;
|
|
1508
|
+
frontchat?: {
|
|
1509
|
+
snippetId: string;
|
|
1510
|
+
} | undefined;
|
|
1511
|
+
osano?: {
|
|
1512
|
+
scriptSource: string;
|
|
1513
|
+
} | undefined;
|
|
2021
1514
|
telemetry?: {
|
|
2022
1515
|
enabled?: boolean | undefined;
|
|
2023
1516
|
} | undefined;
|
|
2024
1517
|
cookies?: {
|
|
2025
|
-
key?: string | undefined;
|
|
2026
1518
|
value?: string | undefined;
|
|
1519
|
+
key?: string | undefined;
|
|
1520
|
+
} | undefined;
|
|
1521
|
+
} | undefined;
|
|
1522
|
+
search?: {
|
|
1523
|
+
prompt?: string | undefined;
|
|
1524
|
+
} | undefined;
|
|
1525
|
+
redirects?: {
|
|
1526
|
+
source: string;
|
|
1527
|
+
destination: string;
|
|
1528
|
+
permanent?: boolean | undefined;
|
|
1529
|
+
}[] | undefined;
|
|
1530
|
+
seo?: {
|
|
1531
|
+
metatags?: Record<string, string> | undefined;
|
|
1532
|
+
indexing?: "all" | "navigable" | undefined;
|
|
1533
|
+
} | undefined;
|
|
1534
|
+
description?: string | undefined;
|
|
1535
|
+
appearance?: {
|
|
1536
|
+
strict?: boolean | undefined;
|
|
1537
|
+
default?: "light" | "dark" | "system" | undefined;
|
|
1538
|
+
} | undefined;
|
|
1539
|
+
fonts?: {
|
|
1540
|
+
family: string;
|
|
1541
|
+
source?: string | undefined;
|
|
1542
|
+
weight?: number | undefined;
|
|
1543
|
+
format?: "woff" | "woff2" | undefined;
|
|
1544
|
+
} | {
|
|
1545
|
+
body?: {
|
|
1546
|
+
family: string;
|
|
1547
|
+
source?: string | undefined;
|
|
1548
|
+
weight?: number | undefined;
|
|
1549
|
+
format?: "woff" | "woff2" | undefined;
|
|
1550
|
+
} | undefined;
|
|
1551
|
+
heading?: {
|
|
1552
|
+
family: string;
|
|
1553
|
+
source?: string | undefined;
|
|
1554
|
+
weight?: number | undefined;
|
|
1555
|
+
format?: "woff" | "woff2" | undefined;
|
|
1556
|
+
} | undefined;
|
|
1557
|
+
} | undefined;
|
|
1558
|
+
navbar?: {
|
|
1559
|
+
primary?: {
|
|
1560
|
+
type: "button";
|
|
1561
|
+
href: string;
|
|
1562
|
+
label: string;
|
|
1563
|
+
} | {
|
|
1564
|
+
type: "github";
|
|
1565
|
+
href: string;
|
|
1566
|
+
} | undefined;
|
|
1567
|
+
links?: {
|
|
1568
|
+
href: string;
|
|
1569
|
+
label: string;
|
|
1570
|
+
icon?: string | {
|
|
1571
|
+
name: string;
|
|
1572
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1573
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
1574
|
+
} | undefined;
|
|
1575
|
+
}[] | undefined;
|
|
1576
|
+
} | undefined;
|
|
1577
|
+
icons?: {
|
|
1578
|
+
library: "fontawesome" | "lucide";
|
|
1579
|
+
} | undefined;
|
|
1580
|
+
styling?: {
|
|
1581
|
+
eyebrows?: "section" | "breadcrumbs" | undefined;
|
|
1582
|
+
codeblocks?: "dark" | "system" | {
|
|
1583
|
+
languages?: {
|
|
1584
|
+
custom?: string[] | undefined;
|
|
1585
|
+
} | undefined;
|
|
1586
|
+
theme?: "andromeeda" | "aurora-x" | "ayu-dark" | "catppuccin-frappe" | "catppuccin-latte" | "catppuccin-macchiato" | "catppuccin-mocha" | "dark-plus" | "dracula" | "dracula-soft" | "everforest-dark" | "everforest-light" | "github-dark" | "github-dark-default" | "github-dark-dimmed" | "github-dark-high-contrast" | "github-light" | "github-light-default" | "github-light-high-contrast" | "gruvbox-dark-hard" | "gruvbox-dark-medium" | "gruvbox-dark-soft" | "gruvbox-light-hard" | "gruvbox-light-medium" | "gruvbox-light-soft" | "houston" | "kanagawa-dragon" | "kanagawa-lotus" | "kanagawa-wave" | "laserwave" | "light-plus" | "material-theme" | "material-theme-darker" | "material-theme-lighter" | "material-theme-ocean" | "material-theme-palenight" | "min-dark" | "min-light" | "monokai" | "night-owl" | "nord" | "one-dark-pro" | "one-light" | "plastic" | "poimandres" | "red" | "rose-pine" | "rose-pine-dawn" | "rose-pine-moon" | "slack-dark" | "slack-ochin" | "snazzy-light" | "solarized-dark" | "solarized-light" | "synthwave-84" | "tokyo-night" | "vesper" | "vitesse-black" | "vitesse-dark" | "vitesse-light" | "css-variables" | {
|
|
1587
|
+
light: "andromeeda" | "aurora-x" | "ayu-dark" | "catppuccin-frappe" | "catppuccin-latte" | "catppuccin-macchiato" | "catppuccin-mocha" | "dark-plus" | "dracula" | "dracula-soft" | "everforest-dark" | "everforest-light" | "github-dark" | "github-dark-default" | "github-dark-dimmed" | "github-dark-high-contrast" | "github-light" | "github-light-default" | "github-light-high-contrast" | "gruvbox-dark-hard" | "gruvbox-dark-medium" | "gruvbox-dark-soft" | "gruvbox-light-hard" | "gruvbox-light-medium" | "gruvbox-light-soft" | "houston" | "kanagawa-dragon" | "kanagawa-lotus" | "kanagawa-wave" | "laserwave" | "light-plus" | "material-theme" | "material-theme-darker" | "material-theme-lighter" | "material-theme-ocean" | "material-theme-palenight" | "min-dark" | "min-light" | "monokai" | "night-owl" | "nord" | "one-dark-pro" | "one-light" | "plastic" | "poimandres" | "red" | "rose-pine" | "rose-pine-dawn" | "rose-pine-moon" | "slack-dark" | "slack-ochin" | "snazzy-light" | "solarized-dark" | "solarized-light" | "synthwave-84" | "tokyo-night" | "vesper" | "vitesse-black" | "vitesse-dark" | "vitesse-light" | "css-variables";
|
|
1588
|
+
dark: "andromeeda" | "aurora-x" | "ayu-dark" | "catppuccin-frappe" | "catppuccin-latte" | "catppuccin-macchiato" | "catppuccin-mocha" | "dark-plus" | "dracula" | "dracula-soft" | "everforest-dark" | "everforest-light" | "github-dark" | "github-dark-default" | "github-dark-dimmed" | "github-dark-high-contrast" | "github-light" | "github-light-default" | "github-light-high-contrast" | "gruvbox-dark-hard" | "gruvbox-dark-medium" | "gruvbox-dark-soft" | "gruvbox-light-hard" | "gruvbox-light-medium" | "gruvbox-light-soft" | "houston" | "kanagawa-dragon" | "kanagawa-lotus" | "kanagawa-wave" | "laserwave" | "light-plus" | "material-theme" | "material-theme-darker" | "material-theme-lighter" | "material-theme-ocean" | "material-theme-palenight" | "min-dark" | "min-light" | "monokai" | "night-owl" | "nord" | "one-dark-pro" | "one-light" | "plastic" | "poimandres" | "red" | "rose-pine" | "rose-pine-dawn" | "rose-pine-moon" | "slack-dark" | "slack-ochin" | "snazzy-light" | "solarized-dark" | "solarized-light" | "synthwave-84" | "tokyo-night" | "vesper" | "vitesse-black" | "vitesse-dark" | "vitesse-light" | "css-variables";
|
|
1589
|
+
} | undefined;
|
|
2027
1590
|
} | undefined;
|
|
1591
|
+
latex?: boolean | undefined;
|
|
2028
1592
|
} | undefined;
|
|
2029
1593
|
banner?: {
|
|
2030
1594
|
content: string;
|
|
@@ -2039,19 +1603,13 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
2039
1603
|
} | undefined;
|
|
2040
1604
|
contextual?: {
|
|
2041
1605
|
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
2042
|
-
href:
|
|
2043
|
-
base: string;
|
|
2044
|
-
query?: {
|
|
2045
|
-
value: string;
|
|
2046
|
-
key: string;
|
|
2047
|
-
}[] | undefined;
|
|
2048
|
-
}) & (string | {
|
|
1606
|
+
href: string | {
|
|
2049
1607
|
base: string;
|
|
2050
1608
|
query?: {
|
|
2051
1609
|
value: string;
|
|
2052
1610
|
key: string;
|
|
2053
1611
|
}[] | undefined;
|
|
2054
|
-
}
|
|
1612
|
+
};
|
|
2055
1613
|
title: string;
|
|
2056
1614
|
description: string;
|
|
2057
1615
|
icon?: string | {
|
|
@@ -2062,8 +1620,8 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
2062
1620
|
})[];
|
|
2063
1621
|
} | undefined;
|
|
2064
1622
|
thumbnails?: {
|
|
2065
|
-
appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
|
|
2066
1623
|
background?: string | undefined;
|
|
1624
|
+
appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
|
|
2067
1625
|
fonts?: {
|
|
2068
1626
|
family: string;
|
|
2069
1627
|
} | undefined;
|
|
@@ -2071,9 +1629,6 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
2071
1629
|
interaction?: {
|
|
2072
1630
|
drilldown?: boolean | undefined;
|
|
2073
1631
|
} | undefined;
|
|
2074
|
-
metadata?: {
|
|
2075
|
-
timestamp: boolean;
|
|
2076
|
-
} | undefined;
|
|
2077
1632
|
} | {
|
|
2078
1633
|
name: string;
|
|
2079
1634
|
$schema: string;
|
|
@@ -2083,7 +1638,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
2083
1638
|
light?: string | undefined;
|
|
2084
1639
|
dark?: string | undefined;
|
|
2085
1640
|
};
|
|
2086
|
-
navigation:
|
|
1641
|
+
navigation: {
|
|
2087
1642
|
products: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").ProductNavigation<"default">[];
|
|
2088
1643
|
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
2089
1644
|
} | {
|
|
@@ -2103,13 +1658,10 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
2103
1658
|
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
2104
1659
|
} | {
|
|
2105
1660
|
groups: ({
|
|
2106
|
-
openapi:
|
|
2107
|
-
source: string;
|
|
2108
|
-
directory?: string | undefined;
|
|
2109
|
-
}) & (string | string[] | {
|
|
1661
|
+
openapi: string | string[] | {
|
|
2110
1662
|
source: string;
|
|
2111
1663
|
directory?: string | undefined;
|
|
2112
|
-
}
|
|
1664
|
+
};
|
|
2113
1665
|
group: string;
|
|
2114
1666
|
pages: any[];
|
|
2115
1667
|
icon?: string | {
|
|
@@ -2125,13 +1677,10 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
2125
1677
|
} | {
|
|
2126
1678
|
group: string;
|
|
2127
1679
|
pages: any[];
|
|
2128
|
-
asyncapi:
|
|
1680
|
+
asyncapi: string | string[] | {
|
|
2129
1681
|
source: string;
|
|
2130
1682
|
directory?: string | undefined;
|
|
2131
|
-
}
|
|
2132
|
-
source: string;
|
|
2133
|
-
directory?: string | undefined;
|
|
2134
|
-
} | undefined);
|
|
1683
|
+
};
|
|
2135
1684
|
icon?: string | {
|
|
2136
1685
|
name: string;
|
|
2137
1686
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -2160,85 +1709,18 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
2160
1709
|
} | {
|
|
2161
1710
|
pages: any[];
|
|
2162
1711
|
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
2163
|
-
}
|
|
2164
|
-
|
|
2165
|
-
|
|
2166
|
-
|
|
2167
|
-
|
|
2168
|
-
|
|
2169
|
-
|
|
2170
|
-
|
|
2171
|
-
|
|
2172
|
-
|
|
2173
|
-
|
|
2174
|
-
|
|
2175
|
-
} | {
|
|
2176
|
-
dropdowns: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
|
|
2177
|
-
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
2178
|
-
} | {
|
|
2179
|
-
anchors: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
|
|
2180
|
-
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
2181
|
-
} | {
|
|
2182
|
-
groups: ({
|
|
2183
|
-
openapi: (string | string[] | {
|
|
2184
|
-
source: string;
|
|
2185
|
-
directory?: string | undefined;
|
|
2186
|
-
}) & (string | string[] | {
|
|
2187
|
-
source: string;
|
|
2188
|
-
directory?: string | undefined;
|
|
2189
|
-
} | undefined);
|
|
2190
|
-
group: string;
|
|
2191
|
-
pages: any[];
|
|
2192
|
-
icon?: string | {
|
|
2193
|
-
name: string;
|
|
2194
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2195
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
2196
|
-
} | undefined;
|
|
2197
|
-
expanded?: boolean | undefined;
|
|
2198
|
-
public?: boolean | undefined;
|
|
2199
|
-
tag?: string | undefined;
|
|
2200
|
-
hidden?: boolean | undefined;
|
|
2201
|
-
root?: string | undefined;
|
|
2202
|
-
} | {
|
|
2203
|
-
group: string;
|
|
2204
|
-
pages: any[];
|
|
2205
|
-
asyncapi: (string | string[] | {
|
|
2206
|
-
source: string;
|
|
2207
|
-
directory?: string | undefined;
|
|
2208
|
-
}) & (string | string[] | {
|
|
2209
|
-
source: string;
|
|
2210
|
-
directory?: string | undefined;
|
|
2211
|
-
} | undefined);
|
|
2212
|
-
icon?: string | {
|
|
2213
|
-
name: string;
|
|
2214
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2215
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
2216
|
-
} | undefined;
|
|
2217
|
-
expanded?: boolean | undefined;
|
|
2218
|
-
public?: boolean | undefined;
|
|
2219
|
-
tag?: string | undefined;
|
|
2220
|
-
hidden?: boolean | undefined;
|
|
2221
|
-
root?: string | undefined;
|
|
2222
|
-
} | {
|
|
2223
|
-
group: string;
|
|
2224
|
-
pages: any[];
|
|
2225
|
-
icon?: string | {
|
|
2226
|
-
name: string;
|
|
2227
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2228
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
2229
|
-
} | undefined;
|
|
2230
|
-
expanded?: boolean | undefined;
|
|
2231
|
-
public?: boolean | undefined;
|
|
2232
|
-
tag?: string | undefined;
|
|
2233
|
-
hidden?: boolean | undefined;
|
|
2234
|
-
root?: string | undefined;
|
|
2235
|
-
})[];
|
|
2236
|
-
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
2237
|
-
} | {
|
|
2238
|
-
pages: any[];
|
|
2239
|
-
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
2240
|
-
} | undefined);
|
|
2241
|
-
description?: string | undefined;
|
|
1712
|
+
};
|
|
1713
|
+
background?: {
|
|
1714
|
+
color?: {
|
|
1715
|
+
light?: string | undefined;
|
|
1716
|
+
dark?: string | undefined;
|
|
1717
|
+
} | undefined;
|
|
1718
|
+
image?: string | {
|
|
1719
|
+
light: string;
|
|
1720
|
+
dark: string;
|
|
1721
|
+
} | undefined;
|
|
1722
|
+
decoration?: "gradient" | "grid" | "windows" | undefined;
|
|
1723
|
+
} | undefined;
|
|
2242
1724
|
logo?: string | {
|
|
2243
1725
|
light: string;
|
|
2244
1726
|
dark: string;
|
|
@@ -2249,70 +1731,38 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
2249
1731
|
dark: string;
|
|
2250
1732
|
} | undefined;
|
|
2251
1733
|
api?: {
|
|
2252
|
-
|
|
2253
|
-
|
|
2254
|
-
directory?: string | undefined;
|
|
1734
|
+
params?: {
|
|
1735
|
+
expanded?: "all" | "closed" | undefined;
|
|
2255
1736
|
} | undefined;
|
|
2256
|
-
|
|
1737
|
+
openapi?: string | string[] | {
|
|
2257
1738
|
source: string;
|
|
2258
1739
|
directory?: string | undefined;
|
|
2259
1740
|
} | undefined;
|
|
2260
|
-
params?: {
|
|
2261
|
-
expanded?: "all" | "closed" | undefined;
|
|
2262
|
-
} | undefined;
|
|
2263
1741
|
playground?: {
|
|
2264
1742
|
display?: "simple" | "none" | "interactive" | undefined;
|
|
2265
1743
|
proxy?: boolean | undefined;
|
|
2266
1744
|
} | undefined;
|
|
1745
|
+
asyncapi?: string | string[] | {
|
|
1746
|
+
source: string;
|
|
1747
|
+
directory?: string | undefined;
|
|
1748
|
+
} | undefined;
|
|
2267
1749
|
examples?: {
|
|
2268
|
-
defaults?: "all" | "required" | undefined;
|
|
2269
1750
|
languages?: string[] | undefined;
|
|
1751
|
+
defaults?: "all" | "required" | undefined;
|
|
2270
1752
|
prefill?: boolean | undefined;
|
|
2271
1753
|
} | undefined;
|
|
2272
1754
|
mdx?: {
|
|
1755
|
+
server?: string | string[] | undefined;
|
|
2273
1756
|
auth?: {
|
|
2274
|
-
method?: "key" | "bearer" | "basic" | "cobo" | undefined;
|
|
2275
1757
|
name?: string | undefined;
|
|
1758
|
+
method?: "key" | "bearer" | "basic" | "cobo" | undefined;
|
|
2276
1759
|
} | undefined;
|
|
2277
|
-
server?: string | string[] | undefined;
|
|
2278
1760
|
} | undefined;
|
|
2279
1761
|
} | undefined;
|
|
2280
|
-
|
|
2281
|
-
|
|
2282
|
-
strict?: boolean | undefined;
|
|
2283
|
-
} | undefined;
|
|
2284
|
-
background?: {
|
|
2285
|
-
image?: string | {
|
|
2286
|
-
light: string;
|
|
2287
|
-
dark: string;
|
|
2288
|
-
} | undefined;
|
|
2289
|
-
decoration?: "gradient" | "grid" | "windows" | undefined;
|
|
2290
|
-
color?: {
|
|
2291
|
-
light?: string | undefined;
|
|
2292
|
-
dark?: string | undefined;
|
|
2293
|
-
} | undefined;
|
|
2294
|
-
} | undefined;
|
|
2295
|
-
navbar?: {
|
|
2296
|
-
links?: {
|
|
2297
|
-
href: string;
|
|
2298
|
-
label: string;
|
|
2299
|
-
icon?: string | {
|
|
2300
|
-
name: string;
|
|
2301
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2302
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
2303
|
-
} | undefined;
|
|
2304
|
-
}[] | undefined;
|
|
2305
|
-
primary?: {
|
|
2306
|
-
type: "button";
|
|
2307
|
-
href: string;
|
|
2308
|
-
label: string;
|
|
2309
|
-
} | {
|
|
2310
|
-
type: "github";
|
|
2311
|
-
href: string;
|
|
2312
|
-
} | undefined;
|
|
1762
|
+
metadata?: {
|
|
1763
|
+
timestamp: boolean;
|
|
2313
1764
|
} | undefined;
|
|
2314
1765
|
footer?: {
|
|
2315
|
-
socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter" | "x-twitter" | "earth-americas" | "bluesky" | "threads" | "reddit" | "podcast", string>> | undefined;
|
|
2316
1766
|
links?: {
|
|
2317
1767
|
items: {
|
|
2318
1768
|
href: string;
|
|
@@ -2320,54 +1770,8 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
2320
1770
|
}[];
|
|
2321
1771
|
header?: string | undefined;
|
|
2322
1772
|
}[] | undefined;
|
|
1773
|
+
socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter" | "x-twitter" | "earth-americas" | "bluesky" | "threads" | "reddit" | "podcast", string>> | undefined;
|
|
2323
1774
|
} | undefined;
|
|
2324
|
-
search?: {
|
|
2325
|
-
prompt?: string | undefined;
|
|
2326
|
-
} | undefined;
|
|
2327
|
-
seo?: {
|
|
2328
|
-
metatags?: Record<string, string> | undefined;
|
|
2329
|
-
indexing?: "all" | "navigable" | undefined;
|
|
2330
|
-
} | undefined;
|
|
2331
|
-
fonts?: {
|
|
2332
|
-
family: string;
|
|
2333
|
-
weight?: number | undefined;
|
|
2334
|
-
source?: string | undefined;
|
|
2335
|
-
format?: "woff" | "woff2" | undefined;
|
|
2336
|
-
} | {
|
|
2337
|
-
heading?: {
|
|
2338
|
-
family: string;
|
|
2339
|
-
weight?: number | undefined;
|
|
2340
|
-
source?: string | undefined;
|
|
2341
|
-
format?: "woff" | "woff2" | undefined;
|
|
2342
|
-
} | undefined;
|
|
2343
|
-
body?: {
|
|
2344
|
-
family: string;
|
|
2345
|
-
weight?: number | undefined;
|
|
2346
|
-
source?: string | undefined;
|
|
2347
|
-
format?: "woff" | "woff2" | undefined;
|
|
2348
|
-
} | undefined;
|
|
2349
|
-
} | undefined;
|
|
2350
|
-
icons?: {
|
|
2351
|
-
library: "fontawesome" | "lucide";
|
|
2352
|
-
} | undefined;
|
|
2353
|
-
styling?: {
|
|
2354
|
-
eyebrows?: "section" | "breadcrumbs" | undefined;
|
|
2355
|
-
codeblocks?: "dark" | "system" | {
|
|
2356
|
-
theme?: "andromeeda" | "aurora-x" | "ayu-dark" | "catppuccin-frappe" | "catppuccin-latte" | "catppuccin-macchiato" | "catppuccin-mocha" | "dark-plus" | "dracula" | "dracula-soft" | "everforest-dark" | "everforest-light" | "github-dark" | "github-dark-default" | "github-dark-dimmed" | "github-dark-high-contrast" | "github-light" | "github-light-default" | "github-light-high-contrast" | "gruvbox-dark-hard" | "gruvbox-dark-medium" | "gruvbox-dark-soft" | "gruvbox-light-hard" | "gruvbox-light-medium" | "gruvbox-light-soft" | "houston" | "kanagawa-dragon" | "kanagawa-lotus" | "kanagawa-wave" | "laserwave" | "light-plus" | "material-theme" | "material-theme-darker" | "material-theme-lighter" | "material-theme-ocean" | "material-theme-palenight" | "min-dark" | "min-light" | "monokai" | "night-owl" | "nord" | "one-dark-pro" | "one-light" | "plastic" | "poimandres" | "red" | "rose-pine" | "rose-pine-dawn" | "rose-pine-moon" | "slack-dark" | "slack-ochin" | "snazzy-light" | "solarized-dark" | "solarized-light" | "synthwave-84" | "tokyo-night" | "vesper" | "vitesse-black" | "vitesse-dark" | "vitesse-light" | "css-variables" | {
|
|
2357
|
-
light: "andromeeda" | "aurora-x" | "ayu-dark" | "catppuccin-frappe" | "catppuccin-latte" | "catppuccin-macchiato" | "catppuccin-mocha" | "dark-plus" | "dracula" | "dracula-soft" | "everforest-dark" | "everforest-light" | "github-dark" | "github-dark-default" | "github-dark-dimmed" | "github-dark-high-contrast" | "github-light" | "github-light-default" | "github-light-high-contrast" | "gruvbox-dark-hard" | "gruvbox-dark-medium" | "gruvbox-dark-soft" | "gruvbox-light-hard" | "gruvbox-light-medium" | "gruvbox-light-soft" | "houston" | "kanagawa-dragon" | "kanagawa-lotus" | "kanagawa-wave" | "laserwave" | "light-plus" | "material-theme" | "material-theme-darker" | "material-theme-lighter" | "material-theme-ocean" | "material-theme-palenight" | "min-dark" | "min-light" | "monokai" | "night-owl" | "nord" | "one-dark-pro" | "one-light" | "plastic" | "poimandres" | "red" | "rose-pine" | "rose-pine-dawn" | "rose-pine-moon" | "slack-dark" | "slack-ochin" | "snazzy-light" | "solarized-dark" | "solarized-light" | "synthwave-84" | "tokyo-night" | "vesper" | "vitesse-black" | "vitesse-dark" | "vitesse-light" | "css-variables";
|
|
2358
|
-
dark: "andromeeda" | "aurora-x" | "ayu-dark" | "catppuccin-frappe" | "catppuccin-latte" | "catppuccin-macchiato" | "catppuccin-mocha" | "dark-plus" | "dracula" | "dracula-soft" | "everforest-dark" | "everforest-light" | "github-dark" | "github-dark-default" | "github-dark-dimmed" | "github-dark-high-contrast" | "github-light" | "github-light-default" | "github-light-high-contrast" | "gruvbox-dark-hard" | "gruvbox-dark-medium" | "gruvbox-dark-soft" | "gruvbox-light-hard" | "gruvbox-light-medium" | "gruvbox-light-soft" | "houston" | "kanagawa-dragon" | "kanagawa-lotus" | "kanagawa-wave" | "laserwave" | "light-plus" | "material-theme" | "material-theme-darker" | "material-theme-lighter" | "material-theme-ocean" | "material-theme-palenight" | "min-dark" | "min-light" | "monokai" | "night-owl" | "nord" | "one-dark-pro" | "one-light" | "plastic" | "poimandres" | "red" | "rose-pine" | "rose-pine-dawn" | "rose-pine-moon" | "slack-dark" | "slack-ochin" | "snazzy-light" | "solarized-dark" | "solarized-light" | "synthwave-84" | "tokyo-night" | "vesper" | "vitesse-black" | "vitesse-dark" | "vitesse-light" | "css-variables";
|
|
2359
|
-
} | undefined;
|
|
2360
|
-
languages?: {
|
|
2361
|
-
custom?: string[] | undefined;
|
|
2362
|
-
} | undefined;
|
|
2363
|
-
} | undefined;
|
|
2364
|
-
latex?: boolean | undefined;
|
|
2365
|
-
} | undefined;
|
|
2366
|
-
redirects?: {
|
|
2367
|
-
source: string;
|
|
2368
|
-
destination: string;
|
|
2369
|
-
permanent?: boolean | undefined;
|
|
2370
|
-
}[] | undefined;
|
|
2371
1775
|
integrations?: {
|
|
2372
1776
|
amplitude?: {
|
|
2373
1777
|
apiKey: string;
|
|
@@ -2381,9 +1785,6 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
2381
1785
|
fathom?: {
|
|
2382
1786
|
siteId: string;
|
|
2383
1787
|
} | undefined;
|
|
2384
|
-
frontchat?: {
|
|
2385
|
-
snippetId: string;
|
|
2386
|
-
} | undefined;
|
|
2387
1788
|
ga4?: {
|
|
2388
1789
|
measurementId: string;
|
|
2389
1790
|
} | undefined;
|
|
@@ -2401,9 +1802,6 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
2401
1802
|
hjid: string;
|
|
2402
1803
|
hjsv: string;
|
|
2403
1804
|
} | undefined;
|
|
2404
|
-
intercom?: {
|
|
2405
|
-
appId: string;
|
|
2406
|
-
} | undefined;
|
|
2407
1805
|
koala?: {
|
|
2408
1806
|
publicApiKey: string;
|
|
2409
1807
|
} | undefined;
|
|
@@ -2413,9 +1811,6 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
2413
1811
|
mixpanel?: {
|
|
2414
1812
|
projectToken: string;
|
|
2415
1813
|
} | undefined;
|
|
2416
|
-
osano?: {
|
|
2417
|
-
scriptSource: string;
|
|
2418
|
-
} | undefined;
|
|
2419
1814
|
pirsch?: {
|
|
2420
1815
|
id: string;
|
|
2421
1816
|
} | undefined;
|
|
@@ -2430,14 +1825,94 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
2430
1825
|
segment?: {
|
|
2431
1826
|
key: string;
|
|
2432
1827
|
} | undefined;
|
|
1828
|
+
intercom?: {
|
|
1829
|
+
appId: string;
|
|
1830
|
+
} | undefined;
|
|
1831
|
+
frontchat?: {
|
|
1832
|
+
snippetId: string;
|
|
1833
|
+
} | undefined;
|
|
1834
|
+
osano?: {
|
|
1835
|
+
scriptSource: string;
|
|
1836
|
+
} | undefined;
|
|
2433
1837
|
telemetry?: {
|
|
2434
1838
|
enabled?: boolean | undefined;
|
|
2435
1839
|
} | undefined;
|
|
2436
1840
|
cookies?: {
|
|
2437
|
-
key?: string | undefined;
|
|
2438
1841
|
value?: string | undefined;
|
|
1842
|
+
key?: string | undefined;
|
|
1843
|
+
} | undefined;
|
|
1844
|
+
} | undefined;
|
|
1845
|
+
search?: {
|
|
1846
|
+
prompt?: string | undefined;
|
|
1847
|
+
} | undefined;
|
|
1848
|
+
redirects?: {
|
|
1849
|
+
source: string;
|
|
1850
|
+
destination: string;
|
|
1851
|
+
permanent?: boolean | undefined;
|
|
1852
|
+
}[] | undefined;
|
|
1853
|
+
seo?: {
|
|
1854
|
+
metatags?: Record<string, string> | undefined;
|
|
1855
|
+
indexing?: "all" | "navigable" | undefined;
|
|
1856
|
+
} | undefined;
|
|
1857
|
+
description?: string | undefined;
|
|
1858
|
+
appearance?: {
|
|
1859
|
+
strict?: boolean | undefined;
|
|
1860
|
+
default?: "light" | "dark" | "system" | undefined;
|
|
1861
|
+
} | undefined;
|
|
1862
|
+
fonts?: {
|
|
1863
|
+
family: string;
|
|
1864
|
+
source?: string | undefined;
|
|
1865
|
+
weight?: number | undefined;
|
|
1866
|
+
format?: "woff" | "woff2" | undefined;
|
|
1867
|
+
} | {
|
|
1868
|
+
body?: {
|
|
1869
|
+
family: string;
|
|
1870
|
+
source?: string | undefined;
|
|
1871
|
+
weight?: number | undefined;
|
|
1872
|
+
format?: "woff" | "woff2" | undefined;
|
|
1873
|
+
} | undefined;
|
|
1874
|
+
heading?: {
|
|
1875
|
+
family: string;
|
|
1876
|
+
source?: string | undefined;
|
|
1877
|
+
weight?: number | undefined;
|
|
1878
|
+
format?: "woff" | "woff2" | undefined;
|
|
2439
1879
|
} | undefined;
|
|
2440
1880
|
} | undefined;
|
|
1881
|
+
navbar?: {
|
|
1882
|
+
primary?: {
|
|
1883
|
+
type: "button";
|
|
1884
|
+
href: string;
|
|
1885
|
+
label: string;
|
|
1886
|
+
} | {
|
|
1887
|
+
type: "github";
|
|
1888
|
+
href: string;
|
|
1889
|
+
} | undefined;
|
|
1890
|
+
links?: {
|
|
1891
|
+
href: string;
|
|
1892
|
+
label: string;
|
|
1893
|
+
icon?: string | {
|
|
1894
|
+
name: string;
|
|
1895
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
1896
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
1897
|
+
} | undefined;
|
|
1898
|
+
}[] | undefined;
|
|
1899
|
+
} | undefined;
|
|
1900
|
+
icons?: {
|
|
1901
|
+
library: "fontawesome" | "lucide";
|
|
1902
|
+
} | undefined;
|
|
1903
|
+
styling?: {
|
|
1904
|
+
eyebrows?: "section" | "breadcrumbs" | undefined;
|
|
1905
|
+
codeblocks?: "dark" | "system" | {
|
|
1906
|
+
languages?: {
|
|
1907
|
+
custom?: string[] | undefined;
|
|
1908
|
+
} | undefined;
|
|
1909
|
+
theme?: "andromeeda" | "aurora-x" | "ayu-dark" | "catppuccin-frappe" | "catppuccin-latte" | "catppuccin-macchiato" | "catppuccin-mocha" | "dark-plus" | "dracula" | "dracula-soft" | "everforest-dark" | "everforest-light" | "github-dark" | "github-dark-default" | "github-dark-dimmed" | "github-dark-high-contrast" | "github-light" | "github-light-default" | "github-light-high-contrast" | "gruvbox-dark-hard" | "gruvbox-dark-medium" | "gruvbox-dark-soft" | "gruvbox-light-hard" | "gruvbox-light-medium" | "gruvbox-light-soft" | "houston" | "kanagawa-dragon" | "kanagawa-lotus" | "kanagawa-wave" | "laserwave" | "light-plus" | "material-theme" | "material-theme-darker" | "material-theme-lighter" | "material-theme-ocean" | "material-theme-palenight" | "min-dark" | "min-light" | "monokai" | "night-owl" | "nord" | "one-dark-pro" | "one-light" | "plastic" | "poimandres" | "red" | "rose-pine" | "rose-pine-dawn" | "rose-pine-moon" | "slack-dark" | "slack-ochin" | "snazzy-light" | "solarized-dark" | "solarized-light" | "synthwave-84" | "tokyo-night" | "vesper" | "vitesse-black" | "vitesse-dark" | "vitesse-light" | "css-variables" | {
|
|
1910
|
+
light: "andromeeda" | "aurora-x" | "ayu-dark" | "catppuccin-frappe" | "catppuccin-latte" | "catppuccin-macchiato" | "catppuccin-mocha" | "dark-plus" | "dracula" | "dracula-soft" | "everforest-dark" | "everforest-light" | "github-dark" | "github-dark-default" | "github-dark-dimmed" | "github-dark-high-contrast" | "github-light" | "github-light-default" | "github-light-high-contrast" | "gruvbox-dark-hard" | "gruvbox-dark-medium" | "gruvbox-dark-soft" | "gruvbox-light-hard" | "gruvbox-light-medium" | "gruvbox-light-soft" | "houston" | "kanagawa-dragon" | "kanagawa-lotus" | "kanagawa-wave" | "laserwave" | "light-plus" | "material-theme" | "material-theme-darker" | "material-theme-lighter" | "material-theme-ocean" | "material-theme-palenight" | "min-dark" | "min-light" | "monokai" | "night-owl" | "nord" | "one-dark-pro" | "one-light" | "plastic" | "poimandres" | "red" | "rose-pine" | "rose-pine-dawn" | "rose-pine-moon" | "slack-dark" | "slack-ochin" | "snazzy-light" | "solarized-dark" | "solarized-light" | "synthwave-84" | "tokyo-night" | "vesper" | "vitesse-black" | "vitesse-dark" | "vitesse-light" | "css-variables";
|
|
1911
|
+
dark: "andromeeda" | "aurora-x" | "ayu-dark" | "catppuccin-frappe" | "catppuccin-latte" | "catppuccin-macchiato" | "catppuccin-mocha" | "dark-plus" | "dracula" | "dracula-soft" | "everforest-dark" | "everforest-light" | "github-dark" | "github-dark-default" | "github-dark-dimmed" | "github-dark-high-contrast" | "github-light" | "github-light-default" | "github-light-high-contrast" | "gruvbox-dark-hard" | "gruvbox-dark-medium" | "gruvbox-dark-soft" | "gruvbox-light-hard" | "gruvbox-light-medium" | "gruvbox-light-soft" | "houston" | "kanagawa-dragon" | "kanagawa-lotus" | "kanagawa-wave" | "laserwave" | "light-plus" | "material-theme" | "material-theme-darker" | "material-theme-lighter" | "material-theme-ocean" | "material-theme-palenight" | "min-dark" | "min-light" | "monokai" | "night-owl" | "nord" | "one-dark-pro" | "one-light" | "plastic" | "poimandres" | "red" | "rose-pine" | "rose-pine-dawn" | "rose-pine-moon" | "slack-dark" | "slack-ochin" | "snazzy-light" | "solarized-dark" | "solarized-light" | "synthwave-84" | "tokyo-night" | "vesper" | "vitesse-black" | "vitesse-dark" | "vitesse-light" | "css-variables";
|
|
1912
|
+
} | undefined;
|
|
1913
|
+
} | undefined;
|
|
1914
|
+
latex?: boolean | undefined;
|
|
1915
|
+
} | undefined;
|
|
2441
1916
|
banner?: {
|
|
2442
1917
|
content: string;
|
|
2443
1918
|
dismissible?: boolean | undefined;
|
|
@@ -2451,128 +1926,42 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
2451
1926
|
} | undefined;
|
|
2452
1927
|
contextual?: {
|
|
2453
1928
|
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
2454
|
-
href:
|
|
2455
|
-
base: string;
|
|
2456
|
-
query?: {
|
|
2457
|
-
value: string;
|
|
2458
|
-
key: string;
|
|
2459
|
-
}[] | undefined;
|
|
2460
|
-
}) & (string | {
|
|
1929
|
+
href: string | {
|
|
2461
1930
|
base: string;
|
|
2462
1931
|
query?: {
|
|
2463
|
-
value: string;
|
|
2464
|
-
key: string;
|
|
2465
|
-
}[] | undefined;
|
|
2466
|
-
}
|
|
2467
|
-
title: string;
|
|
2468
|
-
description: string;
|
|
2469
|
-
icon?: string | {
|
|
2470
|
-
name: string;
|
|
2471
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2472
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
2473
|
-
} | undefined;
|
|
2474
|
-
})[];
|
|
2475
|
-
} | undefined;
|
|
2476
|
-
thumbnails?: {
|
|
2477
|
-
appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
|
|
2478
|
-
background?: string | undefined;
|
|
2479
|
-
fonts?: {
|
|
2480
|
-
family: string;
|
|
2481
|
-
} | undefined;
|
|
2482
|
-
} | undefined;
|
|
2483
|
-
interaction?: {
|
|
2484
|
-
drilldown?: boolean | undefined;
|
|
2485
|
-
} | undefined;
|
|
2486
|
-
metadata?: {
|
|
2487
|
-
timestamp: boolean;
|
|
2488
|
-
} | undefined;
|
|
2489
|
-
} | {
|
|
2490
|
-
name: string;
|
|
2491
|
-
$schema: string;
|
|
2492
|
-
theme: "aspen";
|
|
2493
|
-
colors: {
|
|
2494
|
-
primary: string;
|
|
2495
|
-
light?: string | undefined;
|
|
2496
|
-
dark?: string | undefined;
|
|
2497
|
-
};
|
|
2498
|
-
navigation: ({
|
|
2499
|
-
products: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").ProductNavigation<"default">[];
|
|
2500
|
-
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
2501
|
-
} | {
|
|
2502
|
-
languages: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
|
|
2503
|
-
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
2504
|
-
} | {
|
|
2505
|
-
versions: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
|
|
2506
|
-
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
2507
|
-
} | {
|
|
2508
|
-
tabs: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
|
|
2509
|
-
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
2510
|
-
} | {
|
|
2511
|
-
dropdowns: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
|
|
2512
|
-
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
2513
|
-
} | {
|
|
2514
|
-
anchors: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
|
|
2515
|
-
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
2516
|
-
} | {
|
|
2517
|
-
groups: ({
|
|
2518
|
-
openapi: (string | string[] | {
|
|
2519
|
-
source: string;
|
|
2520
|
-
directory?: string | undefined;
|
|
2521
|
-
}) & (string | string[] | {
|
|
2522
|
-
source: string;
|
|
2523
|
-
directory?: string | undefined;
|
|
2524
|
-
} | undefined);
|
|
2525
|
-
group: string;
|
|
2526
|
-
pages: any[];
|
|
2527
|
-
icon?: string | {
|
|
2528
|
-
name: string;
|
|
2529
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2530
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
2531
|
-
} | undefined;
|
|
2532
|
-
expanded?: boolean | undefined;
|
|
2533
|
-
public?: boolean | undefined;
|
|
2534
|
-
tag?: string | undefined;
|
|
2535
|
-
hidden?: boolean | undefined;
|
|
2536
|
-
root?: string | undefined;
|
|
2537
|
-
} | {
|
|
2538
|
-
group: string;
|
|
2539
|
-
pages: any[];
|
|
2540
|
-
asyncapi: (string | string[] | {
|
|
2541
|
-
source: string;
|
|
2542
|
-
directory?: string | undefined;
|
|
2543
|
-
}) & (string | string[] | {
|
|
2544
|
-
source: string;
|
|
2545
|
-
directory?: string | undefined;
|
|
2546
|
-
} | undefined);
|
|
2547
|
-
icon?: string | {
|
|
2548
|
-
name: string;
|
|
2549
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2550
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
2551
|
-
} | undefined;
|
|
2552
|
-
expanded?: boolean | undefined;
|
|
2553
|
-
public?: boolean | undefined;
|
|
2554
|
-
tag?: string | undefined;
|
|
2555
|
-
hidden?: boolean | undefined;
|
|
2556
|
-
root?: string | undefined;
|
|
2557
|
-
} | {
|
|
2558
|
-
group: string;
|
|
2559
|
-
pages: any[];
|
|
1932
|
+
value: string;
|
|
1933
|
+
key: string;
|
|
1934
|
+
}[] | undefined;
|
|
1935
|
+
};
|
|
1936
|
+
title: string;
|
|
1937
|
+
description: string;
|
|
2560
1938
|
icon?: string | {
|
|
2561
1939
|
name: string;
|
|
2562
1940
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2563
1941
|
library?: "fontawesome" | "lucide" | undefined;
|
|
2564
1942
|
} | undefined;
|
|
2565
|
-
expanded?: boolean | undefined;
|
|
2566
|
-
public?: boolean | undefined;
|
|
2567
|
-
tag?: string | undefined;
|
|
2568
|
-
hidden?: boolean | undefined;
|
|
2569
|
-
root?: string | undefined;
|
|
2570
1943
|
})[];
|
|
2571
|
-
|
|
2572
|
-
|
|
2573
|
-
|
|
2574
|
-
|
|
2575
|
-
|
|
1944
|
+
} | undefined;
|
|
1945
|
+
thumbnails?: {
|
|
1946
|
+
background?: string | undefined;
|
|
1947
|
+
appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
|
|
1948
|
+
fonts?: {
|
|
1949
|
+
family: string;
|
|
1950
|
+
} | undefined;
|
|
1951
|
+
} | undefined;
|
|
1952
|
+
interaction?: {
|
|
1953
|
+
drilldown?: boolean | undefined;
|
|
1954
|
+
} | undefined;
|
|
1955
|
+
} | {
|
|
1956
|
+
name: string;
|
|
1957
|
+
$schema: string;
|
|
1958
|
+
theme: "aspen";
|
|
1959
|
+
colors: {
|
|
1960
|
+
primary: string;
|
|
1961
|
+
light?: string | undefined;
|
|
1962
|
+
dark?: string | undefined;
|
|
1963
|
+
};
|
|
1964
|
+
navigation: {
|
|
2576
1965
|
products: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").ProductNavigation<"default">[];
|
|
2577
1966
|
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
2578
1967
|
} | {
|
|
@@ -2592,13 +1981,10 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
2592
1981
|
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
2593
1982
|
} | {
|
|
2594
1983
|
groups: ({
|
|
2595
|
-
openapi:
|
|
2596
|
-
source: string;
|
|
2597
|
-
directory?: string | undefined;
|
|
2598
|
-
}) & (string | string[] | {
|
|
1984
|
+
openapi: string | string[] | {
|
|
2599
1985
|
source: string;
|
|
2600
1986
|
directory?: string | undefined;
|
|
2601
|
-
}
|
|
1987
|
+
};
|
|
2602
1988
|
group: string;
|
|
2603
1989
|
pages: any[];
|
|
2604
1990
|
icon?: string | {
|
|
@@ -2614,13 +2000,10 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
2614
2000
|
} | {
|
|
2615
2001
|
group: string;
|
|
2616
2002
|
pages: any[];
|
|
2617
|
-
asyncapi:
|
|
2003
|
+
asyncapi: string | string[] | {
|
|
2618
2004
|
source: string;
|
|
2619
2005
|
directory?: string | undefined;
|
|
2620
|
-
}
|
|
2621
|
-
source: string;
|
|
2622
|
-
directory?: string | undefined;
|
|
2623
|
-
} | undefined);
|
|
2006
|
+
};
|
|
2624
2007
|
icon?: string | {
|
|
2625
2008
|
name: string;
|
|
2626
2009
|
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
@@ -2649,8 +2032,18 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
2649
2032
|
} | {
|
|
2650
2033
|
pages: any[];
|
|
2651
2034
|
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
2652
|
-
}
|
|
2653
|
-
|
|
2035
|
+
};
|
|
2036
|
+
background?: {
|
|
2037
|
+
color?: {
|
|
2038
|
+
light?: string | undefined;
|
|
2039
|
+
dark?: string | undefined;
|
|
2040
|
+
} | undefined;
|
|
2041
|
+
image?: string | {
|
|
2042
|
+
light: string;
|
|
2043
|
+
dark: string;
|
|
2044
|
+
} | undefined;
|
|
2045
|
+
decoration?: "gradient" | "grid" | "windows" | undefined;
|
|
2046
|
+
} | undefined;
|
|
2654
2047
|
logo?: string | {
|
|
2655
2048
|
light: string;
|
|
2656
2049
|
dark: string;
|
|
@@ -2661,70 +2054,38 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
2661
2054
|
dark: string;
|
|
2662
2055
|
} | undefined;
|
|
2663
2056
|
api?: {
|
|
2664
|
-
|
|
2665
|
-
|
|
2666
|
-
directory?: string | undefined;
|
|
2057
|
+
params?: {
|
|
2058
|
+
expanded?: "all" | "closed" | undefined;
|
|
2667
2059
|
} | undefined;
|
|
2668
|
-
|
|
2060
|
+
openapi?: string | string[] | {
|
|
2669
2061
|
source: string;
|
|
2670
2062
|
directory?: string | undefined;
|
|
2671
2063
|
} | undefined;
|
|
2672
|
-
params?: {
|
|
2673
|
-
expanded?: "all" | "closed" | undefined;
|
|
2674
|
-
} | undefined;
|
|
2675
2064
|
playground?: {
|
|
2676
2065
|
display?: "simple" | "none" | "interactive" | undefined;
|
|
2677
2066
|
proxy?: boolean | undefined;
|
|
2678
2067
|
} | undefined;
|
|
2068
|
+
asyncapi?: string | string[] | {
|
|
2069
|
+
source: string;
|
|
2070
|
+
directory?: string | undefined;
|
|
2071
|
+
} | undefined;
|
|
2679
2072
|
examples?: {
|
|
2680
|
-
defaults?: "all" | "required" | undefined;
|
|
2681
2073
|
languages?: string[] | undefined;
|
|
2074
|
+
defaults?: "all" | "required" | undefined;
|
|
2682
2075
|
prefill?: boolean | undefined;
|
|
2683
2076
|
} | undefined;
|
|
2684
2077
|
mdx?: {
|
|
2078
|
+
server?: string | string[] | undefined;
|
|
2685
2079
|
auth?: {
|
|
2686
|
-
method?: "key" | "bearer" | "basic" | "cobo" | undefined;
|
|
2687
2080
|
name?: string | undefined;
|
|
2081
|
+
method?: "key" | "bearer" | "basic" | "cobo" | undefined;
|
|
2688
2082
|
} | undefined;
|
|
2689
|
-
server?: string | string[] | undefined;
|
|
2690
|
-
} | undefined;
|
|
2691
|
-
} | undefined;
|
|
2692
|
-
appearance?: {
|
|
2693
|
-
default?: "light" | "dark" | "system" | undefined;
|
|
2694
|
-
strict?: boolean | undefined;
|
|
2695
|
-
} | undefined;
|
|
2696
|
-
background?: {
|
|
2697
|
-
image?: string | {
|
|
2698
|
-
light: string;
|
|
2699
|
-
dark: string;
|
|
2700
|
-
} | undefined;
|
|
2701
|
-
decoration?: "gradient" | "grid" | "windows" | undefined;
|
|
2702
|
-
color?: {
|
|
2703
|
-
light?: string | undefined;
|
|
2704
|
-
dark?: string | undefined;
|
|
2705
2083
|
} | undefined;
|
|
2706
2084
|
} | undefined;
|
|
2707
|
-
|
|
2708
|
-
|
|
2709
|
-
href: string;
|
|
2710
|
-
label: string;
|
|
2711
|
-
icon?: string | {
|
|
2712
|
-
name: string;
|
|
2713
|
-
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2714
|
-
library?: "fontawesome" | "lucide" | undefined;
|
|
2715
|
-
} | undefined;
|
|
2716
|
-
}[] | undefined;
|
|
2717
|
-
primary?: {
|
|
2718
|
-
type: "button";
|
|
2719
|
-
href: string;
|
|
2720
|
-
label: string;
|
|
2721
|
-
} | {
|
|
2722
|
-
type: "github";
|
|
2723
|
-
href: string;
|
|
2724
|
-
} | undefined;
|
|
2085
|
+
metadata?: {
|
|
2086
|
+
timestamp: boolean;
|
|
2725
2087
|
} | undefined;
|
|
2726
2088
|
footer?: {
|
|
2727
|
-
socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter" | "x-twitter" | "earth-americas" | "bluesky" | "threads" | "reddit" | "podcast", string>> | undefined;
|
|
2728
2089
|
links?: {
|
|
2729
2090
|
items: {
|
|
2730
2091
|
href: string;
|
|
@@ -2732,54 +2093,8 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
2732
2093
|
}[];
|
|
2733
2094
|
header?: string | undefined;
|
|
2734
2095
|
}[] | undefined;
|
|
2096
|
+
socials?: Partial<Record<"github" | "x" | "website" | "facebook" | "youtube" | "discord" | "slack" | "linkedin" | "instagram" | "hacker-news" | "medium" | "telegram" | "twitter" | "x-twitter" | "earth-americas" | "bluesky" | "threads" | "reddit" | "podcast", string>> | undefined;
|
|
2735
2097
|
} | undefined;
|
|
2736
|
-
search?: {
|
|
2737
|
-
prompt?: string | undefined;
|
|
2738
|
-
} | undefined;
|
|
2739
|
-
seo?: {
|
|
2740
|
-
metatags?: Record<string, string> | undefined;
|
|
2741
|
-
indexing?: "all" | "navigable" | undefined;
|
|
2742
|
-
} | undefined;
|
|
2743
|
-
fonts?: {
|
|
2744
|
-
family: string;
|
|
2745
|
-
weight?: number | undefined;
|
|
2746
|
-
source?: string | undefined;
|
|
2747
|
-
format?: "woff" | "woff2" | undefined;
|
|
2748
|
-
} | {
|
|
2749
|
-
heading?: {
|
|
2750
|
-
family: string;
|
|
2751
|
-
weight?: number | undefined;
|
|
2752
|
-
source?: string | undefined;
|
|
2753
|
-
format?: "woff" | "woff2" | undefined;
|
|
2754
|
-
} | undefined;
|
|
2755
|
-
body?: {
|
|
2756
|
-
family: string;
|
|
2757
|
-
weight?: number | undefined;
|
|
2758
|
-
source?: string | undefined;
|
|
2759
|
-
format?: "woff" | "woff2" | undefined;
|
|
2760
|
-
} | undefined;
|
|
2761
|
-
} | undefined;
|
|
2762
|
-
icons?: {
|
|
2763
|
-
library: "fontawesome" | "lucide";
|
|
2764
|
-
} | undefined;
|
|
2765
|
-
styling?: {
|
|
2766
|
-
eyebrows?: "section" | "breadcrumbs" | undefined;
|
|
2767
|
-
codeblocks?: "dark" | "system" | {
|
|
2768
|
-
theme?: "andromeeda" | "aurora-x" | "ayu-dark" | "catppuccin-frappe" | "catppuccin-latte" | "catppuccin-macchiato" | "catppuccin-mocha" | "dark-plus" | "dracula" | "dracula-soft" | "everforest-dark" | "everforest-light" | "github-dark" | "github-dark-default" | "github-dark-dimmed" | "github-dark-high-contrast" | "github-light" | "github-light-default" | "github-light-high-contrast" | "gruvbox-dark-hard" | "gruvbox-dark-medium" | "gruvbox-dark-soft" | "gruvbox-light-hard" | "gruvbox-light-medium" | "gruvbox-light-soft" | "houston" | "kanagawa-dragon" | "kanagawa-lotus" | "kanagawa-wave" | "laserwave" | "light-plus" | "material-theme" | "material-theme-darker" | "material-theme-lighter" | "material-theme-ocean" | "material-theme-palenight" | "min-dark" | "min-light" | "monokai" | "night-owl" | "nord" | "one-dark-pro" | "one-light" | "plastic" | "poimandres" | "red" | "rose-pine" | "rose-pine-dawn" | "rose-pine-moon" | "slack-dark" | "slack-ochin" | "snazzy-light" | "solarized-dark" | "solarized-light" | "synthwave-84" | "tokyo-night" | "vesper" | "vitesse-black" | "vitesse-dark" | "vitesse-light" | "css-variables" | {
|
|
2769
|
-
light: "andromeeda" | "aurora-x" | "ayu-dark" | "catppuccin-frappe" | "catppuccin-latte" | "catppuccin-macchiato" | "catppuccin-mocha" | "dark-plus" | "dracula" | "dracula-soft" | "everforest-dark" | "everforest-light" | "github-dark" | "github-dark-default" | "github-dark-dimmed" | "github-dark-high-contrast" | "github-light" | "github-light-default" | "github-light-high-contrast" | "gruvbox-dark-hard" | "gruvbox-dark-medium" | "gruvbox-dark-soft" | "gruvbox-light-hard" | "gruvbox-light-medium" | "gruvbox-light-soft" | "houston" | "kanagawa-dragon" | "kanagawa-lotus" | "kanagawa-wave" | "laserwave" | "light-plus" | "material-theme" | "material-theme-darker" | "material-theme-lighter" | "material-theme-ocean" | "material-theme-palenight" | "min-dark" | "min-light" | "monokai" | "night-owl" | "nord" | "one-dark-pro" | "one-light" | "plastic" | "poimandres" | "red" | "rose-pine" | "rose-pine-dawn" | "rose-pine-moon" | "slack-dark" | "slack-ochin" | "snazzy-light" | "solarized-dark" | "solarized-light" | "synthwave-84" | "tokyo-night" | "vesper" | "vitesse-black" | "vitesse-dark" | "vitesse-light" | "css-variables";
|
|
2770
|
-
dark: "andromeeda" | "aurora-x" | "ayu-dark" | "catppuccin-frappe" | "catppuccin-latte" | "catppuccin-macchiato" | "catppuccin-mocha" | "dark-plus" | "dracula" | "dracula-soft" | "everforest-dark" | "everforest-light" | "github-dark" | "github-dark-default" | "github-dark-dimmed" | "github-dark-high-contrast" | "github-light" | "github-light-default" | "github-light-high-contrast" | "gruvbox-dark-hard" | "gruvbox-dark-medium" | "gruvbox-dark-soft" | "gruvbox-light-hard" | "gruvbox-light-medium" | "gruvbox-light-soft" | "houston" | "kanagawa-dragon" | "kanagawa-lotus" | "kanagawa-wave" | "laserwave" | "light-plus" | "material-theme" | "material-theme-darker" | "material-theme-lighter" | "material-theme-ocean" | "material-theme-palenight" | "min-dark" | "min-light" | "monokai" | "night-owl" | "nord" | "one-dark-pro" | "one-light" | "plastic" | "poimandres" | "red" | "rose-pine" | "rose-pine-dawn" | "rose-pine-moon" | "slack-dark" | "slack-ochin" | "snazzy-light" | "solarized-dark" | "solarized-light" | "synthwave-84" | "tokyo-night" | "vesper" | "vitesse-black" | "vitesse-dark" | "vitesse-light" | "css-variables";
|
|
2771
|
-
} | undefined;
|
|
2772
|
-
languages?: {
|
|
2773
|
-
custom?: string[] | undefined;
|
|
2774
|
-
} | undefined;
|
|
2775
|
-
} | undefined;
|
|
2776
|
-
latex?: boolean | undefined;
|
|
2777
|
-
} | undefined;
|
|
2778
|
-
redirects?: {
|
|
2779
|
-
source: string;
|
|
2780
|
-
destination: string;
|
|
2781
|
-
permanent?: boolean | undefined;
|
|
2782
|
-
}[] | undefined;
|
|
2783
2098
|
integrations?: {
|
|
2784
2099
|
amplitude?: {
|
|
2785
2100
|
apiKey: string;
|
|
@@ -2793,9 +2108,6 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
2793
2108
|
fathom?: {
|
|
2794
2109
|
siteId: string;
|
|
2795
2110
|
} | undefined;
|
|
2796
|
-
frontchat?: {
|
|
2797
|
-
snippetId: string;
|
|
2798
|
-
} | undefined;
|
|
2799
2111
|
ga4?: {
|
|
2800
2112
|
measurementId: string;
|
|
2801
2113
|
} | undefined;
|
|
@@ -2813,9 +2125,6 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
2813
2125
|
hjid: string;
|
|
2814
2126
|
hjsv: string;
|
|
2815
2127
|
} | undefined;
|
|
2816
|
-
intercom?: {
|
|
2817
|
-
appId: string;
|
|
2818
|
-
} | undefined;
|
|
2819
2128
|
koala?: {
|
|
2820
2129
|
publicApiKey: string;
|
|
2821
2130
|
} | undefined;
|
|
@@ -2825,9 +2134,6 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
2825
2134
|
mixpanel?: {
|
|
2826
2135
|
projectToken: string;
|
|
2827
2136
|
} | undefined;
|
|
2828
|
-
osano?: {
|
|
2829
|
-
scriptSource: string;
|
|
2830
|
-
} | undefined;
|
|
2831
2137
|
pirsch?: {
|
|
2832
2138
|
id: string;
|
|
2833
2139
|
} | undefined;
|
|
@@ -2842,13 +2148,93 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
2842
2148
|
segment?: {
|
|
2843
2149
|
key: string;
|
|
2844
2150
|
} | undefined;
|
|
2151
|
+
intercom?: {
|
|
2152
|
+
appId: string;
|
|
2153
|
+
} | undefined;
|
|
2154
|
+
frontchat?: {
|
|
2155
|
+
snippetId: string;
|
|
2156
|
+
} | undefined;
|
|
2157
|
+
osano?: {
|
|
2158
|
+
scriptSource: string;
|
|
2159
|
+
} | undefined;
|
|
2845
2160
|
telemetry?: {
|
|
2846
2161
|
enabled?: boolean | undefined;
|
|
2847
2162
|
} | undefined;
|
|
2848
2163
|
cookies?: {
|
|
2849
|
-
key?: string | undefined;
|
|
2850
2164
|
value?: string | undefined;
|
|
2165
|
+
key?: string | undefined;
|
|
2166
|
+
} | undefined;
|
|
2167
|
+
} | undefined;
|
|
2168
|
+
search?: {
|
|
2169
|
+
prompt?: string | undefined;
|
|
2170
|
+
} | undefined;
|
|
2171
|
+
redirects?: {
|
|
2172
|
+
source: string;
|
|
2173
|
+
destination: string;
|
|
2174
|
+
permanent?: boolean | undefined;
|
|
2175
|
+
}[] | undefined;
|
|
2176
|
+
seo?: {
|
|
2177
|
+
metatags?: Record<string, string> | undefined;
|
|
2178
|
+
indexing?: "all" | "navigable" | undefined;
|
|
2179
|
+
} | undefined;
|
|
2180
|
+
description?: string | undefined;
|
|
2181
|
+
appearance?: {
|
|
2182
|
+
strict?: boolean | undefined;
|
|
2183
|
+
default?: "light" | "dark" | "system" | undefined;
|
|
2184
|
+
} | undefined;
|
|
2185
|
+
fonts?: {
|
|
2186
|
+
family: string;
|
|
2187
|
+
source?: string | undefined;
|
|
2188
|
+
weight?: number | undefined;
|
|
2189
|
+
format?: "woff" | "woff2" | undefined;
|
|
2190
|
+
} | {
|
|
2191
|
+
body?: {
|
|
2192
|
+
family: string;
|
|
2193
|
+
source?: string | undefined;
|
|
2194
|
+
weight?: number | undefined;
|
|
2195
|
+
format?: "woff" | "woff2" | undefined;
|
|
2196
|
+
} | undefined;
|
|
2197
|
+
heading?: {
|
|
2198
|
+
family: string;
|
|
2199
|
+
source?: string | undefined;
|
|
2200
|
+
weight?: number | undefined;
|
|
2201
|
+
format?: "woff" | "woff2" | undefined;
|
|
2202
|
+
} | undefined;
|
|
2203
|
+
} | undefined;
|
|
2204
|
+
navbar?: {
|
|
2205
|
+
primary?: {
|
|
2206
|
+
type: "button";
|
|
2207
|
+
href: string;
|
|
2208
|
+
label: string;
|
|
2209
|
+
} | {
|
|
2210
|
+
type: "github";
|
|
2211
|
+
href: string;
|
|
2212
|
+
} | undefined;
|
|
2213
|
+
links?: {
|
|
2214
|
+
href: string;
|
|
2215
|
+
label: string;
|
|
2216
|
+
icon?: string | {
|
|
2217
|
+
name: string;
|
|
2218
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2219
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
2220
|
+
} | undefined;
|
|
2221
|
+
}[] | undefined;
|
|
2222
|
+
} | undefined;
|
|
2223
|
+
icons?: {
|
|
2224
|
+
library: "fontawesome" | "lucide";
|
|
2225
|
+
} | undefined;
|
|
2226
|
+
styling?: {
|
|
2227
|
+
eyebrows?: "section" | "breadcrumbs" | undefined;
|
|
2228
|
+
codeblocks?: "dark" | "system" | {
|
|
2229
|
+
languages?: {
|
|
2230
|
+
custom?: string[] | undefined;
|
|
2231
|
+
} | undefined;
|
|
2232
|
+
theme?: "andromeeda" | "aurora-x" | "ayu-dark" | "catppuccin-frappe" | "catppuccin-latte" | "catppuccin-macchiato" | "catppuccin-mocha" | "dark-plus" | "dracula" | "dracula-soft" | "everforest-dark" | "everforest-light" | "github-dark" | "github-dark-default" | "github-dark-dimmed" | "github-dark-high-contrast" | "github-light" | "github-light-default" | "github-light-high-contrast" | "gruvbox-dark-hard" | "gruvbox-dark-medium" | "gruvbox-dark-soft" | "gruvbox-light-hard" | "gruvbox-light-medium" | "gruvbox-light-soft" | "houston" | "kanagawa-dragon" | "kanagawa-lotus" | "kanagawa-wave" | "laserwave" | "light-plus" | "material-theme" | "material-theme-darker" | "material-theme-lighter" | "material-theme-ocean" | "material-theme-palenight" | "min-dark" | "min-light" | "monokai" | "night-owl" | "nord" | "one-dark-pro" | "one-light" | "plastic" | "poimandres" | "red" | "rose-pine" | "rose-pine-dawn" | "rose-pine-moon" | "slack-dark" | "slack-ochin" | "snazzy-light" | "solarized-dark" | "solarized-light" | "synthwave-84" | "tokyo-night" | "vesper" | "vitesse-black" | "vitesse-dark" | "vitesse-light" | "css-variables" | {
|
|
2233
|
+
light: "andromeeda" | "aurora-x" | "ayu-dark" | "catppuccin-frappe" | "catppuccin-latte" | "catppuccin-macchiato" | "catppuccin-mocha" | "dark-plus" | "dracula" | "dracula-soft" | "everforest-dark" | "everforest-light" | "github-dark" | "github-dark-default" | "github-dark-dimmed" | "github-dark-high-contrast" | "github-light" | "github-light-default" | "github-light-high-contrast" | "gruvbox-dark-hard" | "gruvbox-dark-medium" | "gruvbox-dark-soft" | "gruvbox-light-hard" | "gruvbox-light-medium" | "gruvbox-light-soft" | "houston" | "kanagawa-dragon" | "kanagawa-lotus" | "kanagawa-wave" | "laserwave" | "light-plus" | "material-theme" | "material-theme-darker" | "material-theme-lighter" | "material-theme-ocean" | "material-theme-palenight" | "min-dark" | "min-light" | "monokai" | "night-owl" | "nord" | "one-dark-pro" | "one-light" | "plastic" | "poimandres" | "red" | "rose-pine" | "rose-pine-dawn" | "rose-pine-moon" | "slack-dark" | "slack-ochin" | "snazzy-light" | "solarized-dark" | "solarized-light" | "synthwave-84" | "tokyo-night" | "vesper" | "vitesse-black" | "vitesse-dark" | "vitesse-light" | "css-variables";
|
|
2234
|
+
dark: "andromeeda" | "aurora-x" | "ayu-dark" | "catppuccin-frappe" | "catppuccin-latte" | "catppuccin-macchiato" | "catppuccin-mocha" | "dark-plus" | "dracula" | "dracula-soft" | "everforest-dark" | "everforest-light" | "github-dark" | "github-dark-default" | "github-dark-dimmed" | "github-dark-high-contrast" | "github-light" | "github-light-default" | "github-light-high-contrast" | "gruvbox-dark-hard" | "gruvbox-dark-medium" | "gruvbox-dark-soft" | "gruvbox-light-hard" | "gruvbox-light-medium" | "gruvbox-light-soft" | "houston" | "kanagawa-dragon" | "kanagawa-lotus" | "kanagawa-wave" | "laserwave" | "light-plus" | "material-theme" | "material-theme-darker" | "material-theme-lighter" | "material-theme-ocean" | "material-theme-palenight" | "min-dark" | "min-light" | "monokai" | "night-owl" | "nord" | "one-dark-pro" | "one-light" | "plastic" | "poimandres" | "red" | "rose-pine" | "rose-pine-dawn" | "rose-pine-moon" | "slack-dark" | "slack-ochin" | "snazzy-light" | "solarized-dark" | "solarized-light" | "synthwave-84" | "tokyo-night" | "vesper" | "vitesse-black" | "vitesse-dark" | "vitesse-light" | "css-variables";
|
|
2235
|
+
} | undefined;
|
|
2851
2236
|
} | undefined;
|
|
2237
|
+
latex?: boolean | undefined;
|
|
2852
2238
|
} | undefined;
|
|
2853
2239
|
banner?: {
|
|
2854
2240
|
content: string;
|
|
@@ -2863,19 +2249,13 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
2863
2249
|
} | undefined;
|
|
2864
2250
|
contextual?: {
|
|
2865
2251
|
options: ("copy" | "view" | "chatgpt" | "claude" | "perplexity" | "mcp" | "cursor" | "vscode" | {
|
|
2866
|
-
href:
|
|
2867
|
-
base: string;
|
|
2868
|
-
query?: {
|
|
2869
|
-
value: string;
|
|
2870
|
-
key: string;
|
|
2871
|
-
}[] | undefined;
|
|
2872
|
-
}) & (string | {
|
|
2252
|
+
href: string | {
|
|
2873
2253
|
base: string;
|
|
2874
2254
|
query?: {
|
|
2875
2255
|
value: string;
|
|
2876
2256
|
key: string;
|
|
2877
2257
|
}[] | undefined;
|
|
2878
|
-
}
|
|
2258
|
+
};
|
|
2879
2259
|
title: string;
|
|
2880
2260
|
description: string;
|
|
2881
2261
|
icon?: string | {
|
|
@@ -2886,8 +2266,8 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
2886
2266
|
})[];
|
|
2887
2267
|
} | undefined;
|
|
2888
2268
|
thumbnails?: {
|
|
2889
|
-
appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
|
|
2890
2269
|
background?: string | undefined;
|
|
2270
|
+
appearance?: import("@mintlify/validation").ThumbnailAppearance | undefined;
|
|
2891
2271
|
fonts?: {
|
|
2892
2272
|
family: string;
|
|
2893
2273
|
} | undefined;
|
|
@@ -2895,9 +2275,6 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
2895
2275
|
interaction?: {
|
|
2896
2276
|
drilldown?: boolean | undefined;
|
|
2897
2277
|
} | undefined;
|
|
2898
|
-
metadata?: {
|
|
2899
|
-
timestamp: boolean;
|
|
2900
|
-
} | undefined;
|
|
2901
2278
|
}>;
|
|
2902
2279
|
export declare const writeMdxFilesWithNoImports: (mdxFilesWithNoImports: {
|
|
2903
2280
|
targetPath: string;
|