@mintlify/validation 0.1.403 → 0.1.405

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.
@@ -1139,11 +1139,178 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
1139
1139
  };
1140
1140
  }>>;
1141
1141
  contextual: z.ZodOptional<z.ZodObject<{
1142
- options: z.ZodEffects<z.ZodArray<z.ZodEnum<["copy", "view", "chatgpt", "claude"]>, "many">, ("copy" | "view" | "chatgpt" | "claude")[], ("copy" | "view" | "chatgpt" | "claude")[]>;
1142
+ options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude"]>, z.ZodObject<{
1143
+ title: z.ZodString;
1144
+ description: z.ZodString;
1145
+ icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
1146
+ style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
1147
+ name: z.ZodEffects<z.ZodString, string, string>;
1148
+ library: z.ZodOptional<z.ZodEnum<["fontawesome", "lucide"]>>;
1149
+ }, "strip", z.ZodTypeAny, {
1150
+ name: string;
1151
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1152
+ library?: "fontawesome" | "lucide" | undefined;
1153
+ }, {
1154
+ name: string;
1155
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1156
+ library?: "fontawesome" | "lucide" | undefined;
1157
+ }>]>>;
1158
+ href: z.ZodUnion<[z.ZodString, z.ZodObject<{
1159
+ base: z.ZodString;
1160
+ query: z.ZodOptional<z.ZodArray<z.ZodObject<{
1161
+ key: z.ZodString;
1162
+ value: z.ZodUnion<[z.ZodEnum<["$page"]>, z.ZodString]>;
1163
+ }, "strip", z.ZodTypeAny, {
1164
+ value: string;
1165
+ key: string;
1166
+ }, {
1167
+ value: string;
1168
+ key: string;
1169
+ }>, "many">>;
1170
+ }, "strip", z.ZodTypeAny, {
1171
+ base: string;
1172
+ query?: {
1173
+ value: string;
1174
+ key: string;
1175
+ }[] | undefined;
1176
+ }, {
1177
+ base: string;
1178
+ query?: {
1179
+ value: string;
1180
+ key: string;
1181
+ }[] | undefined;
1182
+ }>]>;
1183
+ }, "strip", z.ZodTypeAny, {
1184
+ href: (string | {
1185
+ base: string;
1186
+ query?: {
1187
+ value: string;
1188
+ key: string;
1189
+ }[] | undefined;
1190
+ }) & (string | {
1191
+ base: string;
1192
+ query?: {
1193
+ value: string;
1194
+ key: string;
1195
+ }[] | undefined;
1196
+ } | undefined);
1197
+ title: string;
1198
+ description: string;
1199
+ icon?: string | {
1200
+ name: string;
1201
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1202
+ library?: "fontawesome" | "lucide" | undefined;
1203
+ } | undefined;
1204
+ }, {
1205
+ href: (string | {
1206
+ base: string;
1207
+ query?: {
1208
+ value: string;
1209
+ key: string;
1210
+ }[] | undefined;
1211
+ }) & (string | {
1212
+ base: string;
1213
+ query?: {
1214
+ value: string;
1215
+ key: string;
1216
+ }[] | undefined;
1217
+ } | undefined);
1218
+ title: string;
1219
+ description: string;
1220
+ icon?: string | {
1221
+ name: string;
1222
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1223
+ library?: "fontawesome" | "lucide" | undefined;
1224
+ } | undefined;
1225
+ }>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | {
1226
+ href: (string | {
1227
+ base: string;
1228
+ query?: {
1229
+ value: string;
1230
+ key: string;
1231
+ }[] | undefined;
1232
+ }) & (string | {
1233
+ base: string;
1234
+ query?: {
1235
+ value: string;
1236
+ key: string;
1237
+ }[] | undefined;
1238
+ } | undefined);
1239
+ title: string;
1240
+ description: string;
1241
+ icon?: string | {
1242
+ name: string;
1243
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1244
+ library?: "fontawesome" | "lucide" | undefined;
1245
+ } | undefined;
1246
+ })[], ("copy" | "view" | "chatgpt" | "claude" | {
1247
+ href: (string | {
1248
+ base: string;
1249
+ query?: {
1250
+ value: string;
1251
+ key: string;
1252
+ }[] | undefined;
1253
+ }) & (string | {
1254
+ base: string;
1255
+ query?: {
1256
+ value: string;
1257
+ key: string;
1258
+ }[] | undefined;
1259
+ } | undefined);
1260
+ title: string;
1261
+ description: string;
1262
+ icon?: string | {
1263
+ name: string;
1264
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1265
+ library?: "fontawesome" | "lucide" | undefined;
1266
+ } | undefined;
1267
+ })[]>;
1143
1268
  }, "strip", z.ZodTypeAny, {
1144
- options: ("copy" | "view" | "chatgpt" | "claude")[];
1269
+ options: ("copy" | "view" | "chatgpt" | "claude" | {
1270
+ href: (string | {
1271
+ base: string;
1272
+ query?: {
1273
+ value: string;
1274
+ key: string;
1275
+ }[] | undefined;
1276
+ }) & (string | {
1277
+ base: string;
1278
+ query?: {
1279
+ value: string;
1280
+ key: string;
1281
+ }[] | undefined;
1282
+ } | undefined);
1283
+ title: string;
1284
+ description: string;
1285
+ icon?: string | {
1286
+ name: string;
1287
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1288
+ library?: "fontawesome" | "lucide" | undefined;
1289
+ } | undefined;
1290
+ })[];
1145
1291
  }, {
1146
- options: ("copy" | "view" | "chatgpt" | "claude")[];
1292
+ options: ("copy" | "view" | "chatgpt" | "claude" | {
1293
+ href: (string | {
1294
+ base: string;
1295
+ query?: {
1296
+ value: string;
1297
+ key: string;
1298
+ }[] | undefined;
1299
+ }) & (string | {
1300
+ base: string;
1301
+ query?: {
1302
+ value: string;
1303
+ key: string;
1304
+ }[] | undefined;
1305
+ } | undefined);
1306
+ title: string;
1307
+ description: string;
1308
+ icon?: string | {
1309
+ name: string;
1310
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1311
+ library?: "fontawesome" | "lucide" | undefined;
1312
+ } | undefined;
1313
+ })[];
1147
1314
  }>>;
1148
1315
  thumbnails: z.ZodOptional<z.ZodObject<{
1149
1316
  appearance: z.ZodOptional<z.ZodEnum<[import("./properties/thumbnails.js").ThumbnailAppearance.Light, import("./properties/thumbnails.js").ThumbnailAppearance.Dark]>>;
@@ -1491,7 +1658,28 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
1491
1658
  };
1492
1659
  } | undefined;
1493
1660
  contextual?: {
1494
- options: ("copy" | "view" | "chatgpt" | "claude")[];
1661
+ options: ("copy" | "view" | "chatgpt" | "claude" | {
1662
+ href: (string | {
1663
+ base: string;
1664
+ query?: {
1665
+ value: string;
1666
+ key: string;
1667
+ }[] | undefined;
1668
+ }) & (string | {
1669
+ base: string;
1670
+ query?: {
1671
+ value: string;
1672
+ key: string;
1673
+ }[] | undefined;
1674
+ } | undefined);
1675
+ title: string;
1676
+ description: string;
1677
+ icon?: string | {
1678
+ name: string;
1679
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
1680
+ library?: "fontawesome" | "lucide" | undefined;
1681
+ } | undefined;
1682
+ })[];
1495
1683
  } | undefined;
1496
1684
  thumbnails?: {
1497
1685
  appearance?: import("./properties/thumbnails.js").ThumbnailAppearance | undefined;
@@ -1832,7 +2020,28 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
1832
2020
  };
