You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@available(*, deprecated, renamed:"init(info:baseURL:symbolGraphURLs:markupURLs:miscResourceURLs:customHeader:customFooter:themeSettings:)", message:"Use 'init(info:baseURL:symbolGraphURLs:markupURLs:miscResourceURLs:customHeader:customFooter:themeSettings:)' instead. This deprecated API will be removed after 6.1 is released")
"description": "This spec describes the permissible contents of a custom-scripts.json file in a documentation catalog, which is used to add custom scripts to a DocC-generated website.",
6
+
"version": "0.0.1"
7
+
},
8
+
"paths": {},
9
+
"components": {
10
+
"schemas": {
11
+
"Scripts": {
12
+
"type": "array",
13
+
"description": "An array of custom scripts, which is the top-level container in a custom-scripts.json file.",
"description": "Whether the custom script should be run only on the initial page load, each time the reader navigates after the initial page load, or both."
34
+
}
35
+
}
36
+
},
37
+
"ScriptFromFile": {
38
+
"description": "An abstract schema representing a script from an external or local file; that is, not an inline script.",
0 commit comments