-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
GitHub Actions
committed
Sep 28, 2023
1 parent
e096797
commit 488afcf
Showing
235 changed files
with
28,676 additions
and
1 deletion.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
9 changes: 9 additions & 0 deletions
9
2.5.0/css/documentation-topic~topic~tutorials-overview.d6f5411c.css
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,328 @@ | ||
{ | ||
"hierarchy" : { | ||
"paths" : [ | ||
[ | ||
|
||
] | ||
] | ||
}, | ||
"identifier" : { | ||
"interfaceLanguage" : "swift", | ||
"url" : "doc:\/\/CorePathWrangler\/documentation\/CorePathWrangler" | ||
}, | ||
"kind" : "symbol", | ||
"metadata" : { | ||
"externalID" : "CorePathWrangler", | ||
"modules" : [ | ||
{ | ||
"name" : "CorePathWrangler" | ||
} | ||
], | ||
"role" : "collection", | ||
"roleHeading" : "Framework", | ||
"symbolKind" : "module", | ||
"title" : "CorePathWrangler" | ||
}, | ||
"schemaVersion" : { | ||
"major" : 0, | ||
"minor" : 3, | ||
"patch" : 0 | ||
}, | ||
"sections" : [ | ||
|
||
], | ||
"topicSections" : [ | ||
{ | ||
"identifiers" : [ | ||
"doc:\/\/CorePathWrangler\/documentation\/CorePathWrangler\/PathComponentConvertible", | ||
"doc:\/\/CorePathWrangler\/documentation\/CorePathWrangler\/PathProtocol" | ||
], | ||
"title" : "Protocols" | ||
}, | ||
{ | ||
"identifiers" : [ | ||
"doc:\/\/CorePathWrangler\/documentation\/CorePathWrangler\/AbsolutePath", | ||
"doc:\/\/CorePathWrangler\/documentation\/CorePathWrangler\/RelativePath" | ||
], | ||
"title" : "Structures" | ||
}, | ||
{ | ||
"identifiers" : [ | ||
"doc:\/\/CorePathWrangler\/documentation\/CorePathWrangler\/PathComponent", | ||
"doc:\/\/CorePathWrangler\/documentation\/CorePathWrangler\/PathExtension" | ||
], | ||
"title" : "Type Aliases" | ||
}, | ||
{ | ||
"identifiers" : [ | ||
"doc:\/\/CorePathWrangler\/documentation\/CorePathWrangler\/Swift" | ||
], | ||
"title" : "Extended Modules" | ||
} | ||
], | ||
"variants" : [ | ||
{ | ||
"paths" : [ | ||
"\/documentation\/corepathwrangler" | ||
], | ||
"traits" : [ | ||
{ | ||
"interfaceLanguage" : "swift" | ||
} | ||
] | ||
} | ||
] | ||
, | ||
"references": { | ||
"doc://CorePathWrangler/documentation/CorePathWrangler": { | ||
"abstract" : [ | ||
|
||
], | ||
"identifier" : "doc:\/\/CorePathWrangler\/documentation\/CorePathWrangler", | ||
"kind" : "symbol", | ||
"role" : "collection", | ||
"title" : "CorePathWrangler", | ||
"type" : "topic", | ||
"url" : "\/documentation\/corepathwrangler" | ||
}, | ||
"doc://CorePathWrangler/documentation/CorePathWrangler/AbsolutePath": { | ||
"abstract" : [ | ||
{ | ||
"text" : "Represents an absolute path.", | ||
"type" : "text" | ||
} | ||
], | ||
"fragments" : [ | ||
{ | ||
"kind" : "keyword", | ||
"text" : "struct" | ||
}, | ||
{ | ||
"kind" : "text", | ||
"text" : " " | ||
}, | ||
{ | ||
"kind" : "identifier", | ||
"text" : "AbsolutePath" | ||
} | ||
], | ||
"identifier" : "doc:\/\/CorePathWrangler\/documentation\/CorePathWrangler\/AbsolutePath", | ||
"kind" : "symbol", | ||
"navigatorTitle" : [ | ||
{ | ||
"kind" : "identifier", | ||
"text" : "AbsolutePath" | ||
} | ||
], | ||
"role" : "symbol", | ||
"title" : "AbsolutePath", | ||
"type" : "topic", | ||
"url" : "\/documentation\/corepathwrangler\/absolutepath" | ||
}, | ||
"doc://CorePathWrangler/documentation/CorePathWrangler/PathComponent": { | ||
"abstract" : [ | ||
{ | ||
"text" : "The type of a path component (e.g. ‘home’ and ‘user’ in ‘\/home\/user’).", | ||
"type" : "text" | ||
} | ||
], | ||
"fragments" : [ | ||
{ | ||
"kind" : "keyword", | ||
"text" : "typealias" | ||
}, | ||
{ | ||
"kind" : "text", | ||
"text" : " " | ||
}, | ||
{ | ||
"kind" : "identifier", | ||
"text" : "PathComponent" | ||
} | ||
], | ||
"identifier" : "doc:\/\/CorePathWrangler\/documentation\/CorePathWrangler\/PathComponent", | ||
"kind" : "symbol", | ||
"navigatorTitle" : [ | ||
{ | ||
"kind" : "identifier", | ||
"text" : "PathComponent" | ||
} | ||
], | ||
"role" : "symbol", | ||
"title" : "PathComponent", | ||
"type" : "topic", | ||
"url" : "\/documentation\/corepathwrangler\/pathcomponent" | ||
}, | ||
"doc://CorePathWrangler/documentation/CorePathWrangler/PathComponentConvertible": { | ||
"abstract" : [ | ||
{ | ||
"text" : "A type that can convert itself into a path component.", | ||
"type" : "text" | ||
} | ||
], | ||
"fragments" : [ | ||
{ | ||
"kind" : "keyword", | ||
"text" : "protocol" | ||
}, | ||
{ | ||
"kind" : "text", | ||
"text" : " " | ||
}, | ||
{ | ||
"kind" : "identifier", | ||
"text" : "PathComponentConvertible" | ||
} | ||
], | ||
"identifier" : "doc:\/\/CorePathWrangler\/documentation\/CorePathWrangler\/PathComponentConvertible", | ||
"kind" : "symbol", | ||
"navigatorTitle" : [ | ||
{ | ||
"kind" : "identifier", | ||
"text" : "PathComponentConvertible" | ||
} | ||
], | ||
"role" : "symbol", | ||
"title" : "PathComponentConvertible", | ||
"type" : "topic", | ||
"url" : "\/documentation\/corepathwrangler\/pathcomponentconvertible" | ||
}, | ||
"doc://CorePathWrangler/documentation/CorePathWrangler/PathExtension": { | ||
"abstract" : [ | ||
{ | ||
"text" : "The type of a path extension (e.g. ‘txt’ of ‘file.txt’).", | ||
"type" : "text" | ||
} | ||
], | ||
"fragments" : [ | ||
{ | ||
"kind" : "keyword", | ||
"text" : "typealias" | ||
}, | ||
{ | ||
"kind" : "text", | ||
"text" : " " | ||
}, | ||
{ | ||
"kind" : "identifier", | ||
"text" : "PathExtension" | ||
} | ||
], | ||
"identifier" : "doc:\/\/CorePathWrangler\/documentation\/CorePathWrangler\/PathExtension", | ||
"kind" : "symbol", | ||
"navigatorTitle" : [ | ||
{ | ||
"kind" : "identifier", | ||
"text" : "PathExtension" | ||
} | ||
], | ||
"role" : "symbol", | ||
"title" : "PathExtension", | ||
"type" : "topic", | ||
"url" : "\/documentation\/corepathwrangler\/pathextension" | ||
}, | ||
"doc://CorePathWrangler/documentation/CorePathWrangler/PathProtocol": { | ||
"abstract" : [ | ||
{ | ||
"text" : "A generic protocol around a path. Currently, there are two conformances, ", | ||
"type" : "text" | ||
}, | ||
{ | ||
"code" : "AbsolutePath", | ||
"type" : "codeVoice" | ||
}, | ||
{ | ||
"text" : " and ", | ||
"type" : "text" | ||
}, | ||
{ | ||
"code" : "RelativePath", | ||
"type" : "codeVoice" | ||
}, | ||
{ | ||
"text" : ".", | ||
"type" : "text" | ||
}, | ||
{ | ||
"text" : " ", | ||
"type" : "text" | ||
}, | ||
{ | ||
"text" : "It is strongly discouraged to declare new conformances to this protocol. They’re not guaranteed to work as expected.", | ||
"type" : "text" | ||
} | ||
], | ||
"fragments" : [ | ||
{ | ||
"kind" : "keyword", | ||
"text" : "protocol" | ||
}, | ||
{ | ||
"kind" : "text", | ||
"text" : " " | ||
}, | ||
{ | ||
"kind" : "identifier", | ||
"text" : "PathProtocol" | ||
} | ||
], | ||
"identifier" : "doc:\/\/CorePathWrangler\/documentation\/CorePathWrangler\/PathProtocol", | ||
"kind" : "symbol", | ||
"navigatorTitle" : [ | ||
{ | ||
"kind" : "identifier", | ||
"text" : "PathProtocol" | ||
} | ||
], | ||
"role" : "symbol", | ||
"title" : "PathProtocol", | ||
"type" : "topic", | ||
"url" : "\/documentation\/corepathwrangler\/pathprotocol" | ||
}, | ||
"doc://CorePathWrangler/documentation/CorePathWrangler/RelativePath": { | ||
"abstract" : [ | ||
{ | ||
"text" : "Represents a relative path.", | ||
"type" : "text" | ||
} | ||
], | ||
"fragments" : [ | ||
{ | ||
"kind" : "keyword", | ||
"text" : "struct" | ||
}, | ||
{ | ||
"kind" : "text", | ||
"text" : " " | ||
}, | ||
{ | ||
"kind" : "identifier", | ||
"text" : "RelativePath" | ||
} | ||
], | ||
"identifier" : "doc:\/\/CorePathWrangler\/documentation\/CorePathWrangler\/RelativePath", | ||
"kind" : "symbol", | ||
"navigatorTitle" : [ | ||
{ | ||
"kind" : "identifier", | ||
"text" : "RelativePath" | ||
} | ||
], | ||
"role" : "symbol", | ||
"title" : "RelativePath", | ||
"type" : "topic", | ||
"url" : "\/documentation\/corepathwrangler\/relativepath" | ||
}, | ||
"doc://CorePathWrangler/documentation/CorePathWrangler/Swift": { | ||
"abstract" : [ | ||
|
||
], | ||
"identifier" : "doc:\/\/CorePathWrangler\/documentation\/CorePathWrangler\/Swift", | ||
"kind" : "symbol", | ||
"role" : "collection", | ||
"title" : "Swift", | ||
"type" : "topic", | ||
"url" : "\/documentation\/corepathwrangler\/swift" | ||
} | ||
} | ||
} |
Oops, something went wrong.