1833
2021
  } | undefined;
1834
2022
  contextual?: {
1835
- options: ("copy" | "view" | "chatgpt" | "claude")[];
2023
+ options: ("copy" | "view" | "chatgpt" | "claude" | {
2024
+ href: (string | {
2025
+ base: string;
2026
+ query?: {
2027
+ value: string;
2028
+ key: string;
2029
+ }[] | undefined;
2030
+ }) & (string | {
2031
+ base: string;
2032
+ query?: {
2033
+ value: string;
2034
+ key: string;
2035
+ }[] | undefined;
2036
+ } | undefined);
2037
+ title: string;
2038
+ description: string;
2039
+ icon?: string | {
2040
+ name: string;
2041
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
2042
+ library?: "fontawesome" | "lucide" | undefined;
2043
+ } | undefined;
2044
+ })[];
1836
2045
  } | undefined;
1837
2046
  thumbnails?: {
1838
2047
  appearance?: import("./properties/thumbnails.js").ThumbnailAppearance | undefined;
@@ -2976,11 +3185,178 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
2976
3185
  };
2977
3186
  }>>;
2978
3187
  contextual: z.ZodOptional<z.ZodObject<{
2979
- options: z.ZodEffects<z.ZodArray<z.ZodEnum<["copy", "view", "chatgpt", "claude"]>, "many">, ("copy" | "view" | "chatgpt" | "claude")[], ("copy" | "view" | "chatgpt" | "claude")[]>;
3188
+ options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude"]>, z.ZodObject<{
3189
+ title: z.ZodString;
3190
+ description: z.ZodString;
3191
+ icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
3192
+ style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
3193
+ name: z.ZodEffects<z.ZodString, string, string>;
3194
+ library: z.ZodOptional<z.ZodEnum<["fontawesome", "lucide"]>>;
3195
+ }, "strip", z.ZodTypeAny, {
3196
+ name: string;
3197
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3198
+ library?: "fontawesome" | "lucide" | undefined;
3199
+ }, {
3200
+ name: string;
3201
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3202
+ library?: "fontawesome" | "lucide" | undefined;
3203
+ }>]>>;
3204
+ href: z.ZodUnion<[z.ZodString, z.ZodObject<{
3205
+ base: z.ZodString;
3206
+ query: z.ZodOptional<z.ZodArray<z.ZodObject<{
3207
+ key: z.ZodString;
3208
+ value: z.ZodUnion<[z.ZodEnum<["$page"]>, z.ZodString]>;
3209
+ }, "strip", z.ZodTypeAny, {
3210
+ value: string;
3211
+ key: string;
3212
+ }, {
3213
+ value: string;
3214
+ key: string;
3215
+ }>, "many">>;
3216
+ }, "strip", z.ZodTypeAny, {
3217
+ base: string;
3218
+ query?: {
3219
+ value: string;
3220
+ key: string;
3221
+ }[] | undefined;
3222
+ }, {
3223
+ base: string;
3224
+ query?: {
3225
+ value: string;
3226
+ key: string;
3227
+ }[] | undefined;
3228
+ }>]>;
3229
+ }, "strip", z.ZodTypeAny, {
3230
+ href: (string | {
3231
+ base: string;
3232
+ query?: {
3233
+ value: string;
3234
+ key: string;
3235
+ }[] | undefined;
3236
+ }) & (string | {
3237
+ base: string;
3238
+ query?: {
3239
+ value: string;
3240
+ key: string;
3241
+ }[] | undefined;
3242
+ } | undefined);
3243
+ title: string;
3244
+ description: string;
3245
+ icon?: string | {
3246
+ name: string;
3247
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3248
+ library?: "fontawesome" | "lucide" | undefined;
3249
+ } | undefined;
3250
+ }, {
3251
+ href: (string | {
3252
+ base: string;
3253
+ query?: {
3254
+ value: string;
3255
+ key: string;
3256
+ }[] | undefined;
3257
+ }) & (string | {
3258
+ base: string;
3259
+ query?: {
3260
+ value: string;
3261
+ key: string;
3262
+ }[] | undefined;
3263
+ } | undefined);
3264
+ title: string;
3265
+ description: string;
3266
+ icon?: string | {
3267
+ name: string;
3268
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3269
+ library?: "fontawesome" | "lucide" | undefined;
3270
+ } | undefined;
3271
+ }>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | {
3272
+ href: (string | {
3273
+ base: string;
3274
+ query?: {
3275
+ value: string;
3276
+ key: string;
3277
+ }[] | undefined;
3278
+ }) & (string | {
3279
+ base: string;
3280
+ query?: {
3281
+ value: string;
3282
+ key: string;
3283
+ }[] | undefined;
3284
+ } | undefined);
3285
+ title: string;
3286
+ description: string;
3287
+ icon?: string | {
3288
+ name: string;
3289
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3290
+ library?: "fontawesome" | "lucide" | undefined;
3291
+ } | undefined;
3292
+ })[], ("copy" | "view" | "chatgpt" | "claude" | {
3293
+ href: (string | {
3294
+ base: string;
3295
+ query?: {
3296
+ value: string;
3297
+ key: string;
3298
+ }[] | undefined;
3299
+ }) & (string | {
3300
+ base: string;
3301
+ query?: {
3302
+ value: string;
3303
+ key: string;
3304
+ }[] | undefined;
3305
+ } | undefined);
3306
+ title: string;
3307
+ description: string;
3308
+ icon?: string | {
3309
+ name: string;
3310
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3311
+ library?: "fontawesome" | "lucide" | undefined;
3312
+ } | undefined;
3313
+ })[]>;
2980
3314
  }, "strip", z.ZodTypeAny, {
2981
- options: ("copy" | "view" | "chatgpt" | "claude")[];
3315
+ options: ("copy" | "view" | "chatgpt" | "claude" | {
3316
+ href: (string | {
3317
+ base: string;
3318
+ query?: {
3319
+ value: string;
3320
+ key: string;
3321
+ }[] | undefined;
3322
+ }) & (string | {
3323
+ base: string;
3324
+ query?: {
3325
+ value: string;
3326
+ key: string;
3327
+ }[] | undefined;
3328
+ } | undefined);
3329
+ title: string;
3330
+ description: string;
3331
+ icon?: string | {
3332
+ name: string;
3333
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3334
+ library?: "fontawesome" | "lucide" | undefined;
3335
+ } | undefined;
3336
+ })[];
2982
3337
  }, {
2983
- options: ("copy" | "view" | "chatgpt" | "claude")[];
3338
+ options: ("copy" | "view" | "chatgpt" | "claude" | {
3339
+ href: (string | {
3340
+ base: string;
3341
+ query?: {
3342
+ value: string;
3343
+ key: string;
3344
+ }[] | undefined;
3345
+ }) & (string | {
3346
+ base: string;
3347
+ query?: {
3348
+ value: string;
3349
+ key: string;
3350
+ }[] | undefined;
3351
+ } | undefined);
3352
+ title: string;
3353
+ description: string;
3354
+ icon?: string | {
3355
+ name: string;
3356
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3357
+ library?: "fontawesome" | "lucide" | undefined;
3358
+ } | undefined;
3359
+ })[];
2984
3360
  }>>;
2985
3361
  thumbnails: z.ZodOptional<z.ZodObject<{
2986
3362
  appearance: z.ZodOptional<z.ZodEnum<[import("./properties/thumbnails.js").ThumbnailAppearance.Light, import("./properties/thumbnails.js").ThumbnailAppearance.Dark]>>;
@@ -3328,7 +3704,28 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
3328
3704
  };
3329
3705
  } | undefined;
