Skip to content

Commit f7f0771

Browse files
authored
#7 📝 Auto-update DocC site
2 parents 85f2dc0 + cb0bf2a commit f7f0771

File tree

7 files changed

+310
-0
lines changed

7 files changed

+310
-0
lines changed

data/documentation/contextsdk/eventoutcome.json

+48
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@
135135
"relationshipsSections" : [
136136
{
137137
"identifiers" : [
138+
"doc:\/\/org.cocoapods.ContextSDK\/s23CustomStringConvertibleP",
138139
"doc:\/\/org.cocoapods.ContextSDK\/SQ",
139140
"doc:\/\/org.cocoapods.ContextSDK\/SH",
140141
"doc:\/\/org.cocoapods.ContextSDK\/SY"
@@ -176,6 +177,14 @@
176177
],
177178
"title" : "Initializers"
178179
},
180+
{
181+
"anchor" : "Instance-Properties",
182+
"generated" : true,
183+
"identifiers" : [
184+
"doc:\/\/org.cocoapods.ContextSDK\/documentation\/ContextSDK\/EventOutcome\/description"
185+
],
186+
"title" : "Instance Properties"
187+
},
179188
{
180189
"anchor" : "Default-Implementations",
181190
"generated" : true,
@@ -487,6 +496,40 @@
487496
"type" : "topic",
488497
"url" : "\/documentation\/contextsdk\/eventoutcome\/rawrepresentable-implementations"
489498
},
499+
"doc://org.cocoapods.ContextSDK/documentation/ContextSDK/EventOutcome/description": {
500+
"abstract" : [
501+
502+
],
503+
"fragments" : [
504+
{
505+
"kind" : "keyword",
506+
"text" : "var"
507+
},
508+
{
509+
"kind" : "text",
510+
"text" : " "
511+
},
512+
{
513+
"kind" : "identifier",
514+
"text" : "description"
515+
},
516+
{
517+
"kind" : "text",
518+
"text" : ": "
519+
},
520+
{
521+
"kind" : "typeIdentifier",
522+
"preciseIdentifier" : "s:SS",
523+
"text" : "String"
524+
}
525+
],
526+
"identifier" : "doc:\/\/org.cocoapods.ContextSDK\/documentation\/ContextSDK\/EventOutcome\/description",
527+
"kind" : "symbol",
528+
"role" : "symbol",
529+
"title" : "description",
530+
"type" : "topic",
531+
"url" : "\/documentation\/contextsdk\/eventoutcome\/description"
532+
},
490533
"doc://org.cocoapods.ContextSDK/documentation/ContextSDK/EventOutcome/init(rawValue:)": {
491534
"abstract" : [
492535

@@ -823,6 +866,11 @@
823866
"title" : "EventOutcome.skipped",
824867
"type" : "topic",
825868
"url" : "\/documentation\/contextsdk\/eventoutcome\/skipped"
869+
},
870+
"doc://org.cocoapods.ContextSDK/s23CustomStringConvertibleP": {
871+
"identifier" : "doc:\/\/org.cocoapods.ContextSDK\/s23CustomStringConvertibleP",
872+
"title" : "Swift.CustomStringConvertible",
873+
"type" : "unresolvable"
826874
}
827875
},
828876
"variantOverrides":[
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,252 @@
1+
{
2+
"abstract" : [
3+
{
4+
"text" : "Inherited from ",
5+
"type" : "text"
6+
},
7+
{
8+
"code" : "CustomStringConvertible.description",
9+
"type" : "codeVoice"
10+
},
11+
{
12+
"text" : ".",
13+
"type" : "text"
14+
}
15+
],
16+
"hierarchy" : {
17+
"paths" : [
18+
[
19+
"doc:\/\/org.cocoapods.ContextSDK\/documentation\/ContextSDK",
20+
"doc:\/\/org.cocoapods.ContextSDK\/documentation\/ContextSDK\/EventOutcome"
21+
]
22+
]
23+
},
24+
"identifier" : {
25+
"interfaceLanguage" : "swift",
26+
"url" : "doc:\/\/org.cocoapods.ContextSDK\/documentation\/ContextSDK\/EventOutcome\/description"
27+
},
28+
"kind" : "symbol",
29+
"metadata" : {
30+
"externalID" : "s:10ContextSDK12EventOutcomeO11descriptionSSvp",
31+
"fragments" : [
32+
{
33+
"kind" : "keyword",
34+
"text" : "var"
35+
},
36+
{
37+
"kind" : "text",
38+
"text" : " "
39+
},
40+
{
41+
"kind" : "identifier",
42+
"text" : "description"
43+
},
44+
{
45+
"kind" : "text",
46+
"text" : ": "
47+
},
48+
{
49+
"kind" : "typeIdentifier",
50+
"preciseIdentifier" : "s:SS",
51+
"text" : "String"
52+
}
53+
],
54+
"modules" : [
55+
{
56+
"name" : "ContextSDK"
57+
}
58+
],
59+
"role" : "symbol",
60+
"roleHeading" : "Instance Property",
61+
"symbolKind" : "property",
62+
"title" : "description"
63+
},
64+
"primaryContentSections" : [
65+
{
66+
"declarations" : [
67+
{
68+
"languages" : [
69+
"swift"
70+
],
71+
"platforms" : [
72+
"iOS"
73+
],
74+
"tokens" : [
75+
{
76+
"kind" : "keyword",
77+
"text" : "var"
78+
},
79+
{
80+
"kind" : "text",
81+
"text" : " "
82+
},
83+
{
84+
"kind" : "identifier",
85+
"text" : "description"
86+
},
87+
{
88+
"kind" : "text",
89+
"text" : ": "
90+
},
91+
{
92+
"kind" : "typeIdentifier",
93+
"preciseIdentifier" : "s:SS",
94+
"text" : "String"
95+
},
96+
{
97+
"kind" : "text",
98+
"text" : " { "
99+
},
100+
{
101+
"kind" : "keyword",
102+
"text" : "get"
103+
},
104+
{
105+
"kind" : "text",
106+
"text" : " }"
107+
}
108+
]
109+
}
110+
],
111+
"kind" : "declarations"
112+
}
113+
],
114+
"schemaVersion" : {
115+
"major" : 0,
116+
"minor" : 3,
117+
"patch" : 0
118+
},
119+
"sections" : [
120+
121+
],
122+
"variants" : [
123+
{
124+
"paths" : [
125+
"\/documentation\/contextsdk\/eventoutcome\/description"
126+
],
127+
"traits" : [
128+
{
129+
"interfaceLanguage" : "swift"
130+
}
131+
]
132+
}
133+
]
134+
,
135+
"references": {
136+
"doc://org.cocoapods.ContextSDK/documentation/ContextSDK": {
137+
"abstract" : [
138+
139+
],
140+
"identifier" : "doc:\/\/org.cocoapods.ContextSDK\/documentation\/ContextSDK",
141+
"kind" : "symbol",
142+
"role" : "collection",
143+
"title" : "ContextSDK",
144+
"type" : "topic",
145+
"url" : "\/documentation\/contextsdk"
146+
},
147+
"doc://org.cocoapods.ContextSDK/documentation/ContextSDK/EventOutcome": {
148+
"abstract" : [
149+
{
150+
"text" : "Represents possible outcomes of contexts logged in ContextSDK.",
151+
"type" : "text"
152+
}
153+
],
154+
"fragments" : [
155+
{
156+
"kind" : "keyword",
157+
"text" : "enum"
158+
},
159+
{
160+
"kind" : "text",
161+
"text" : " "
162+
},
163+
{
164+
"kind" : "identifier",
165+
"text" : "EventOutcome"
166+
}
167+
],
168+
"identifier" : "doc:\/\/org.cocoapods.ContextSDK\/documentation\/ContextSDK\/EventOutcome",
169+
"kind" : "symbol",
170+
"navigatorTitle" : [
171+
{
172+
"kind" : "identifier",
173+
"text" : "EventOutcome"
174+
}
175+
],
176+
"role" : "symbol",
177+
"title" : "EventOutcome",
178+
"type" : "topic",
179+
"url" : "\/documentation\/contextsdk\/eventoutcome"
180+
},
181+
"doc://org.cocoapods.ContextSDK/documentation/ContextSDK/EventOutcome/description": {
182+
"abstract" : [
183+
184+
],
185+
"fragments" : [
186+
{
187+
"kind" : "keyword",
188+
"text" : "var"
189+
},
190+
{
191+
"kind" : "text",
192+
"text" : " "
193+
},
194+
{
195+
"kind" : "identifier",
196+
"text" : "description"
197+
},
198+
{
199+
"kind" : "text",
200+
"text" : ": "
201+
},
202+
{
203+
"kind" : "typeIdentifier",
204+
"preciseIdentifier" : "s:SS",
205+
"text" : "String"
206+
}
207+
],
208+
"identifier" : "doc:\/\/org.cocoapods.ContextSDK\/documentation\/ContextSDK\/EventOutcome\/description",
209+
"kind" : "symbol",
210+
"role" : "symbol",
211+
"title" : "description",
212+
"type" : "topic",
213+
"url" : "\/documentation\/contextsdk\/eventoutcome\/description"
214+
}
215+
},
216+
"variantOverrides":[
217+
{
218+
"patch" : [
219+
{
220+
"op" : "replace",
221+
"path" : "\/references\/doc:~1~1org.cocoapods.ContextSDK~1documentation~1ContextSDK~1EventOutcome\/title",
222+
"value" : "EventOutcome"
223+
},
224+
{
225+
"op" : "replace",
226+
"path" : "\/references\/doc:~1~1org.cocoapods.ContextSDK~1documentation~1ContextSDK~1EventOutcome\/fragments",
227+
"value" : [
228+
{
229+
"kind" : "identifier",
230+
"text" : "EventOutcome"
231+
}
232+
]
233+
},
234+
{
235+
"op" : "replace",
236+
"path" : "\/references\/doc:~1~1org.cocoapods.ContextSDK~1documentation~1ContextSDK~1EventOutcome\/navigatorTitle",
237+
"value" : [
238+
{
239+
"kind" : "identifier",
240+
"text" : "EventOutcome"
241+
}
242+
]
243+
}
244+
],
245+
"traits" : [
246+
{
247+
"interfaceLanguage" : "occ"
248+
}
249+
]
250+
}
251+
]
252+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<!doctype html><html lang="en-US" class="no-js"><head><meta charset="utf-8"><meta http-equiv="X-UA-Compatible" content="IE=edge"><meta name="viewport" content="width=device-width,initial-scale=1,viewport-fit=cover"><link rel="icon" href="/docs-ios/favicon.ico"><link rel="mask-icon" href="/docs-ios/favicon.svg" color="#333333"><title>Documentation</title><script>var baseUrl = "/docs-ios/"</script><script defer="defer" src="/docs-ios/js/chunk-vendors.bdb7cbba.js"></script><script defer="defer" src="/docs-ios/js/index.0d775bb6.js"></script><link href="/docs-ios/css/index.3a335429.css" rel="stylesheet"></head><body data-color-scheme="auto"><noscript><style>.noscript{font-family:"SF Pro Display","SF Pro Icons","Helvetica Neue",Helvetica,Arial,sans-serif;margin:92px auto 140px auto;text-align:center;width:980px}.noscript-title{color:#111;font-size:48px;font-weight:600;letter-spacing:-.003em;line-height:1.08365;margin:0 auto 54px auto;width:502px}@media only screen and (max-width:1068px){.noscript{margin:90px auto 120px auto;width:692px}.noscript-title{font-size:40px;letter-spacing:0;line-height:1.1;margin:0 auto 45px auto;width:420px}}@media only screen and (max-width:735px){.noscript{margin:45px auto 60px auto;width:87.5%}.noscript-title{font-size:32px;letter-spacing:.004em;line-height:1.125;margin:0 auto 35px auto;max-width:330px;width:auto}}#loading-placeholder{display:none}</style><div class="noscript"><h1 class="noscript-title">This page requires JavaScript.</h1><p>Please turn on JavaScript in your browser and refresh the page to view its content.</p></div></noscript><div id="app"></div></body></html>

index/availability.index

0 Bytes
Binary file not shown.

index/data.mdb

0 Bytes
Binary file not shown.

index/index.json

+9
Original file line numberDiff line numberDiff line change
@@ -2138,6 +2138,15 @@
21382138
"title" : "init?(rawValue: Int)",
21392139
"type" : "init"
21402140
},
2141+
{
2142+
"title" : "Instance Properties",
2143+
"type" : "groupMarker"
2144+
},
2145+
{
2146+
"path" : "\/documentation\/contextsdk\/eventoutcome\/description",
2147+
"title" : "var description: String",
2148+
"type" : "property"
2149+
},
21412150
{
21422151
"title" : "Default Implementations",
21432152
"type" : "groupMarker"

index/navigator.index

240 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)