@mintlify/prebuild 1.0.648 → 1.0.650

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.
@@ -370,6 +370,8 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
370
370
  errors?: {
371
371
  "404": {
372
372
  redirect: boolean;
373
+ title?: string | undefined;
374
+ description?: string | undefined;
373
375
  };
374
376
  } | undefined;
375
377
  contextual?: {
@@ -755,6 +757,8 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
755
757
  errors?: {
756
758
  "404": {
757
759
  redirect: boolean;
760
+ title?: string | undefined;
761
+ description?: string | undefined;
758
762
  };
759
763
  } | undefined;
760
764
  contextual?: {
@@ -1140,6 +1144,8 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
1140
1144
  errors?: {
1141
1145
  "404": {
1142
1146
  redirect: boolean;
1147
+ title?: string | undefined;
1148
+ description?: string | undefined;
1143
1149
  };
1144
1150
  } | undefined;
1145
1151
  contextual?: {
@@ -1525,6 +1531,8 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
1525
1531
  errors?: {
1526
1532
  "404": {
1527
1533
  redirect: boolean;
1534
+ title?: string | undefined;
1535
+ description?: string | undefined;
1528
1536
  };
1529
1537
  } | undefined;
1530
1538
  contextual?: {
@@ -1910,6 +1918,8 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
1910
1918
  errors?: {
1911
1919
  "404": {
1912
1920
  redirect: boolean;
1921
+ title?: string | undefined;
1922
+ description?: string | undefined;
1913
1923
  };
1914
1924
  } | undefined;
1915
1925
  contextual?: {
@@ -2295,6 +2305,8 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
2295
2305
  errors?: {
2296
2306
  "404": {
2297
2307
  redirect: boolean;
2308
+ title?: string | undefined;
2309
+ description?: string | undefined;
2298
2310
  };
2299
2311
  } | undefined;
2300
2312
  contextual?: {
@@ -2680,6 +2692,8 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
2680
2692
  errors?: {
2681
2693
  "404": {
2682
2694
  redirect: boolean;
2695
+ title?: string | undefined;
2696
+ description?: string | undefined;
2683
2697
  };
2684
2698
  } | undefined;
2685
2699
  contextual?: {
@@ -365,6 +365,8 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
365
365
  errors?: {
366
366
  "404": {
367
367
  redirect: boolean;
368
+ title?: string | undefined;
369
+ description?: string | undefined;
368
370
  };
369
371
  } | undefined;
370
372
  contextual?: {
@@ -750,6 +752,8 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
750
752
  errors?: {
751
753
  "404": {
752
754
  redirect: boolean;
755
+ title?: string | undefined;
756
+ description?: string | undefined;
753
757
  };
754
758
  } | undefined;
755
759
  contextual?: {
@@ -1135,6 +1139,8 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
1135
1139
  errors?: {
1136
1140
  "404": {
1137
1141
  redirect: boolean;
1142
+ title?: string | undefined;
1143
+ description?: string | undefined;
1138
1144
  };
1139
1145
  } | undefined;
1140
1146
  contextual?: {
@@ -1520,6 +1526,8 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
1520
1526
  errors?: {
1521
1527
  "404": {
1522
1528
  redirect: boolean;
1529
+ title?: string | undefined;
1530
+ description?: string | undefined;
1523
1531
  };
1524
1532
  } | undefined;
1525
1533
  contextual?: {
@@ -1905,6 +1913,8 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
1905
1913
  errors?: {
1906
1914
  "404": {
1907
1915
  redirect: boolean;
1916
+ title?: string | undefined;
1917
+ description?: string | undefined;
1908
1918
  };
1909
1919
  } | undefined;
1910
1920
  contextual?: {
@@ -2290,6 +2300,8 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
2290
2300
  errors?: {
2291
2301
  "404": {
2292
2302
  redirect: boolean;
2303
+ title?: string | undefined;
2304
+ description?: string | undefined;
2293
2305
  };
2294
2306
  } | undefined;
2295
2307
  contextual?: {
@@ -2675,6 +2687,8 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
2675
2687
  errors?: {
2676
2688
  "404": {
2677
2689
  redirect: boolean;
2690
+ title?: string | undefined;
2691
+ description?: string | undefined;
2678
2692
  };
2679
2693
  } | undefined;
2680
2694
  contextual?: {