3330
3706
  contextual?: {
3331
- options: ("copy" | "view" | "chatgpt" | "claude")[];
3707
+ options: ("copy" | "view" | "chatgpt" | "claude" | {
3708
+ href: (string | {
3709
+ base: string;
3710
+ query?: {
3711
+ value: string;
3712
+ key: string;
3713
+ }[] | undefined;
3714
+ }) & (string | {
3715
+ base: string;
3716
+ query?: {
3717
+ value: string;
3718
+ key: string;
3719
+ }[] | undefined;
3720
+ } | undefined);
3721
+ title: string;
3722
+ description: string;
3723
+ icon?: string | {
3724
+ name: string;
3725
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
3726
+ library?: "fontawesome" | "lucide" | undefined;
3727
+ } | undefined;
3728
+ })[];
3332
3729
  } | undefined;
3333
3730
  thumbnails?: {
3334
3731
  appearance?: import("./properties/thumbnails.js").ThumbnailAppearance | undefined;
@@ -3669,7 +4066,28 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
3669
4066
  };
3670
4067
  } | undefined;
3671
4068
  contextual?: {
3672
- options: ("copy" | "view" | "chatgpt" | "claude")[];
4069
+ options: ("copy" | "view" | "chatgpt" | "claude" | {
4070
+ href: (string | {
4071
+ base: string;
4072
+ query?: {
4073
+ value: string;
4074
+ key: string;
4075
+ }[] | undefined;
4076
+ }) & (string | {
4077
+ base: string;
4078
+ query?: {
4079
+ value: string;
4080
+ key: string;
4081
+ }[] | undefined;
4082
+ } | undefined);
4083
+ title: string;
4084
+ description: string;
4085
+ icon?: string | {
4086
+ name: string;
4087
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
4088
+ library?: "fontawesome" | "lucide" | undefined;
4089
+ } | undefined;
4090
+ })[];
3673
4091
  } | undefined;
3674
4092
  thumbnails?: {
3675
4093
  appearance?: import("./properties/thumbnails.js").ThumbnailAppearance | undefined;
@@ -4813,11 +5231,178 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
4813
5231
  };
4814
5232
  }>>;
4815
5233
  contextual: z.ZodOptional<z.ZodObject<{
4816
- options: z.ZodEffects<z.ZodArray<z.ZodEnum<["copy", "view", "chatgpt", "claude"]>, "many">, ("copy" | "view" | "chatgpt" | "claude")[], ("copy" | "view" | "chatgpt" | "claude")[]>;
5234
+ options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude"]>, z.ZodObject<{
5235
+ title: z.ZodString;
5236
+ description: z.ZodString;
5237
+ icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
5238
+ style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
5239
+ name: z.ZodEffects<z.ZodString, string, string>;
5240
+ library: z.ZodOptional<z.ZodEnum<["fontawesome", "lucide"]>>;
5241
+ }, "strip", z.ZodTypeAny, {
5242
+ name: string;
5243
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
5244
+ library?: "fontawesome" | "lucide" | undefined;
5245
+ }, {
5246
+ name: string;
5247
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
5248
+ library?: "fontawesome" | "lucide" | undefined;
5249
+ }>]>>;
5250
+ href: z.ZodUnion<[z.ZodString, z.ZodObject<{
5251
+ base: z.ZodString;
5252
+ query: z.ZodOptional<z.ZodArray<z.ZodObject<{
5253
+ key: z.ZodString;
5254
+ value: z.ZodUnion<[z.ZodEnum<["$page"]>, z.ZodString]>;
5255
+ }, "strip", z.ZodTypeAny, {
5256
+ value: string;
5257
+ key: string;
5258
+ }, {
5259
+ value: string;
5260
+ key: string;
5261
+ }>, "many">>;
5262
+ }, "strip", z.ZodTypeAny, {
5263
+ base: string;
5264
+ query?: {
5265
+ value: string;
5266
+ key: string;
5267
+ }[] | undefined;
5268
+ }, {
5269
+ base: string;
5270
+ query?: {
5271
+ value: string;
5272
+ key: string;
5273
+ }[] | undefined;
5274
+ }>]>;
5275
+ }, "strip", z.ZodTypeAny, {
5276
+ href: (string | {
5277
+ base: string;
5278
+ query?: {
5279
+ value: string;
5280
+ key: string;
5281
+ }[] | undefined;
5282
+ }) & (string | {
5283
+ base: string;
5284
+ query?: {
5285
+ value: string;
5286
+ key: string;
5287
+ }[] | undefined;
5288
+ } | undefined);
5289
+ title: string;
5290
+ description: string;
5291
+ icon?: string | {
5292
+ name: string;
5293
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
5294
+ library?: "fontawesome" | "lucide" | undefined;
5295
+ } | undefined;
5296
+ }, {
5297
+ href: (string | {
5298
+ base: string;
5299
+ query?: {
5300
+ value: string;
5301
+ key: string;
5302
+ }[] | undefined;
5303
+ }) & (string | {
5304
+ base: string;
5305
+ query?: {
5306
+ value: string;
5307
+ key: string;
5308
+ }[] | undefined;
5309
+ } | undefined);
5310
+ title: string;
5311
+ description: string;
5312
+ icon?: string | {
5313
+ name: string;
5314
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
5315
+ library?: "fontawesome" | "lucide" | undefined;
5316
+ } | undefined;
5317
+ }>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | {
5318
+ href: (string | {
5319
+ base: string;
5320
+ query?: {
5321
+ value: string;
5322
+ key: string;
5323
+ }[] | undefined;
5324
+ }) & (string | {
5325
+ base: string;
5326
+ query?: {
5327
+ value: string;
5328
+ key: string;
5329
+ }[] | undefined;
5330
+ } | undefined);
5331
+ title: string;
5332
+ description: string;
5333
+ icon?: string | {
5334
+ name: string;
5335
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
5336
+ library?: "fontawesome" | "lucide" | undefined;
5337
+ } | undefined;
5338
+ })[], ("copy" | "view" | "chatgpt" | "claude" | {
5339
+ href: (string | {
5340
+ base: string;
5341
+ query?: {
5342
+ value: string;
5343
+ key: string;
5344
+ }[] | undefined;
5345
+ }) & (string | {
5346
+ base: string;
5347
+ query?: {
5348
+ value: string;
5349
+ key: string;
5350
+ }[] | undefined;
5351
+ } | undefined);
5352
+ title: string;
5353
+ description: string;
5354
+ icon?: string | {
5355
+ name: string;
5356
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
5357
+ library?: "fontawesome" | "lucide" | undefined;
5358
+ } | undefined;
5359
+ })[]>;
4817
5360
  }, "strip", z.ZodTypeAny, {
4818
- options: ("copy" | "view" | "chatgpt" | "claude")[];
5361
+ options: ("copy" | "view" | "chatgpt" | "claude" | {
5362
+ href: (string | {
5363
+ base: string;
5364
+ query?: {
5365
+ value: string;
5366
+ key: string;
5367
+ }[] | undefined;
5368
+ }) & (string | {
5369
+ base: string;
5370
+ query?: {
5371
+ value: string;
5372
+ key: string;
5373
+ }[] | undefined;
5374
+ } | undefined);
5375
+ title: string;
5376
+ description: string;
5377
+ icon?: string | {
5378
+ name: string;
5379
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
5380
+ library?: "fontawesome" | "lucide" | undefined;
5381
+ } | undefined;
5382
+ })[];
4819
5383
  }, {
4820
- options: ("copy" | "view" | "chatgpt" | "claude")[];
5384
+ options: ("copy" | "view" | "chatgpt" | "claude" | {
5385
+ href: (string | {
5386
+ base: string;
5387
+ query?: {
5388
+ value: string;
5389
+ key: string;
5390
+ }[] | undefined;
5391
+ }) & (string | {
5392
+ base: string;
5393
+ query?: {
5394
+ value: string;
5395
+ key: string;
5396
+ }[] | undefined;
5397
+ } | undefined);
5398
+ title: string;
5399
+ description: string;
5400
+ icon?: string | {
5401
+ name: string;
5402
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
5403
+ library?: "fontawesome" | "lucide" | undefined;
5404
+ } | undefined;
5405
+ })[];
4821
5406
  }>>;
