Skip to content

Commit 85f2dc0

Browse files
authored
#6 📝 Auto-update DocC site
2 parents 81f5d13 + 6ab80c6 commit 85f2dc0

File tree

192 files changed

+13574
-1938
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

192 files changed

+13574
-1938
lines changed

data/documentation/contextsdk.json

+1,177-99
Large diffs are not rendered by default.

data/documentation/contextsdk/apsenvironment.json

+38-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
{
2+
"abstract" : [
3+
{
4+
"text" : "Represents the Apple Push Notification Service (APNS) environment.",
5+
"type" : "text"
6+
}
7+
],
28
"hierarchy" : {
39
"paths" : [
410
[
@@ -70,6 +76,26 @@
7076
}
7177
],
7278
"kind" : "declarations"
79+
},
80+
{
81+
"content" : [
82+
{
83+
"anchor" : "overview",
84+
"level" : 2,
85+
"text" : "Overview",
86+
"type" : "heading"
87+
},
88+
{
89+
"inlineContent" : [
90+
{
91+
"text" : "Use this enum to specify whether push notifications should be sent through the sandbox (development) or production APNS environment.",
92+
"type" : "text"
93+
}
94+
],
95+
"type" : "paragraph"
96+
}
97+
],
98+
"kind" : "content"
7399
}
74100
],
75101
"relationshipsSections" : [
@@ -162,7 +188,10 @@
162188
},
163189
"doc://org.cocoapods.ContextSDK/documentation/ContextSDK/APSEnvironment": {
164190
"abstract" : [
165-
191+
{
192+
"text" : "Represents the Apple Push Notification Service (APNS) environment.",
193+
"type" : "text"
194+
}
166195
],
167196
"fragments" : [
168197
{
@@ -253,7 +282,10 @@
253282
},
254283
"doc://org.cocoapods.ContextSDK/documentation/ContextSDK/APSEnvironment/production": {
255284
"abstract" : [
256-
285+
{
286+
"text" : "The production APNS environment.",
287+
"type" : "text"
288+
}
257289
],
258290
"fragments" : [
259291
{
@@ -278,7 +310,10 @@
278310
},
279311
"doc://org.cocoapods.ContextSDK/documentation/ContextSDK/APSEnvironment/sandbox": {
280312
"abstract" : [
281-
313+
{
314+
"text" : "The sandbox (development) APNS environment.",
315+
"type" : "text"
316+
}
282317
],
283318
"fragments" : [
284319
{

data/documentation/contextsdk/apsenvironment/!=(_:_:).json

+4-1
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,10 @@
211211
},
212212
"doc://org.cocoapods.ContextSDK/documentation/ContextSDK/APSEnvironment": {
213213
"abstract" : [
214-
214+
{
215+
"text" : "Represents the Apple Push Notification Service (APNS) environment.",
216+
"type" : "text"
217+
}
215218
],
216219
"fragments" : [
217220
{

data/documentation/contextsdk/apsenvironment/equatable-implementations.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,10 @@
6767
},
6868
"doc://org.cocoapods.ContextSDK/documentation/ContextSDK/APSEnvironment": {
6969
"abstract" : [
70-
70+
{
71+
"text" : "Represents the Apple Push Notification Service (APNS) environment.",
72+
"type" : "text"
73+
}
7174
],
7275
"fragments" : [
7376
{

data/documentation/contextsdk/apsenvironment/hash(into:).json

+4-1
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,10 @@
235235
},
236236
"doc://org.cocoapods.ContextSDK/documentation/ContextSDK/APSEnvironment": {
237237
"abstract" : [
238-
238+
{
239+
"text" : "Represents the Apple Push Notification Service (APNS) environment.",
240+
"type" : "text"
241+
}
239242
],
240243
"fragments" : [
241244
{

data/documentation/contextsdk/apsenvironment/hashvalue.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,10 @@
199199
},
200200
"doc://org.cocoapods.ContextSDK/documentation/ContextSDK/APSEnvironment": {
201201
"abstract" : [
202-
202+
{
203+
"text" : "Represents the Apple Push Notification Service (APNS) environment.",
204+
"type" : "text"
205+
}
203206
],
204207
"fragments" : [
205208
{

data/documentation/contextsdk/apsenvironment/init(rawvalue:).json

+4-1
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,10 @@
142142
},
143143
"doc://org.cocoapods.ContextSDK/documentation/ContextSDK/APSEnvironment": {
144144
"abstract" : [
145-
145+
{
146+
"text" : "Represents the Apple Push Notification Service (APNS) environment.",
147+
"type" : "text"
148+
}
146149
],
147150
"fragments" : [
148151
{

data/documentation/contextsdk/apsenvironment/production.json

+14-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
{
2+
"abstract" : [
3+
{
4+
"text" : "The production APNS environment.",
5+
"type" : "text"
6+
}
7+
],
28
"hierarchy" : {
39
"paths" : [
410
[
@@ -102,7 +108,10 @@
102108
},
103109
"doc://org.cocoapods.ContextSDK/documentation/ContextSDK/APSEnvironment": {
104110
"abstract" : [
105-
111+
{
112+
"text" : "Represents the Apple Push Notification Service (APNS) environment.",
113+
"type" : "text"
114+
}
106115
],
107116
"fragments" : [
108117
{
@@ -133,7 +142,10 @@
133142
},
134143
"doc://org.cocoapods.ContextSDK/documentation/ContextSDK/APSEnvironment/production": {
135144
"abstract" : [
136-
145+
{
146+
"text" : "The production APNS environment.",
147+
"type" : "text"
148+
}
137149
],
138150
"fragments" : [
139151
{

data/documentation/contextsdk/apsenvironment/rawrepresentable-implementations.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,10 @@
7575
},
7676
"doc://org.cocoapods.ContextSDK/documentation/ContextSDK/APSEnvironment": {
7777
"abstract" : [
78-
78+
{
79+
"text" : "Represents the Apple Push Notification Service (APNS) environment.",
80+
"type" : "text"
81+
}
7982
],
8083
"fragments" : [
8184
{

data/documentation/contextsdk/apsenvironment/sandbox.json

+14-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
{
2+
"abstract" : [
3+
{
4+
"text" : "The sandbox (development) APNS environment.",
5+
"type" : "text"
6+
}
7+
],
28
"hierarchy" : {
39
"paths" : [
410
[
@@ -102,7 +108,10 @@
102108
},
103109
"doc://org.cocoapods.ContextSDK/documentation/ContextSDK/APSEnvironment": {
104110
"abstract" : [
105-
111+
{
112+
"text" : "Represents the Apple Push Notification Service (APNS) environment.",
113+
"type" : "text"
114+
}
106115
],
107116
"fragments" : [
108117
{
@@ -133,7 +142,10 @@
133142
},
134143
"doc://org.cocoapods.ContextSDK/documentation/ContextSDK/APSEnvironment/sandbox": {
135144
"abstract" : [
136-
145+
{
146+
"text" : "The sandbox (development) APNS environment.",
147+
"type" : "text"
148+
}
137149
],
138150
"fragments" : [
139151
{

0 commit comments

Comments
 (0)