@mintlify/prebuild 1.0.1101 → 1.0.1102

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.
@@ -401,6 +401,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
401
401
  variables?: Record<string, string> | undefined;
402
402
  markdown?: {
403
403
  schema?: boolean | undefined;
404
+ instructions?: string | string[] | undefined;
404
405
  } | undefined;
405
406
  } | {
406
407
  name: string;
@@ -782,6 +783,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
782
783
  variables?: Record<string, string> | undefined;
783
784
  markdown?: {
784
785
  schema?: boolean | undefined;
786
+ instructions?: string | string[] | undefined;
785
787
  } | undefined;
786
788
  } | {
787
789
  name: string;
@@ -1163,6 +1165,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
1163
1165
  variables?: Record<string, string> | undefined;
1164
1166
  markdown?: {
1165
1167
  schema?: boolean | undefined;
1168
+ instructions?: string | string[] | undefined;
1166
1169
  } | undefined;
1167
1170
  } | {
1168
1171
  name: string;
@@ -1544,6 +1547,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
1544
1547
  variables?: Record<string, string> | undefined;
1545
1548
  markdown?: {
1546
1549
  schema?: boolean | undefined;
1550
+ instructions?: string | string[] | undefined;
1547
1551
  } | undefined;
1548
1552
  } | {
1549
1553
  name: string;
@@ -1925,6 +1929,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
1925
1929
  variables?: Record<string, string> | undefined;
1926
1930
  markdown?: {
1927
1931
  schema?: boolean | undefined;
1932
+ instructions?: string | string[] | undefined;
1928
1933
  } | undefined;
1929
1934
  } | {
1930
1935
  name: string;
@@ -2306,6 +2311,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
2306
2311
  variables?: Record<string, string> | undefined;
2307
2312
  markdown?: {
2308
2313
  schema?: boolean | undefined;
2314
+ instructions?: string | string[] | undefined;
2309
2315
  } | undefined;
2310
2316
  } | {
2311
2317
  name: string;
@@ -2687,6 +2693,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
2687
2693
  variables?: Record<string, string> | undefined;
2688
2694
  markdown?: {
2689
2695
  schema?: boolean | undefined;
2696
+ instructions?: string | string[] | undefined;
2690
2697
  } | undefined;
2691
2698
  } | {
2692
2699
  name: string;
@@ -3068,6 +3075,7 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
3068
3075
  variables?: Record<string, string> | undefined;
3069
3076
  markdown?: {
3070
3077
  schema?: boolean | undefined;
3078
+ instructions?: string | string[] | undefined;
3071
3079
  } | undefined;
3072
3080
  } | {
3073
3081
  name: string;
@@ -3449,5 +3457,6 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
3449
3457
  variables?: Record<string, string> | undefined;
3450
3458
  markdown?: {
3451
3459
  schema?: boolean | undefined;
3460
+ instructions?: string | string[] | undefined;
3452
3461
  } | undefined;
3453
3462
  }>;
@@ -398,6 +398,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
398
398
  variables?: Record<string, string> | undefined;
399
399
  markdown?: {
400
400
  schema?: boolean | undefined;
401
+ instructions?: string | string[] | undefined;
401
402
  } | undefined;
402
403
  } | {
403
404
  name: string;
@@ -779,6 +780,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
779
780
  variables?: Record<string, string> | undefined;
780
781
  markdown?: {
781
782
  schema?: boolean | undefined;
783
+ instructions?: string | string[] | undefined;
782
784
  } | undefined;
783
785
  } | {
784
786
  name: string;
@@ -1160,6 +1162,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
1160
1162
  variables?: Record<string, string> | undefined;
1161
1163
  markdown?: {
1162
1164
  schema?: boolean | undefined;
1165
+ instructions?: string | string[] | undefined;
1163
1166
  } | undefined;
1164
1167
  } | {
1165
1168
  name: string;
@@ -1541,6 +1544,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
1541
1544
  variables?: Record<string, string> | undefined;
1542
1545
  markdown?: {
1543
1546
  schema?: boolean | undefined;
1547
+ instructions?: string | string[] | undefined;
1544
1548
  } | undefined;
1545
1549
  } | {
1546
1550
  name: string;
@@ -1922,6 +1926,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
1922
1926
  variables?: Record<string, string> | undefined;
1923
1927
  markdown?: {
1924
1928
  schema?: boolean | undefined;
1929
+ instructions?: string | string[] | undefined;
1925
1930
  } | undefined;
1926
1931
  } | {
1927
1932
  name: string;
@@ -2303,6 +2308,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
2303
2308
  variables?: Record<string, string> | undefined;
2304
2309
  markdown?: {
2305
2310
  schema?: boolean | undefined;
2311
+ instructions?: string | string[] | undefined;
2306
2312
  } | undefined;
2307
2313
  } | {
2308
2314
  name: string;
@@ -2684,6 +2690,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
2684
2690
  variables?: Record<string, string> | undefined;
2685
2691
  markdown?: {
2686
2692
  schema?: boolean | undefined;
2693
+ instructions?: string | string[] | undefined;
2687
2694
  } | undefined;
2688
2695
  } | {
2689
2696
  name: string;
@@ -3065,6 +3072,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
3065
3072
  variables?: Record<string, string> | undefined;
3066
3073
  markdown?: {
3067
3074
  schema?: boolean | undefined;
3075
+ instructions?: string | string[] | undefined;
3068
3076
  } | undefined;
3069
3077
  } | {
3070
3078
  name: string;
@@ -3446,6 +3454,7 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
3446
3454
  variables?: Record<string, string> | undefined;
3447
3455
  markdown?: {
3448
3456
  schema?: boolean | undefined;
3457
+ instructions?: string | string[] | undefined;
3449
3458
  } | undefined;
3450
3459
  }>;
3451
3460
  export declare const writeMdxFilesWithNoImports: (mdxFilesWithNoImports: {