4822
5407
  thumbnails: z.ZodOptional<z.ZodObject<{
4823
5408
  appearance: z.ZodOptional<z.ZodEnum<[import("./properties/thumbnails.js").ThumbnailAppearance.Light, import("./properties/thumbnails.js").ThumbnailAppearance.Dark]>>;
@@ -5165,7 +5750,28 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
5165
5750
  };
5166
5751
  } | undefined;
5167
5752
  contextual?: {
5168
- options: ("copy" | "view" | "chatgpt" | "claude")[];
5753
+ options: ("copy" | "view" | "chatgpt" | "claude" | {
5754
+ href: (string | {
5755
+ base: string;
5756
+ query?: {
5757
+ value: string;
5758
+ key: string;
5759
+ }[] | undefined;
5760
+ }) & (string | {
5761
+ base: string;
5762
+ query?: {
5763
+ value: string;
5764
+ key: string;
5765
+ }[] | undefined;
5766
+ } | undefined);
5767
+ title: string;
5768
+ description: string;
5769
+ icon?: string | {
5770
+ name: string;
5771
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
5772
+ library?: "fontawesome" | "lucide" | undefined;
5773
+ } | undefined;
5774
+ })[];
5169
5775
  } | undefined;
5170
5776
  thumbnails?: {
5171
5777
  appearance?: import("./properties/thumbnails.js").ThumbnailAppearance | undefined;
@@ -5506,7 +6112,28 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
5506
6112
  };
5507
6113
  } | undefined;
5508
6114
  contextual?: {
5509
- options: ("copy" | "view" | "chatgpt" | "claude")[];
6115
+ options: ("copy" | "view" | "chatgpt" | "claude" | {
6116
+ href: (string | {
6117
+ base: string;
6118
+ query?: {
6119
+ value: string;
6120
+ key: string;
6121
+ }[] | undefined;
6122
+ }) & (string | {
6123
+ base: string;
6124
+ query?: {
6125
+ value: string;
6126
+ key: string;
6127
+ }[] | undefined;
6128
+ } | undefined);
6129
+ title: string;
6130
+ description: string;
6131
+ icon?: string | {
6132
+ name: string;
6133
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
6134
+ library?: "fontawesome" | "lucide" | undefined;
6135
+ } | undefined;
6136
+ })[];
5510
6137
  } | undefined;
5511
6138
  thumbnails?: {
5512
6139
  appearance?: import("./properties/thumbnails.js").ThumbnailAppearance | undefined;
@@ -6650,11 +7277,178 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
6650
7277
  };
6651
7278
  }>>;
6652
7279
  contextual: z.ZodOptional<z.ZodObject<{
6653
- options: z.ZodEffects<z.ZodArray<z.ZodEnum<["copy", "view", "chatgpt", "claude"]>, "many">, ("copy" | "view" | "chatgpt" | "claude")[], ("copy" | "view" | "chatgpt" | "claude")[]>;
7280
+ options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude"]>, z.ZodObject<{
7281
+ title: z.ZodString;
7282
+ description: z.ZodString;
7283
+ icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
7284
+ style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
7285
+ name: z.ZodEffects<z.ZodString, string, string>;
7286
+ library: z.ZodOptional<z.ZodEnum<["fontawesome", "lucide"]>>;
7287
+ }, "strip", z.ZodTypeAny, {
7288
+ name: string;
7289
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
7290
+ library?: "fontawesome" | "lucide" | undefined;
7291
+ }, {
7292
+ name: string;
7293
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
7294
+ library?: "fontawesome" | "lucide" | undefined;
7295
+ }>]>>;
7296
+ href: z.ZodUnion<[z.ZodString, z.ZodObject<{
7297
+ base: z.ZodString;
7298
+ query: z.ZodOptional<z.ZodArray<z.ZodObject<{
7299
+ key: z.ZodString;
7300
+ value: z.ZodUnion<[z.ZodEnum<["$page"]>, z.ZodString]>;
7301
+ }, "strip", z.ZodTypeAny, {
7302
+ value: string;
7303
+ key: string;
7304
+ }, {
7305
+ value: string;
7306
+ key: string;
7307
+ }>, "many">>;
7308
+ }, "strip", z.ZodTypeAny, {
7309
+ base: string;
7310
+ query?: {
7311
+ value: string;
7312
+ key: string;
7313
+ }[] | undefined;
7314
+ }, {
7315
+ base: string;
7316
+ query?: {
7317
+ value: string;
7318
+ key: string;
7319
+ }[] | undefined;
7320
+ }>]>;
7321
+ }, "strip", z.ZodTypeAny, {
7322
+ href: (string | {
7323
+ base: string;
7324
+ query?: {
7325
+ value: string;
7326
+ key: string;
7327
+ }[] | undefined;
7328
+ }) & (string | {
7329
+ base: string;
7330
+ query?: {
7331
+ value: string;
7332
+ key: string;
7333
+ }[] | undefined;
7334
+ } | undefined);
7335
+ title: string;
7336
+ description: string;
7337
+ icon?: string | {
7338
+ name: string;
7339
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
7340
+ library?: "fontawesome" | "lucide" | undefined;
7341
+ } | undefined;
7342
+ }, {
7343
+ href: (string | {
7344
+ base: string;
7345
+ query?: {
7346
+ value: string;
7347
+ key: string;
7348
+ }[] | undefined;
7349
+ }) & (string | {
7350
+ base: string;
7351
+ query?: {
7352
+ value: string;
7353
+ key: string;
7354
+ }[] | undefined;
7355
+ } | undefined);
7356
+ title: string;
7357
+ description: string;
7358
+ icon?: string | {
7359
+ name: string;
7360
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
7361
+ library?: "fontawesome" | "lucide" | undefined;
7362
+ } | undefined;
7363
+ }>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | {
7364
+ href: (string | {
7365
+ base: string;
7366
+ query?: {
7367
+ value: string;
7368
+ key: string;
7369
+ }[] | undefined;
7370
+ }) & (string | {
7371
+ base: string;
7372
+ query?: {
7373
+ value: string;
7374
+ key: string;
7375
+ }[] | undefined;
7376
+ } | undefined);
7377
+ title: string;
7378
+ description: string;
7379
+ icon?: string | {
7380
+ name: string;
7381
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
7382
+ library?: "fontawesome" | "lucide" | undefined;
7383
+ } | undefined;
7384
+ })[], ("copy" | "view" | "chatgpt" | "claude" | {
7385
+ href: (string | {
7386
+ base: string;
7387
+ query?: {
7388
+ value: string;
7389
+ key: string;
7390
+ }[] | undefined;
7391
+ }) & (string | {
7392
+ base: string;
7393
+ query?: {
7394
+ value: string;
7395
+ key: string;
7396
+ }[] | undefined;
7397
+ } | undefined);
7398
+ title: string;
7399
+ description: string;
7400
+ icon?: string | {
7401
+ name: string;
7402
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
7403
+ library?: "fontawesome" | "lucide" | undefined;
7404
+ } | undefined;
7405
+ })[]>;
6654
7406
  }, "strip", z.ZodTypeAny, {
6655
- options: ("copy" | "view" | "chatgpt" | "claude")[];
7407
+ options: ("copy" | "view" | "chatgpt" | "claude" | {
7408
+ href: (string | {
7409
+ base: string;
7410
+ query?: {
7411
+ value: string;
7412
+ key: string;
7413
+ }[] | undefined;
7414
+ }) & (string | {
7415
+ base: string;
7416
+ query?: {
7417
+ value: string;
7418
+ key: string;
7419
+ }[] | undefined;
7420
+ } | undefined);
7421
+ title: string;
7422
+ description: string;
7423
+ icon?: string | {
7424
+ name: string;
7425
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
7426
+ library?: "fontawesome" | "lucide" | undefined;
7427
+ } | undefined;
7428
+ })[];
6656
7429
  }, {
6657
- options: ("copy" | "view" | "chatgpt" | "claude")[];
7430
+ options: ("copy" | "view" | "chatgpt" | "claude" | {
7431
+ href: (string | {
7432
+ base: string;
7433
+ query?: {
7434
+ value: string;
7435
+ key: string;
7436
+ }[] | undefined;
7437
+ }) & (string | {
7438
+ base: string;
7439
+ query?: {
7440
+ value: string;
7441
+ key: string;
7442
+ }[] | undefined;
7443
+ } | undefined);
7444
+ title: string;
7445
+ description: string;
7446
+ icon?: string | {
7447
+ name: string;
7448
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
7449
+ library?: "fontawesome" | "lucide" | undefined;
7450
+ } | undefined;
7451
+ })[];
6658
7452
  }>>;
