Skip to content

Commit

Permalink
Deploy documentation for 'main'
Browse files Browse the repository at this point in the history
  • Loading branch information
GitHub Actions committed Apr 1, 2024
1 parent 2920377 commit a041f77
Show file tree
Hide file tree
Showing 104 changed files with 690 additions and 423 deletions.
9 changes: 9 additions & 0 deletions main/css/523.e9a069b0.css

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions main/css/675.40c3bcb2.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 0 additions & 9 deletions main/css/chunk-c0335d80.10a2f091.css

This file was deleted.

9 changes: 0 additions & 9 deletions main/css/documentation-topic.1d1eec04.css

This file was deleted.

9 changes: 9 additions & 0 deletions main/css/documentation-topic.b186e79f.css

Large diffs are not rendered by default.

9 changes: 0 additions & 9 deletions main/css/documentation-topic~topic.b6287bcf.css

This file was deleted.

This file was deleted.

9 changes: 0 additions & 9 deletions main/css/index.038e887c.css

This file was deleted.

9 changes: 9 additions & 0 deletions main/css/index.ff036a9e.css

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions main/css/topic.672a9049.css

Large diffs are not rendered by default.

9 changes: 0 additions & 9 deletions main/css/topic.d8c126f3.css

This file was deleted.

9 changes: 9 additions & 0 deletions main/css/tutorials-overview.6eb589ed.css

Large diffs are not rendered by default.

9 changes: 0 additions & 9 deletions main/css/tutorials-overview.c249c765.css

This file was deleted.

4 changes: 2 additions & 2 deletions main/data/documentation/appgroups/appgroup.json
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@
},
{
"kind" : "text",
"text" : ": "
"text" : ": any "
},
{
"kind" : "typeIdentifier",
Expand Down Expand Up @@ -432,7 +432,7 @@
},
{
"kind" : "text",
"text" : ": "
"text" : ": any "
},
{
"kind" : "typeIdentifier",
Expand Down
141 changes: 140 additions & 1 deletion main/data/documentation/appgroups/appgroup/!=(_:_:).json
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
{
"abstract" : [
{
"text" : "Returns a Boolean value indicating whether two values are not equal.",
"type" : "text"
}
],
"hierarchy" : {
"paths" : [
[
Expand Down Expand Up @@ -160,6 +166,136 @@
}
],
"kind" : "declarations"
},
{
"kind" : "parameters",
"parameters" : [
{
"content" : [
{
"inlineContent" : [
{
"text" : "A value to compare.",
"type" : "text"
}
],
"type" : "paragraph"
}
],
"name" : "lhs"
},
{
"content" : [
{
"inlineContent" : [
{
"text" : "Another value to compare.",
"type" : "text"
}
],
"type" : "paragraph"
}
],
"name" : "rhs"
}
]
},
{
"content" : [
{
"anchor" : "discussion",
"level" : 2,
"text" : "Discussion",
"type" : "heading"
},
{
"inlineContent" : [
{
"text" : "Inequality is the inverse of equality. For any values ",
"type" : "text"
},
{
"code" : "a",
"type" : "codeVoice"
},
{
"text" : " and ",
"type" : "text"
},
{
"code" : "b",
"type" : "codeVoice"
},
{
"text" : ", ",
"type" : "text"
},
{
"code" : "a != b",
"type" : "codeVoice"
},
{
"text" : " ",
"type" : "text"
},
{
"text" : "implies that ",
"type" : "text"
},
{
"code" : "a == b",
"type" : "codeVoice"
},
{
"text" : " is ",
"type" : "text"
},
{
"code" : "false",
"type" : "codeVoice"
},
{
"text" : ".",
"type" : "text"
}
],
"type" : "paragraph"
},
{
"inlineContent" : [
{
"text" : "This is the default implementation of the not-equal-to operator (",
"type" : "text"
},
{
"code" : "!=",
"type" : "codeVoice"
},
{
"text" : ")",
"type" : "text"
},
{
"text" : " ",
"type" : "text"
},
{
"text" : "for any type that conforms to ",
"type" : "text"
},
{
"code" : "Equatable",
"type" : "codeVoice"
},
{
"text" : ".",
"type" : "text"
}
],
"type" : "paragraph"
}
],
"kind" : "content"
}
],
"schemaVersion" : {
Expand Down Expand Up @@ -231,7 +367,10 @@
},
"doc://AppGroups/documentation/AppGroups/AppGroup/!=(_:_:)": {
"abstract" : [

{
"text" : "Returns a Boolean value indicating whether two values are not equal.",
"type" : "text"
}
],
"fragments" : [
{
Expand Down
6 changes: 3 additions & 3 deletions main/data/documentation/appgroups/appgroup/encode(to:).json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
},
{
"kind" : "text",
"text" : ": "
"text" : ": any "
},
{
"kind" : "typeIdentifier",
Expand Down Expand Up @@ -104,7 +104,7 @@
},
{
"kind" : "text",
"text" : ": "
"text" : ": any "
},
{
"kind" : "typeIdentifier",
Expand Down Expand Up @@ -219,7 +219,7 @@
},
{
"kind" : "text",
"text" : ": "
"text" : ": any "
},
{
"kind" : "typeIdentifier",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
}
],
"role" : "collectionGroup",
"roleHeading" : "API Collection",
"title" : "Equatable Implementations"
},
"schemaVersion" : {
Expand Down Expand Up @@ -99,7 +100,10 @@
},
"doc://AppGroups/documentation/AppGroups/AppGroup/!=(_:_:)": {
"abstract" : [

{
"text" : "Returns a Boolean value indicating whether two values are not equal.",
"type" : "text"
}
],
"fragments" : [
{
Expand Down
Loading

0 comments on commit a041f77

Please sign in to comment.