@mintlify/prebuild 1.0.1199 → 1.0.1201
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.
|
@@ -1672,6 +1672,12 @@ export declare const DocsConfigUpdater: ConfigUpdater<{
|
|
|
1672
1672
|
schema?: boolean | undefined;
|
|
1673
1673
|
instructions?: string | string[] | undefined;
|
|
1674
1674
|
} | undefined;
|
|
1675
|
+
variations?: {
|
|
1676
|
+
options: {
|
|
1677
|
+
id: string;
|
|
1678
|
+
label: string;
|
|
1679
|
+
}[];
|
|
1680
|
+
} | undefined;
|
|
1675
1681
|
} | {
|
|
1676
1682
|
name: string;
|
|
1677
1683
|
$schema: string;
|
|
@@ -1672,6 +1672,12 @@ export declare const update: ({ contentDirectoryPath, staticFilenames, openApiFi
|
|
|
1672
1672
|
schema?: boolean | undefined;
|
|
1673
1673
|
instructions?: string | string[] | undefined;
|
|
1674
1674
|
} | undefined;
|
|
1675
|
+
variations?: {
|
|
1676
|
+
options: {
|
|
1677
|
+
id: string;
|
|
1678
|
+
label: string;
|
|
1679
|
+
}[];
|
|
1680
|
+
} | undefined;
|
|
1675
1681
|
} | {
|
|
1676
1682
|
name: string;
|
|
1677
1683
|
$schema: string;
|