6659
7453
  thumbnails: z.ZodOptional<z.ZodObject<{
6660
7454
  appearance: z.ZodOptional<z.ZodEnum<[import("./properties/thumbnails.js").ThumbnailAppearance.Light, import("./properties/thumbnails.js").ThumbnailAppearance.Dark]>>;
@@ -7002,7 +7796,28 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
7002
7796
  };
7003
7797
  } | undefined;
7004
7798
  contextual?: {
7005
- options: ("copy" | "view" | "chatgpt" | "claude")[];
7799
+ options: ("copy" | "view" | "chatgpt" | "claude" | {
7800
+ href: (string | {
7801
+ base: string;
7802
+ query?: {
7803
+ value: string;
7804
+ key: string;
7805
+ }[] | undefined;
7806
+ }) & (string | {
7807
+ base: string;
7808
+ query?: {
7809
+ value: string;
7810
+ key: string;
7811
+ }[] | undefined;
7812
+ } | undefined);
7813
+ title: string;
7814
+ description: string;
7815
+ icon?: string | {
7816
+ name: string;
7817
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
7818
+ library?: "fontawesome" | "lucide" | undefined;
7819
+ } | undefined;
7820
+ })[];
7006
7821
  } | undefined;
7007
7822
  thumbnails?: {
7008
7823
  appearance?: import("./properties/thumbnails.js").ThumbnailAppearance | undefined;
@@ -7343,7 +8158,28 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
7343
8158
  };
7344
8159
  } | undefined;
7345
8160
  contextual?: {
7346
- options: ("copy" | "view" | "chatgpt" | "claude")[];
8161
+ options: ("copy" | "view" | "chatgpt" | "claude" | {
8162
+ href: (string | {
8163
+ base: string;
8164
+ query?: {
8165
+ value: string;
8166
+ key: string;
8167
+ }[] | undefined;
8168
+ }) & (string | {
8169
+ base: string;
8170
+ query?: {
8171
+ value: string;
8172
+ key: string;
8173
+ }[] | undefined;
8174
+ } | undefined);
8175
+ title: string;
8176
+ description: string;
8177
+ icon?: string | {
8178
+ name: string;
8179
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
8180
+ library?: "fontawesome" | "lucide" | undefined;
8181
+ } | undefined;
8182
+ })[];
7347
8183
  } | undefined;
7348
8184
  thumbnails?: {
7349
8185
  appearance?: import("./properties/thumbnails.js").ThumbnailAppearance | undefined;
@@ -8487,11 +9323,178 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
8487
9323
  };
8488
9324
  }>>;
8489
9325
  contextual: z.ZodOptional<z.ZodObject<{
8490
- options: z.ZodEffects<z.ZodArray<z.ZodEnum<["copy", "view", "chatgpt", "claude"]>, "many">, ("copy" | "view" | "chatgpt" | "claude")[], ("copy" | "view" | "chatgpt" | "claude")[]>;
9326
+ options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude"]>, z.ZodObject<{
9327
+ title: z.ZodString;
9328
+ description: z.ZodString;
9329
+ icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
9330
+ style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
9331
+ name: z.ZodEffects<z.ZodString, string, string>;
9332
+ library: z.ZodOptional<z.ZodEnum<["fontawesome", "lucide"]>>;
9333
+ }, "strip", z.ZodTypeAny, {
9334
+ name: string;
9335
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
9336
+ library?: "fontawesome" | "lucide" | undefined;
9337
+ }, {
9338
+ name: string;
9339
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
9340
+ library?: "fontawesome" | "lucide" | undefined;
9341
+ }>]>>;
9342
+ href: z.ZodUnion<[z.ZodString, z.ZodObject<{
9343
+ base: z.ZodString;
9344
+ query: z.ZodOptional<z.ZodArray<z.ZodObject<{
9345
+ key: z.ZodString;
9346
+ value: z.ZodUnion<[z.ZodEnum<["$page"]>, z.ZodString]>;
9347
+ }, "strip", z.ZodTypeAny, {
9348
+ value: string;
9349
+ key: string;
9350
+ }, {
9351
+ value: string;
9352
+ key: string;
9353
+ }>, "many">>;
9354
+ }, "strip", z.ZodTypeAny, {
9355
+ base: string;
9356
+ query?: {
9357
+ value: string;
9358
+ key: string;
9359
+ }[] | undefined;
9360
+ }, {
9361
+ base: string;
9362
+ query?: {
9363
+ value: string;
9364
+ key: string;
9365
+ }[] | undefined;
9366
+ }>]>;
9367
+ }, "strip", z.ZodTypeAny, {
9368
+ href: (string | {
9369
+ base: string;
9370
+ query?: {
9371
+ value: string;
9372
+ key: string;
9373
+ }[] | undefined;
9374
+ }) & (string | {
9375
+ base: string;
9376
+ query?: {
9377
+ value: string;
9378
+ key: string;
9379
+ }[] | undefined;
9380
+ } | undefined);
9381
+ title: string;
9382
+ description: string;
9383
+ icon?: string | {
9384
+ name: string;
9385
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
9386
+ library?: "fontawesome" | "lucide" | undefined;
9387
+ } | undefined;
9388
+ }, {
9389
+ href: (string | {
9390
+ base: string;
9391
+ query?: {
9392
+ value: string;
9393
+ key: string;
9394
+ }[] | undefined;
9395
+ }) & (string | {
9396
+ base: string;
9397
+ query?: {
9398
+ value: string;
9399
+ key: string;
9400
+ }[] | undefined;
9401
+ } | undefined);
9402
+ title: string;
9403
+ description: string;
9404
+ icon?: string | {
9405
+ name: string;
9406
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
9407
+ library?: "fontawesome" | "lucide" | undefined;
9408
+ } | undefined;
9409
+ }>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | {
9410
+ href: (string | {
9411
+ base: string;
9412
+ query?: {
9413
+ value: string;
9414
+ key: string;
9415
+ }[] | undefined;
9416
+ }) & (string | {
9417
+ base: string;
9418
+ query?: {
9419
+ value: string;
9420
+ key: string;
9421
+ }[] | undefined;
9422
+ } | undefined);
9423
+ title: string;
9424
+ description: string;
9425
+ icon?: string | {
9426
+ name: string;
9427
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
9428
+ library?: "fontawesome" | "lucide" | undefined;
9429
+ } | undefined;
9430
+ })[], ("copy" | "view" | "chatgpt" | "claude" | {
9431
+ href: (string | {
9432
+ base: string;
9433
+ query?: {
9434
+ value: string;
9435
+ key: string;
9436
+ }[] | undefined;
9437
+ }) & (string | {
9438
+ base: string;
9439
+ query?: {
9440
+ value: string;
9441
+ key: string;
9442
+ }[] | undefined;
9443
+ } | undefined);
9444
+ title: string;
9445
+ description: string;
9446
+ icon?: string | {
9447
+ name: string;
9448
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
9449
+ library?: "fontawesome" | "lucide" | undefined;
9450
+ } | undefined;
9451
+ })[]>;
8491
9452
  }, "strip", z.ZodTypeAny, {
8492
- options: ("copy" | "view" | "chatgpt" | "claude")[];
9453
+ options: ("copy" | "view" | "chatgpt" | "claude" | {
9454
+ href: (string | {
9455
+ base: string;
9456
+ query?: {
9457
+ value: string;
9458
+ key: string;
9459
+ }[] | undefined;
9460
+ }) & (string | {
9461
+ base: string;
9462
+ query?: {
9463
+ value: string;
9464
+ key: string;
9465
+ }[] | undefined;
9466
+ } | undefined);
9467
+ title: string;
9468
+ description: string;
9469
+ icon?: string | {
9470
+ name: string;
9471
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
9472
+ library?: "fontawesome" | "lucide" | undefined;
9473
+ } | undefined;
9474
+ })[];
8493
9475
  }, {
8494
- options: ("copy" | "view" | "chatgpt" | "claude")[];
9476
+ options: ("copy" | "view" | "chatgpt" | "claude" | {
9477
+ href: (string | {
9478
+ base: string;
9479
+ query?: {
9480
+ value: string;
9481
+ key: string;
9482
+ }[] | undefined;
9483
+ }) & (string | {
9484
+ base: string;
9485
+ query?: {
9486
+ value: string;
9487
+ key: string;
9488
+ }[] | undefined;
9489
+ } | undefined);
9490
+ title: string;
9491
+ description: string;
9492
+ icon?: string | {
9493
+ name: string;
9494
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
9495
+ library?: "fontawesome" | "lucide" | undefined;
9496
+ } | undefined;
9497
+ })[];
8495
9498
  }>>;
