@mintlify/prebuild 1.0.497 → 1.0.499
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.
|
@@ -1974,4 +1974,330 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
1974
1974
|
contextual?: {
|
|
1975
1975
|
options: ("copy" | "view" | "chatgpt" | "claude")[];
|
|
1976
1976
|
} | undefined;
|
|
1977
|
+
} | {
|
|
1978
|
+
name: string;
|
|
1979
|
+
$schema: string;
|
|
1980
|
+
theme: "aspen";
|
|
1981
|
+
colors: {
|
|
1982
|
+
primary: string;
|
|
1983
|
+
light?: string | undefined;
|
|
1984
|
+
dark?: string | undefined;
|
|
1985
|
+
};
|
|
1986
|
+
navigation: ({
|
|
1987
|
+
languages: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
|
|
1988
|
+
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1989
|
+
} | {
|
|
1990
|
+
versions: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
|
|
1991
|
+
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1992
|
+
} | {
|
|
1993
|
+
tabs: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
|
|
1994
|
+
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1995
|
+
} | {
|
|
1996
|
+
dropdowns: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
|
|
1997
|
+
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1998
|
+
} | {
|
|
1999
|
+
anchors: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
|
|
2000
|
+
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
2001
|
+
} | {
|
|
2002
|
+
groups: ({
|
|
2003
|
+
openapi: (string | string[] | {
|
|
2004
|
+
source: string;
|
|
2005
|
+
directory?: string | undefined;
|
|
2006
|
+
}) & (string | string[] | {
|
|
2007
|
+
source: string;
|
|
2008
|
+
directory?: string | undefined;
|
|
2009
|
+
} | undefined);
|
|
2010
|
+
group: string;
|
|
2011
|
+
icon?: string | {
|
|
2012
|
+
name: string;
|
|
2013
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2014
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
2015
|
+
} | undefined;
|
|
2016
|
+
hidden?: boolean | undefined;
|
|
2017
|
+
root?: string | undefined;
|
|
2018
|
+
} | {
|
|
2019
|
+
group: string;
|
|
2020
|
+
asyncapi: (string | string[] | {
|
|
2021
|
+
source: string;
|
|
2022
|
+
directory?: string | undefined;
|
|
2023
|
+
}) & (string | string[] | {
|
|
2024
|
+
source: string;
|
|
2025
|
+
directory?: string | undefined;
|
|
2026
|
+
} | undefined);
|
|
2027
|
+
icon?: string | {
|
|
2028
|
+
name: string;
|
|
2029
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2030
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
2031
|
+
} | undefined;
|
|
2032
|
+
hidden?: boolean | undefined;
|
|
2033
|
+
root?: string | undefined;
|
|
2034
|
+
} | {
|
|
2035
|
+
group: string;
|
|
2036
|
+
pages: any[];
|
|
2037
|
+
icon?: string | {
|
|
2038
|
+
name: string;
|
|
2039
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2040
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
2041
|
+
} | undefined;
|
|
2042
|
+
hidden?: boolean | undefined;
|
|
2043
|
+
root?: string | undefined;
|
|
2044
|
+
})[];
|
|
2045
|
+
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
2046
|
+
} | {
|
|
2047
|
+
pages: any[];
|
|
2048
|
+
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
2049
|
+
}) & ({
|
|
2050
|
+
languages: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
|
|
2051
|
+
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
2052
|
+
} | {
|
|
2053
|
+
versions: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
|
|
2054
|
+
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
2055
|
+
} | {
|
|
2056
|
+
tabs: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
|
|
2057
|
+
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
2058
|
+
} | {
|
|
2059
|
+
dropdowns: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
|
|
2060
|
+
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
2061
|
+
} | {
|
|
2062
|
+
anchors: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
|
|
2063
|
+
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
2064
|
+
} | {
|
|
2065
|
+
groups: ({
|
|
2066
|
+
openapi: (string | string[] | {
|
|
2067
|
+
source: string;
|
|
2068
|
+
directory?: string | undefined;
|
|
2069
|
+
}) & (string | string[] | {
|
|
2070
|
+
source: string;
|
|
2071
|
+
directory?: string | undefined;
|
|
2072
|
+
} | undefined);
|
|
2073
|
+
group: string;
|
|
2074
|
+
icon?: string | {
|
|
2075
|
+
name: string;
|
|
2076
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2077
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
2078
|
+
} | undefined;
|
|
2079
|
+
hidden?: boolean | undefined;
|
|
2080
|
+
root?: string | undefined;
|
|
2081
|
+
} | {
|
|
2082
|
+
group: string;
|
|
2083
|
+
asyncapi: (string | string[] | {
|
|
2084
|
+
source: string;
|
|
2085
|
+
directory?: string | undefined;
|
|
2086
|
+
}) & (string | string[] | {
|
|
2087
|
+
source: string;
|
|
2088
|
+
directory?: string | undefined;
|
|
2089
|
+
} | undefined);
|
|
2090
|
+
icon?: string | {
|
|
2091
|
+
name: string;
|
|
2092
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2093
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
2094
|
+
} | undefined;
|
|
2095
|
+
hidden?: boolean | undefined;
|
|
2096
|
+
root?: string | undefined;
|
|
2097
|
+
} | {
|
|
2098
|
+
group: string;
|
|
2099
|
+
pages: any[];
|
|
2100
|
+
icon?: string | {
|
|
2101
|
+
name: string;
|
|
2102
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2103
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
2104
|
+
} | undefined;
|
|
2105
|
+
hidden?: boolean | undefined;
|
|
2106
|
+
root?: string | undefined;
|
|
2107
|
+
})[];
|
|
2108
|
+
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
2109
|
+
} | {
|
|
2110
|
+
pages: any[];
|
|
2111
|
+
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
2112
|
+
} | undefined);
|
|
2113
|
+
description?: string | undefined;
|
|
2114
|
+
logo?: string | {
|
|
2115
|
+
light: string;
|
|
2116
|
+
dark: string;
|
|
2117
|
+
href?: string | undefined;
|
|
2118
|
+
} | undefined;
|
|
2119
|
+
favicon?: string | {
|
|
2120
|
+
light: string;
|
|
2121
|
+
dark: string;
|
|
2122
|
+
} | undefined;
|
|
2123
|
+
api?: {
|
|
2124
|
+
openapi?: string | string[] | {
|
|
2125
|
+
source: string;
|
|
2126
|
+
directory?: string | undefined;
|
|
2127
|
+
} | undefined;
|
|
2128
|
+
asyncapi?: string | string[] | {
|
|
2129
|
+
source: string;
|
|
2130
|
+
directory?: string | undefined;
|
|
2131
|
+
} | undefined;
|
|
2132
|
+
params?: {
|
|
2133
|
+
expanded?: "all" | "closed" | undefined;
|
|
2134
|
+
} | undefined;
|
|
2135
|
+
playground?: {
|
|
2136
|
+
display?: "simple" | "none" | "interactive" | undefined;
|
|
2137
|
+
proxy?: boolean | undefined;
|
|
2138
|
+
} | undefined;
|
|
2139
|
+
examples?: {
|
|
2140
|
+
defaults?: "all" | "required" | undefined;
|
|
2141
|
+
languages?: string[] | undefined;
|
|
2142
|
+
} | undefined;
|
|
2143
|
+
mdx?: {
|
|
2144
|
+
auth?: {
|
|
2145
|
+
method?: "key" | "bearer" | "basic" | "cobo" | undefined;
|
|
2146
|
+
name?: string | undefined;
|
|
2147
|
+
} | undefined;
|
|
2148
|
+
server?: string | string[] | undefined;
|
|
2149
|
+
} | undefined;
|
|
2150
|
+
} | undefined;
|
|
2151
|
+
appearance?: {
|
|
2152
|
+
default?: "light" | "dark" | "system" | undefined;
|
|
2153
|
+
strict?: boolean | undefined;
|
|
2154
|
+
} | undefined;
|
|
2155
|
+
background?: {
|
|
2156
|
+
image?: string | {
|
|
2157
|
+
light: string;
|
|
2158
|
+
dark: string;
|
|
2159
|
+
} | undefined;
|
|
2160
|
+
decoration?: "gradient" | "grid" | "windows" | undefined;
|
|
2161
|
+
color?: {
|
|
2162
|
+
light?: string | undefined;
|
|
2163
|
+
dark?: string | undefined;
|
|
2164
|
+
} | undefined;
|
|
2165
|
+
} | undefined;
|
|
2166
|
+
navbar?: {
|
|
2167
|
+
links?: {
|
|
2168
|
+
href: string;
|
|
2169
|
+
label: string;
|
|
2170
|
+
}[] | undefined;
|
|
2171
|
+
primary?: {
|
|
2172
|
+
type: "button";
|
|
2173
|
+
href: string;
|
|
2174
|
+
label: string;
|
|
2175
|
+
} | {
|
|
2176
|
+
type: "github";
|
|
2177
|
+
href: string;
|
|
2178
|
+
} | undefined;
|
|
2179
|
+
} | undefined;
|
|
2180
|
+
footer?: {
|
|
2181
|
+
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;
|
|
2182
|
+
links?: {
|
|
2183
|
+
items: {
|
|
2184
|
+
href: string;
|
|
2185
|
+
label: string;
|
|
2186
|
+
}[];
|
|
2187
|
+
header?: string | undefined;
|
|
2188
|
+
}[] | undefined;
|
|
2189
|
+
} | undefined;
|
|
2190
|
+
search?: {
|
|
2191
|
+
prompt?: string | undefined;
|
|
2192
|
+
} | undefined;
|
|
2193
|
+
seo?: {
|
|
2194
|
+
metatags?: Record<string, string> | undefined;
|
|
2195
|
+
indexing?: "all" | "navigable" | undefined;
|
|
2196
|
+
} | undefined;
|
|
2197
|
+
fonts?: {
|
|
2198
|
+
family: string;
|
|
2199
|
+
weight?: number | undefined;
|
|
2200
|
+
source?: string | undefined;
|
|
2201
|
+
format?: "woff" | "woff2" | undefined;
|
|
2202
|
+
} | {
|
|
2203
|
+
heading?: {
|
|
2204
|
+
family: string;
|
|
2205
|
+
weight?: number | undefined;
|
|
2206
|
+
source?: string | undefined;
|
|
2207
|
+
format?: "woff" | "woff2" | undefined;
|
|
2208
|
+
} | undefined;
|
|
2209
|
+
body?: {
|
|
2210
|
+
family: string;
|
|
2211
|
+
weight?: number | undefined;
|
|
2212
|
+
source?: string | undefined;
|
|
2213
|
+
format?: "woff" | "woff2" | undefined;
|
|
2214
|
+
} | undefined;
|
|
2215
|
+
} | undefined;
|
|
2216
|
+
icons?: {
|
|
2217
|
+
library: "fontawesome" | "lucide";
|
|
2218
|
+
} | undefined;
|
|
2219
|
+
styling?: {
|
|
2220
|
+
eyebrows?: "section" | "breadcrumbs" | undefined;
|
|
2221
|
+
codeblocks?: "dark" | "system" | undefined;
|
|
2222
|
+
} | undefined;
|
|
2223
|
+
redirects?: {
|
|
2224
|
+
source: string;
|
|
2225
|
+
destination: string;
|
|
2226
|
+
permanent?: boolean | undefined;
|
|
2227
|
+
}[] | undefined;
|
|
2228
|
+
integrations?: {
|
|
2229
|
+
amplitude?: {
|
|
2230
|
+
apiKey: string;
|
|
2231
|
+
} | undefined;
|
|
2232
|
+
clearbit?: {
|
|
2233
|
+
publicApiKey: string;
|
|
2234
|
+
} | undefined;
|
|
2235
|
+
fathom?: {
|
|
2236
|
+
siteId: string;
|
|
2237
|
+
} | undefined;
|
|
2238
|
+
frontchat?: {
|
|
2239
|
+
snippetId: string;
|
|
2240
|
+
} | undefined;
|
|
2241
|
+
ga4?: {
|
|
2242
|
+
measurementId: string;
|
|
2243
|
+
} | undefined;
|
|
2244
|
+
gtm?: {
|
|
2245
|
+
tagId: string;
|
|
2246
|
+
} | undefined;
|
|
2247
|
+
heap?: {
|
|
2248
|
+
appId: string;
|
|
2249
|
+
} | undefined;
|
|
2250
|
+
hotjar?: {
|
|
2251
|
+
hjid: string;
|
|
2252
|
+
hjsv: string;
|
|
2253
|
+
} | undefined;
|
|
2254
|
+
intercom?: {
|
|
2255
|
+
appId: string;
|
|
2256
|
+
} | undefined;
|
|
2257
|
+
koala?: {
|
|
2258
|
+
publicApiKey: string;
|
|
2259
|
+
} | undefined;
|
|
2260
|
+
logrocket?: {
|
|
2261
|
+
appId: string;
|
|
2262
|
+
} | undefined;
|
|
2263
|
+
mixpanel?: {
|
|
2264
|
+
projectToken: string;
|
|
2265
|
+
} | undefined;
|
|
2266
|
+
osano?: {
|
|
2267
|
+
scriptSource: string;
|
|
2268
|
+
} | undefined;
|
|
2269
|
+
pirsch?: {
|
|
2270
|
+
id: string;
|
|
2271
|
+
} | undefined;
|
|
2272
|
+
posthog?: {
|
|
2273
|
+
apiKey: string;
|
|
2274
|
+
apiHost?: string | undefined;
|
|
2275
|
+
} | undefined;
|
|
2276
|
+
plausible?: {
|
|
2277
|
+
domain: string;
|
|
2278
|
+
server?: string | undefined;
|
|
2279
|
+
} | undefined;
|
|
2280
|
+
segment?: {
|
|
2281
|
+
key: string;
|
|
2282
|
+
} | undefined;
|
|
2283
|
+
telemetry?: {
|
|
2284
|
+
enabled?: boolean | undefined;
|
|
2285
|
+
} | undefined;
|
|
2286
|
+
cookies?: {
|
|
2287
|
+
key?: string | undefined;
|
|
2288
|
+
value?: string | undefined;
|
|
2289
|
+
} | undefined;
|
|
2290
|
+
} | undefined;
|
|
2291
|
+
banner?: {
|
|
2292
|
+
content: string;
|
|
2293
|
+
dismissible?: boolean | undefined;
|
|
2294
|
+
} | undefined;
|
|
2295
|
+
errors?: {
|
|
2296
|
+
"404": {
|
|
2297
|
+
redirect: boolean;
|
|
2298
|
+
};
|
|
2299
|
+
} | undefined;
|
|
2300
|
+
contextual?: {
|
|
2301
|
+
options: ("copy" | "view" | "chatgpt" | "claude")[];
|
|
2302
|
+
} | undefined;
|
|
1977
2303
|
}>;
|
|
@@ -1968,6 +1968,332 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1968
1968
|
contextual?: {
|
|
1969
1969
|
options: ("copy" | "view" | "chatgpt" | "claude")[];
|
|
1970
1970
|
} | undefined;
|
|
1971
|
+
} | {
|
|
1972
|
+
name: string;
|
|
1973
|
+
$schema: string;
|
|
1974
|
+
theme: "aspen";
|
|
1975
|
+
colors: {
|
|
1976
|
+
primary: string;
|
|
1977
|
+
light?: string | undefined;
|
|
1978
|
+
dark?: string | undefined;
|
|
1979
|
+
};
|
|
1980
|
+
navigation: ({
|
|
1981
|
+
languages: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
|
|
1982
|
+
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1983
|
+
} | {
|
|
1984
|
+
versions: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
|
|
1985
|
+
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1986
|
+
} | {
|
|
1987
|
+
tabs: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
|
|
1988
|
+
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1989
|
+
} | {
|
|
1990
|
+
dropdowns: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
|
|
1991
|
+
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1992
|
+
} | {
|
|
1993
|
+
anchors: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
|
|
1994
|
+
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
1995
|
+
} | {
|
|
1996
|
+
groups: ({
|
|
1997
|
+
openapi: (string | string[] | {
|
|
1998
|
+
source: string;
|
|
1999
|
+
directory?: string | undefined;
|
|
2000
|
+
}) & (string | string[] | {
|
|
2001
|
+
source: string;
|
|
2002
|
+
directory?: string | undefined;
|
|
2003
|
+
} | undefined);
|
|
2004
|
+
group: string;
|
|
2005
|
+
icon?: string | {
|
|
2006
|
+
name: string;
|
|
2007
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2008
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
2009
|
+
} | undefined;
|
|
2010
|
+
hidden?: boolean | undefined;
|
|
2011
|
+
root?: string | undefined;
|
|
2012
|
+
} | {
|
|
2013
|
+
group: string;
|
|
2014
|
+
asyncapi: (string | string[] | {
|
|
2015
|
+
source: string;
|
|
2016
|
+
directory?: string | undefined;
|
|
2017
|
+
}) & (string | string[] | {
|
|
2018
|
+
source: string;
|
|
2019
|
+
directory?: string | undefined;
|
|
2020
|
+
} | undefined);
|
|
2021
|
+
icon?: string | {
|
|
2022
|
+
name: string;
|
|
2023
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2024
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
2025
|
+
} | undefined;
|
|
2026
|
+
hidden?: boolean | undefined;
|
|
2027
|
+
root?: string | undefined;
|
|
2028
|
+
} | {
|
|
2029
|
+
group: string;
|
|
2030
|
+
pages: any[];
|
|
2031
|
+
icon?: string | {
|
|
2032
|
+
name: string;
|
|
2033
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2034
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
2035
|
+
} | undefined;
|
|
2036
|
+
hidden?: boolean | undefined;
|
|
2037
|
+
root?: string | undefined;
|
|
2038
|
+
})[];
|
|
2039
|
+
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
2040
|
+
} | {
|
|
2041
|
+
pages: any[];
|
|
2042
|
+
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
2043
|
+
}) & ({
|
|
2044
|
+
languages: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").LanguageNavigation<"default">[];
|
|
2045
|
+
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
2046
|
+
} | {
|
|
2047
|
+
versions: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").VersionNavigation<"default">[];
|
|
2048
|
+
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
2049
|
+
} | {
|
|
2050
|
+
tabs: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").TabNavigation<"default">[];
|
|
2051
|
+
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
2052
|
+
} | {
|
|
2053
|
+
dropdowns: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").DropdownNavigation<"default">[];
|
|
2054
|
+
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
2055
|
+
} | {
|
|
2056
|
+
anchors: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").AnchorNavigation<"default">[];
|
|
2057
|
+
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
2058
|
+
} | {
|
|
2059
|
+
groups: ({
|
|
2060
|
+
openapi: (string | string[] | {
|
|
2061
|
+
source: string;
|
|
2062
|
+
directory?: string | undefined;
|
|
2063
|
+
}) & (string | string[] | {
|
|
2064
|
+
source: string;
|
|
2065
|
+
directory?: string | undefined;
|
|
2066
|
+
} | undefined);
|
|
2067
|
+
group: string;
|
|
2068
|
+
icon?: string | {
|
|
2069
|
+
name: string;
|
|
2070
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2071
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
2072
|
+
} | undefined;
|
|
2073
|
+
hidden?: boolean | undefined;
|
|
2074
|
+
root?: string | undefined;
|
|
2075
|
+
} | {
|
|
2076
|
+
group: string;
|
|
2077
|
+
asyncapi: (string | string[] | {
|
|
2078
|
+
source: string;
|
|
2079
|
+
directory?: string | undefined;
|
|
2080
|
+
}) & (string | string[] | {
|
|
2081
|
+
source: string;
|
|
2082
|
+
directory?: string | undefined;
|
|
2083
|
+
} | undefined);
|
|
2084
|
+
icon?: string | {
|
|
2085
|
+
name: string;
|
|
2086
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2087
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
2088
|
+
} | undefined;
|
|
2089
|
+
hidden?: boolean | undefined;
|
|
2090
|
+
root?: string | undefined;
|
|
2091
|
+
} | {
|
|
2092
|
+
group: string;
|
|
2093
|
+
pages: any[];
|
|
2094
|
+
icon?: string | {
|
|
2095
|
+
name: string;
|
|
2096
|
+
style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
|
|
2097
|
+
library?: "fontawesome" | "lucide" | undefined;
|
|
2098
|
+
} | undefined;
|
|
2099
|
+
hidden?: boolean | undefined;
|
|
2100
|
+
root?: string | undefined;
|
|
2101
|
+
})[];
|
|
2102
|
+
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
2103
|
+
} | {
|
|
2104
|
+
pages: any[];
|
|
2105
|
+
global?: import("@mintlify/validation/dist/mint-config/schemas/v2/properties/navigation/divisionNav.js").GlobalNavigation | undefined;
|
|
2106
|
+
} | undefined);
|
|
2107
|
+
description?: string | undefined;
|
|
2108
|
+
logo?: string | {
|
|
2109
|
+
light: string;
|
|
2110
|
+
dark: string;
|
|
2111
|
+
href?: string | undefined;
|
|
2112
|
+
} | undefined;
|
|
2113
|
+
favicon?: string | {
|
|
2114
|
+
light: string;
|
|
2115
|
+
dark: string;
|
|
2116
|
+
} | undefined;
|
|
2117
|
+
api?: {
|
|
2118
|
+
openapi?: string | string[] | {
|
|
2119
|
+
source: string;
|
|
2120
|
+
directory?: string | undefined;
|
|
2121
|
+
} | undefined;
|
|
2122
|
+
asyncapi?: string | string[] | {
|
|
2123
|
+
source: string;
|
|
2124
|
+
directory?: string | undefined;
|
|
2125
|
+
} | undefined;
|
|
2126
|
+
params?: {
|
|
2127
|
+
expanded?: "all" | "closed" | undefined;
|
|
2128
|
+
} | undefined;
|
|
2129
|
+
playground?: {
|
|
2130
|
+
display?: "simple" | "none" | "interactive" | undefined;
|
|
2131
|
+
proxy?: boolean | undefined;
|
|
2132
|
+
} | undefined;
|
|
2133
|
+
examples?: {
|
|
2134
|
+
defaults?: "all" | "required" | undefined;
|
|
2135
|
+
languages?: string[] | undefined;
|
|
2136
|
+
} | undefined;
|
|
2137
|
+
mdx?: {
|
|
2138
|
+
auth?: {
|
|
2139
|
+
method?: "key" | "bearer" | "basic" | "cobo" | undefined;
|
|
2140
|
+
name?: string | undefined;
|
|
2141
|
+
} | undefined;
|
|
2142
|
+
server?: string | string[] | undefined;
|
|
2143
|
+
} | undefined;
|
|
2144
|
+
} | undefined;
|
|
2145
|
+
appearance?: {
|
|
2146
|
+
default?: "light" | "dark" | "system" | undefined;
|
|
2147
|
+
strict?: boolean | undefined;
|
|
2148
|
+
} | undefined;
|
|
2149
|
+
background?: {
|
|
2150
|
+
image?: string | {
|
|
2151
|
+
light: string;
|
|
2152
|
+
dark: string;
|
|
2153
|
+
} | undefined;
|
|
2154
|
+
decoration?: "gradient" | "grid" | "windows" | undefined;
|
|
2155
|
+
color?: {
|
|
2156
|
+
light?: string | undefined;
|
|
2157
|
+
dark?: string | undefined;
|
|
2158
|
+
} | undefined;
|
|
2159
|
+
} | undefined;
|
|
2160
|
+
navbar?: {
|
|
2161
|
+
links?: {
|
|
2162
|
+
href: string;
|
|
2163
|
+
label: string;
|
|
2164
|
+
}[] | undefined;
|
|
2165
|
+
primary?: {
|
|
2166
|
+
type: "button";
|
|
2167
|
+
href: string;
|
|
2168
|
+
label: string;
|
|
2169
|
+
} | {
|
|
2170
|
+
type: "github";
|
|
2171
|
+
href: string;
|
|
2172
|
+
} | undefined;
|
|
2173
|
+
} | undefined;
|
|
2174
|
+
footer?: {
|
|
2175
|
+
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;
|
|
2176
|
+
links?: {
|
|
2177
|
+
items: {
|
|
2178
|
+
href: string;
|
|
2179
|
+
label: string;
|
|
2180
|
+
}[];
|
|
2181
|
+
header?: string | undefined;
|
|
2182
|
+
}[] | undefined;
|
|
2183
|
+
} | undefined;
|
|
2184
|
+
search?: {
|
|
2185
|
+
prompt?: string | undefined;
|
|
2186
|
+
} | undefined;
|
|
2187
|
+
seo?: {
|
|
2188
|
+
metatags?: Record<string, string> | undefined;
|
|
2189
|
+
indexing?: "all" | "navigable" | undefined;
|
|
2190
|
+
} | undefined;
|
|
2191
|
+
fonts?: {
|
|
2192
|
+
family: string;
|
|
2193
|
+
weight?: number | undefined;
|
|
2194
|
+
source?: string | undefined;
|
|
2195
|
+
format?: "woff" | "woff2" | undefined;
|
|
2196
|
+
} | {
|
|
2197
|
+
heading?: {
|
|
2198
|
+
family: string;
|
|
2199
|
+
weight?: number | undefined;
|
|
2200
|
+
source?: string | undefined;
|
|
2201
|
+
format?: "woff" | "woff2" | undefined;
|
|
2202
|
+
} | undefined;
|
|
2203
|
+
body?: {
|
|
2204
|
+
family: string;
|
|
2205
|
+
weight?: number | undefined;
|
|
2206
|
+
source?: string | undefined;
|
|
2207
|
+
format?: "woff" | "woff2" | undefined;
|
|
2208
|
+
} | undefined;
|
|
2209
|
+
} | undefined;
|
|
2210
|
+
icons?: {
|
|
2211
|
+
library: "fontawesome" | "lucide";
|
|
2212
|
+
} | undefined;
|
|
2213
|
+
styling?: {
|
|
2214
|
+
eyebrows?: "section" | "breadcrumbs" | undefined;
|
|
2215
|
+
codeblocks?: "dark" | "system" | undefined;
|
|
2216
|
+
} | undefined;
|
|
2217
|
+
redirects?: {
|
|
2218
|
+
source: string;
|
|
2219
|
+
destination: string;
|
|
2220
|
+
permanent?: boolean | undefined;
|
|
2221
|
+
}[] | undefined;
|
|
2222
|
+
integrations?: {
|
|
2223
|
+
amplitude?: {
|
|
2224
|
+
apiKey: string;
|
|
2225
|
+
} | undefined;
|
|
2226
|
+
clearbit?: {
|
|
2227
|
+
publicApiKey: string;
|
|
2228
|
+
} | undefined;
|
|
2229
|
+
fathom?: {
|
|
2230
|
+
siteId: string;
|
|
2231
|
+
} | undefined;
|
|
2232
|
+
frontchat?: {
|
|
2233
|
+
snippetId: string;
|
|
2234
|
+
} | undefined;
|
|
2235
|
+
ga4?: {
|
|
2236
|
+
measurementId: string;
|
|
2237
|
+
} | undefined;
|
|
2238
|
+
gtm?: {
|
|
2239
|
+
tagId: string;
|
|
2240
|
+
} | undefined;
|
|
2241
|
+
heap?: {
|
|
2242
|
+
appId: string;
|
|
2243
|
+
} | undefined;
|
|
2244
|
+
hotjar?: {
|
|
2245
|
+
hjid: string;
|
|
2246
|
+
hjsv: string;
|
|
2247
|
+
} | undefined;
|
|
2248
|
+
intercom?: {
|
|
2249
|
+
appId: string;
|
|
2250
|
+
} | undefined;
|
|
2251
|
+
koala?: {
|
|
2252
|
+
publicApiKey: string;
|
|
2253
|
+
} | undefined;
|
|
2254
|
+
logrocket?: {
|
|
2255
|
+
appId: string;
|
|
2256
|
+
} | undefined;
|
|
2257
|
+
mixpanel?: {
|
|
2258
|
+
projectToken: string;
|
|
2259
|
+
} | undefined;
|
|
2260
|
+
osano?: {
|
|
2261
|
+
scriptSource: string;
|
|
2262
|
+
} | undefined;
|
|
2263
|
+
pirsch?: {
|
|
2264
|
+
id: string;
|
|
2265
|
+
} | undefined;
|
|
2266
|
+
posthog?: {
|
|
2267
|
+
apiKey: string;
|
|
2268
|
+
apiHost?: string | undefined;
|
|
2269
|
+
} | undefined;
|
|
2270
|
+
plausible?: {
|
|
2271
|
+
domain: string;
|
|
2272
|
+
server?: string | undefined;
|
|
2273
|
+
} | undefined;
|
|
2274
|
+
segment?: {
|
|
2275
|
+
key: string;
|
|
2276
|
+
} | undefined;
|
|
2277
|
+
telemetry?: {
|
|
2278
|
+
enabled?: boolean | undefined;
|
|
2279
|
+
} | undefined;
|
|
2280
|
+
cookies?: {
|
|
2281
|
+
key?: string | undefined;
|
|
2282
|
+
value?: string | undefined;
|
|
2283
|
+
} | undefined;
|
|
2284
|
+
} | undefined;
|
|
2285
|
+
banner?: {
|
|
2286
|
+
content: string;
|
|
2287
|
+
dismissible?: boolean | undefined;
|
|
2288
|
+
} | undefined;
|
|
2289
|
+
errors?: {
|
|
2290
|
+
"404": {
|
|
2291
|
+
redirect: boolean;
|
|
2292
|
+
};
|
|
2293
|
+
} | undefined;
|
|
2294
|
+
contextual?: {
|
|
2295
|
+
options: ("copy" | "view" | "chatgpt" | "claude")[];
|
|
2296
|
+
} | undefined;
|
|
1971
2297
|
}>;
|
|
1972
2298
|
export declare const writeMdxFilesWithNoImports: (mdxFilesWithNoImports: {
|
|
1973
2299
|
targetPath: string;
|