@redocly/config 0.36.1 → 0.37.0
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.
- package/lib/default-theme-config-schema.d.ts +3 -3
- package/lib/entities-catalog-entity-file-schema.d.ts +670 -409
- package/lib/entities-catalog-entity-file-schema.js +36 -26
- package/lib/ex-theme-config-schemas.d.ts +3 -3
- package/lib/ex-theme-config-schemas.js +3 -3
- package/lib/root-config-schema.d.ts +14 -14
- package/lib/types/portal-shared-types.d.ts +2 -2
- package/lib-esm/default-theme-config-schema.d.ts +3 -3
- package/lib-esm/entities-catalog-entity-file-schema.d.ts +670 -409
- package/lib-esm/entities-catalog-entity-file-schema.js +35 -25
- package/lib-esm/ex-theme-config-schemas.d.ts +3 -3
- package/lib-esm/ex-theme-config-schemas.js +3 -3
- package/lib-esm/root-config-schema.d.ts +14 -14
- package/lib-esm/types/portal-shared-types.d.ts +2 -2
- package/package.json +2 -2
|
@@ -989,7 +989,7 @@ export declare const themeConfigSchema: {
|
|
|
989
989
|
readonly inputIcon: {
|
|
990
990
|
readonly type: "string";
|
|
991
991
|
readonly enum: readonly ["chat", "sparkles", "redocly"];
|
|
992
|
-
readonly default: "
|
|
992
|
+
readonly default: "sparkles";
|
|
993
993
|
};
|
|
994
994
|
};
|
|
995
995
|
readonly additionalProperties: false;
|
|
@@ -1052,9 +1052,9 @@ export declare const themeConfigSchema: {
|
|
|
1052
1052
|
readonly type: "array";
|
|
1053
1053
|
readonly items: {
|
|
1054
1054
|
readonly type: "string";
|
|
1055
|
-
readonly enum: readonly ["copy", "view", "chatgpt", "claude"];
|
|
1055
|
+
readonly enum: readonly ["copy", "view", "chatgpt", "claude", "docs-mcp-cursor", "docs-mcp-vscode"];
|
|
1056
1056
|
};
|
|
1057
|
-
readonly default: readonly ["copy", "view", "chatgpt", "claude"];
|
|
1057
|
+
readonly default: readonly ["copy", "view", "chatgpt", "claude", "docs-mcp-cursor", "docs-mcp-vscode"];
|
|
1058
1058
|
};
|
|
1059
1059
|
readonly hide: {
|
|
1060
1060
|
readonly type: "boolean";
|