8496
9499
  thumbnails: z.ZodOptional<z.ZodObject<{
8497
9500
  appearance: z.ZodOptional<z.ZodEnum<[import("./properties/thumbnails.js").ThumbnailAppearance.Light, import("./properties/thumbnails.js").ThumbnailAppearance.Dark]>>;
@@ -8839,7 +9842,28 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
8839
9842
  };
8840
9843
  } | undefined;
8841
9844
  contextual?: {
8842
- options: ("copy" | "view" | "chatgpt" | "claude")[];
9845
+ options: ("copy" | "view" | "chatgpt" | "claude" | {
9846
+ href: (string | {
9847
+ base: string;
9848
+ query?: {
9849
+ value: string;
9850
+ key: string;
9851
+ }[] | undefined;
9852
+ }) & (string | {
9853
+ base: string;
9854
+ query?: {
9855
+ value: string;
9856
+ key: string;
9857
+ }[] | undefined;
9858
+ } | undefined);
9859
+ title: string;
9860
+ description: string;
9861
+ icon?: string | {
9862
+ name: string;
9863
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
9864
+ library?: "fontawesome" | "lucide" | undefined;
9865
+ } | undefined;
9866
+ })[];
8843
9867
  } | undefined;
8844
9868
  thumbnails?: {
8845
9869
  appearance?: import("./properties/thumbnails.js").ThumbnailAppearance | undefined;
@@ -9180,7 +10204,28 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
9180
10204
  };
9181
10205
  } | undefined;
9182
10206
  contextual?: {
9183
- options: ("copy" | "view" | "chatgpt" | "claude")[];
10207
+ options: ("copy" | "view" | "chatgpt" | "claude" | {
10208
+ href: (string | {
10209
+ base: string;
10210
+ query?: {
10211
+ value: string;
10212
+ key: string;
10213
+ }[] | undefined;
10214
+ }) & (string | {
10215
+ base: string;
10216
+ query?: {
10217
+ value: string;
10218
+ key: string;
10219
+ }[] | undefined;
10220
+ } | undefined);
10221
+ title: string;
10222
+ description: string;
10223
+ icon?: string | {
10224
+ name: string;
10225
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
10226
+ library?: "fontawesome" | "lucide" | undefined;
10227
+ } | undefined;
10228
+ })[];
9184
10229
  } | undefined;
9185
10230
  thumbnails?: {
9186
10231
  appearance?: import("./properties/thumbnails.js").ThumbnailAppearance | undefined;
@@ -10324,11 +11369,178 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
10324
11369
  };
10325
11370
  }>>;
10326
11371
  contextual: z.ZodOptional<z.ZodObject<{
10327
- options: z.ZodEffects<z.ZodArray<z.ZodEnum<["copy", "view", "chatgpt", "claude"]>, "many">, ("copy" | "view" | "chatgpt" | "claude")[], ("copy" | "view" | "chatgpt" | "claude")[]>;
11372
+ options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude"]>, z.ZodObject<{
11373
+ title: z.ZodString;
11374
+ description: z.ZodString;
11375
+ icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
11376
+ style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
11377
+ name: z.ZodEffects<z.ZodString, string, string>;
11378
+ library: z.ZodOptional<z.ZodEnum<["fontawesome", "lucide"]>>;
11379
+ }, "strip", z.ZodTypeAny, {
11380
+ name: string;
11381
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
11382
+ library?: "fontawesome" | "lucide" | undefined;
11383
+ }, {
11384
+ name: string;
11385
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
11386
+ library?: "fontawesome" | "lucide" | undefined;
11387
+ }>]>>;
11388
+ href: z.ZodUnion<[z.ZodString, z.ZodObject<{
11389
+ base: z.ZodString;
11390
+ query: z.ZodOptional<z.ZodArray<z.ZodObject<{
11391
+ key: z.ZodString;
11392
+ value: z.ZodUnion<[z.ZodEnum<["$page"]>, z.ZodString]>;
11393
+ }, "strip", z.ZodTypeAny, {
11394
+ value: string;
11395
+ key: string;
11396
+ }, {
11397
+ value: string;
11398
+ key: string;
11399
+ }>, "many">>;
11400
+ }, "strip", z.ZodTypeAny, {
11401
+ base: string;
11402
+ query?: {
11403
+ value: string;
11404
+ key: string;
11405
+ }[] | undefined;
11406
+ }, {
11407
+ base: string;
11408
+ query?: {
11409
+ value: string;
11410
+ key: string;
11411
+ }[] | undefined;
11412
+ }>]>;
11413
+ }, "strip", z.ZodTypeAny, {
11414
+ href: (string | {
11415
+ base: string;
11416
+ query?: {
11417
+ value: string;
11418
+ key: string;
11419
+ }[] | undefined;
11420
+ }) & (string | {
11421
+ base: string;
11422
+ query?: {
11423
+ value: string;
11424
+ key: string;
11425
+ }[] | undefined;
11426
+ } | undefined);
11427
+ title: string;
11428
+ description: string;
11429
+ icon?: string | {
11430
+ name: string;
11431
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
11432
+ library?: "fontawesome" | "lucide" | undefined;
11433
+ } | undefined;
11434
+ }, {
11435
+ href: (string | {
11436
+ base: string;
11437
+ query?: {
11438
+ value: string;
11439
+ key: string;
11440
+ }[] | undefined;
11441
+ }) & (string | {
11442
+ base: string;
11443
+ query?: {
11444
+ value: string;
11445
+ key: string;
11446
+ }[] | undefined;
11447
+ } | undefined);
11448
+ title: string;
11449
+ description: string;
11450
+ icon?: string | {
11451
+ name: string;
11452
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
11453
+ library?: "fontawesome" | "lucide" | undefined;
11454
+ } | undefined;
11455
+ }>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | {
11456
+ href: (string | {
11457
+ base: string;
11458
+ query?: {
11459
+ value: string;
11460
+ key: string;
11461
+ }[] | undefined;
11462
+ }) & (string | {
11463
+ base: string;
11464
+ query?: {
11465
+ value: string;
11466
+ key: string;
11467
+ }[] | undefined;
11468
+ } | undefined);
11469
+ title: string;
11470
+ description: string;
11471
+ icon?: string | {
11472
+ name: string;
11473
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
11474
+ library?: "fontawesome" | "lucide" | undefined;
11475
+ } | undefined;
11476
+ })[], ("copy" | "view" | "chatgpt" | "claude" | {
11477
+ href: (string | {
11478
+ base: string;
11479
+ query?: {
11480
+ value: string;
11481
+ key: string;
11482
+ }[] | undefined;
11483
+ }) & (string | {
11484
+ base: string;
11485
+ query?: {
11486
+ value: string;
11487
+ key: string;
11488
+ }[] | undefined;
11489
+ } | undefined);
11490
+ title: string;
11491
+ description: string;
11492
+ icon?: string | {
11493
+ name: string;
11494
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
11495
+ library?: "fontawesome" | "lucide" | undefined;
11496
+ } | undefined;
11497
+ })[]>;
10328
11498
  }, "strip", z.ZodTypeAny, {
10329
- options: ("copy" | "view" | "chatgpt" | "claude")[];
11499
+ options: ("copy" | "view" | "chatgpt" | "claude" | {
11500
+ href: (string | {
11501
+ base: string;
11502
+ query?: {
11503
+ value: string;
11504
+ key: string;
11505
+ }[] | undefined;
11506
+ }) & (string | {
11507
+ base: string;
11508
+ query?: {
11509
+ value: string;
11510
+ key: string;
11511
+ }[] | undefined;
11512
+ } | undefined);
11513
+ title: string;
11514
+ description: string;
11515
+ icon?: string | {
11516
+ name: string;
11517
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
11518
+ library?: "fontawesome" | "lucide" | undefined;
11519
+ } | undefined;
11520
+ })[];
10330
11521
  }, {
10331
- options: ("copy" | "view" | "chatgpt" | "claude")[];
11522
+ options: ("copy" | "view" | "chatgpt" | "claude" | {
11523
+ href: (string | {
11524
+ base: string;
11525
+ query?: {
11526
+ value: string;
11527
+ key: string;
11528
+ }[] | undefined;
11529
+ }) & (string | {
11530
+ base: string;
11531
+ query?: {
11532
+ value: string;
11533
+ key: string;
11534
+ }[] | undefined;
11535
+ } | undefined);
11536
+ title: string;
11537
+ description: string;
11538
+ icon?: string | {
11539
+ name: string;
11540
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
11541
+ library?: "fontawesome" | "lucide" | undefined;
11542
+ } | undefined;
11543
+ })[];
10332
11544
  }>>;
10333
11545
  thumbnails: z.ZodOptional<z.ZodObject<{
10334
11546
  appearance: z.ZodOptional<z.ZodEnum<[import("./properties/thumbnails.js").ThumbnailAppearance.Light, import("./properties/thumbnails.js").ThumbnailAppearance.Dark]>>;
@@ -10676,7 +11888,28 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
10676
11888
  };
10677
11889
  } | undefined;
10678
11890
  contextual?: {
10679
- options: ("copy" | "view" | "chatgpt" | "claude")[];
11891
+ options: ("copy" | "view" | "chatgpt" | "claude" | {
11892
+ href: (string | {
11893
+ base: string;
11894
+ query?: {
11895
+ value: string;
11896
+ key: string;
11897
+ }[] | undefined;
11898
+ }) & (string | {
11899
+ base: string;
11900
+ query?: {
11901
+ value: string;
11902
+ key: string;
11903
+ }[] | undefined;
11904
+ } | undefined);
11905
+ title: string;
11906
+ description: string;
11907
+ icon?: string | {
11908
+ name: string;
11909
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
11910
+ library?: "fontawesome" | "lucide" | undefined;
11911
+ } | undefined;
11912
+ })[];
10680
11913
  } | undefined;
10681
11914
  thumbnails?: {
10682
11915
  appearance?: import("./properties/thumbnails.js").ThumbnailAppearance | undefined;
@@ -11017,7 +12250,28 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
11017
12250
  };
11018
12251
  } | undefined;
11019
12252
  contextual?: {
11020
- options: ("copy" | "view" | "chatgpt" | "claude")[];
12253
+ options: ("copy" | "view" | "chatgpt" | "claude" | {
12254
+ href: (string | {
12255
+ base: string;
12256
+ query?: {
12257
+ value: string;
12258
+ key: string;
12259
+ }[] | undefined;
12260
+ }) & (string | {
12261
+ base: string;
12262
+ query?: {
12263
+ value: string;
12264
+ key: string;
12265
+ }[] | undefined;
12266
+ } | undefined);
12267
+ title: string;
12268
+ description: string;
12269
+ icon?: string | {
12270
+ name: string;
12271
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
12272
+ library?: "fontawesome" | "lucide" | undefined;
12273
+ } | undefined;
12274
+ })[];
11021
12275
  } | undefined;
11022
12276
  thumbnails?: {
11023
12277
  appearance?: import("./properties/thumbnails.js").ThumbnailAppearance | undefined;
@@ -12161,11 +13415,178 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
12161
13415
  };
12162
13416
  }>>;
12163
13417
  contextual: z.ZodOptional<z.ZodObject<{
12164
- options: z.ZodEffects<z.ZodArray<z.ZodEnum<["copy", "view", "chatgpt", "claude"]>, "many">, ("copy" | "view" | "chatgpt" | "claude")[], ("copy" | "view" | "chatgpt" | "claude")[]>;
13418
+ options: z.ZodEffects<z.ZodArray<z.ZodUnion<[z.ZodEnum<["copy", "view", "chatgpt", "claude"]>, z.ZodObject<{
13419
+ title: z.ZodString;
13420
+ description: z.ZodString;
13421
+ icon: z.ZodOptional<z.ZodUnion<[z.ZodEffects<z.ZodString, string, string>, z.ZodObject<{
13422
+ style: z.ZodOptional<z.ZodEnum<["brands", "duotone", "light", "regular", "sharp-duotone-solid", "sharp-light", "sharp-regular", "sharp-solid", "sharp-thin", "solid", "thin"]>>;
13423
+ name: z.ZodEffects<z.ZodString, string, string>;
13424
+ library: z.ZodOptional<z.ZodEnum<["fontawesome", "lucide"]>>;
13425
+ }, "strip", z.ZodTypeAny, {
13426
+ name: string;
13427
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
13428
+ library?: "fontawesome" | "lucide" | undefined;
13429
+ }, {
13430
+ name: string;
13431
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
13432
+ library?: "fontawesome" | "lucide" | undefined;
13433
+ }>]>>;
13434
+ href: z.ZodUnion<[z.ZodString, z.ZodObject<{
13435
+ base: z.ZodString;
13436
+ query: z.ZodOptional<z.ZodArray<z.ZodObject<{
13437
+ key: z.ZodString;
13438
+ value: z.ZodUnion<[z.ZodEnum<["$page"]>, z.ZodString]>;
13439
+ }, "strip", z.ZodTypeAny, {
13440
+ value: string;
13441
+ key: string;
13442
+ }, {
13443
+ value: string;
13444
+ key: string;
13445
+ }>, "many">>;
13446
+ }, "strip", z.ZodTypeAny, {
13447
+ base: string;
13448
+ query?: {
13449
+ value: string;
13450
+ key: string;
13451
+ }[] | undefined;
13452
+ }, {
13453
+ base: string;
13454
+ query?: {
13455
+ value: string;
13456
+ key: string;
13457
+ }[] | undefined;
13458
+ }>]>;
13459
+ }, "strip", z.ZodTypeAny, {
13460
+ href: (string | {
13461
+ base: string;
13462
+ query?: {
13463
+ value: string;
13464
+ key: string;
13465
+ }[] | undefined;
13466
+ }) & (string | {
13467
+ base: string;
13468
+ query?: {
13469
+ value: string;
13470
+ key: string;
13471
+ }[] | undefined;
13472
+ } | undefined);
13473
+ title: string;
13474
+ description: string;
13475
+ icon?: string | {
13476
+ name: string;
13477
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
13478
+ library?: "fontawesome" | "lucide" | undefined;
13479
+ } | undefined;
13480
+ }, {
13481
+ href: (string | {
13482
+ base: string;
13483
+ query?: {
13484
+ value: string;
13485
+ key: string;
13486
+ }[] | undefined;
13487
+ }) & (string | {
13488
+ base: string;
13489
+ query?: {
13490
+ value: string;
13491
+ key: string;
13492
+ }[] | undefined;
13493
+ } | undefined);
13494
+ title: string;
13495
+ description: string;
13496
+ icon?: string | {
13497
+ name: string;
13498
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
13499
+ library?: "fontawesome" | "lucide" | undefined;
13500
+ } | undefined;
13501
+ }>]>, "many">, ("copy" | "view" | "chatgpt" | "claude" | {
13502
+ href: (string | {
13503
+ base: string;
13504
+ query?: {
13505
+ value: string;
13506
+ key: string;
13507
+ }[] | undefined;
13508
+ }) & (string | {
13509
+ base: string;
13510
+ query?: {
13511
+ value: string;
13512
+ key: string;
13513
+ }[] | undefined;
13514
+ } | undefined);
13515
+ title: string;
13516
+ description: string;
13517
+ icon?: string | {
13518
+ name: string;
13519
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
13520
+ library?: "fontawesome" | "lucide" | undefined;
13521
+ } | undefined;
13522
+ })[], ("copy" | "view" | "chatgpt" | "claude" | {
13523
+ href: (string | {
13524
+ base: string;
13525
+ query?: {
13526
+ value: string;
13527
+ key: string;
13528
+ }[] | undefined;
13529
+ }) & (string | {
13530
+ base: string;
13531
+ query?: {
13532
+ value: string;
13533
+ key: string;
13534
+ }[] | undefined;
13535
+ } | undefined);
13536
+ title: string;
13537
+ description: string;
13538
+ icon?: string | {
13539
+ name: string;
13540
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
13541
+ library?: "fontawesome" | "lucide" | undefined;
13542
+ } | undefined;
13543
+ })[]>;
12165
13544
  }, "strip", z.ZodTypeAny, {
12166
- options: ("copy" | "view" | "chatgpt" | "claude")[];
13545
+ options: ("copy" | "view" | "chatgpt" | "claude" | {
13546
+ href: (string | {
13547
+ base: string;
13548
+ query?: {
13549
+ value: string;
13550
+ key: string;
13551
+ }[] | undefined;
13552
+ }) & (string | {
13553
+ base: string;
13554
+ query?: {
13555
+ value: string;
13556
+ key: string;
13557
+ }[] | undefined;
13558
+ } | undefined);
13559
+ title: string;
13560
+ description: string;
13561
+ icon?: string | {
13562
+ name: string;
13563
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
13564
+ library?: "fontawesome" | "lucide" | undefined;
13565
+ } | undefined;
13566
+ })[];
12167
13567
  }, {
12168
- options: ("copy" | "view" | "chatgpt" | "claude")[];
13568
+ options: ("copy" | "view" | "chatgpt" | "claude" | {
13569
+ href: (string | {
13570
+ base: string;
13571
+ query?: {
13572
+ value: string;
13573
+ key: string;
13574
+ }[] | undefined;
13575
+ }) & (string | {
13576
+ base: string;
13577
+ query?: {
13578
+ value: string;
13579
+ key: string;
13580
+ }[] | undefined;
13581
+ } | undefined);
13582
+ title: string;
13583
+ description: string;
13584
+ icon?: string | {
13585
+ name: string;
13586
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
13587
+ library?: "fontawesome" | "lucide" | undefined;
13588
+ } | undefined;
13589
+ })[];
12169
13590
  }>>;
12170
13591
  thumbnails: z.ZodOptional<z.ZodObject<{
12171
13592
  appearance: z.ZodOptional<z.ZodEnum<[import("./properties/thumbnails.js").ThumbnailAppearance.Light, import("./properties/thumbnails.js").ThumbnailAppearance.Dark]>>;
@@ -12513,7 +13934,28 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
12513
13934
  };
12514
13935
  } | undefined;
12515
13936
  contextual?: {
12516
- options: ("copy" | "view" | "chatgpt" | "claude")[];
13937
+ options: ("copy" | "view" | "chatgpt" | "claude" | {
13938
+ href: (string | {
13939
+ base: string;
13940
+ query?: {
13941
+ value: string;
13942
+ key: string;
13943
+ }[] | undefined;
13944
+ }) & (string | {
13945
+ base: string;
13946
+ query?: {
13947
+ value: string;
13948
+ key: string;
13949
+ }[] | undefined;
13950
+ } | undefined);
13951
+ title: string;
13952
+ description: string;
13953
+ icon?: string | {
13954
+ name: string;
13955
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
13956
+ library?: "fontawesome" | "lucide" | undefined;
13957
+ } | undefined;
13958
+ })[];
12517
13959
  } | undefined;
12518
13960
  thumbnails?: {
12519
13961
  appearance?: import("./properties/thumbnails.js").ThumbnailAppearance | undefined;
@@ -12854,7 +14296,28 @@ export declare const docsConfigSchema: z.ZodDiscriminatedUnion<"theme", [z.ZodOb
12854
14296
  };
12855
14297
  } | undefined;
12856
14298
  contextual?: {
12857
- options: ("copy" | "view" | "chatgpt" | "claude")[];
14299
+ options: ("copy" | "view" | "chatgpt" | "claude" | {
14300
+ href: (string | {
14301
+ base: string;
14302
+ query?: {
14303
+ value: string;
14304
+ key: string;
14305
+ }[] | undefined;
14306
+ }) & (string | {
14307
+ base: string;
14308
+ query?: {
14309
+ value: string;
14310
+ key: string;
14311
+ }[] | undefined;
14312
+ } | undefined);
14313
+ title: string;
14314
+ description: string;
14315
+ icon?: string | {
14316
+ name: string;
14317
+ style?: "brands" | "duotone" | "light" | "regular" | "sharp-duotone-solid" | "sharp-light" | "sharp-regular" | "sharp-solid" | "sharp-thin" | "solid" | "thin" | undefined;
14318
+ library?: "fontawesome" | "lucide" | undefined;
14319
+ } | undefined;
14320
+ })[];
12858
14321
  } | undefined;
12859
14322
  thumbnails?: {
12860
14323
  appearance?: import("./properties/thumbnails.js").ThumbnailAppearance | undefined;