-
Notifications
You must be signed in to change notification settings - Fork 5
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
1 parent
632d1ab
commit f55f979
Showing
7 changed files
with
491 additions
and
2 deletions.
There are no files selected for viewing
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
201 changes: 201 additions & 0 deletions
201
docs/data/documentation/saga/filecontainer/relativepath.json
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,201 @@ | ||
{ | ||
"hierarchy" : { | ||
"paths" : [ | ||
[ | ||
"doc:\/\/Saga\/documentation\/Saga", | ||
"doc:\/\/Saga\/documentation\/Saga\/FileContainer" | ||
] | ||
] | ||
}, | ||
"identifier" : { | ||
"interfaceLanguage" : "swift", | ||
"url" : "doc:\/\/Saga\/documentation\/Saga\/FileContainer\/relativePath" | ||
}, | ||
"kind" : "symbol", | ||
"metadata" : { | ||
"externalID" : "s:4Saga13FileContainerC12relativePath0E3Kit0E0Vvp", | ||
"fragments" : [ | ||
{ | ||
"kind" : "keyword", | ||
"text" : "let" | ||
}, | ||
{ | ||
"kind" : "text", | ||
"text" : " " | ||
}, | ||
{ | ||
"kind" : "identifier", | ||
"text" : "relativePath" | ||
}, | ||
{ | ||
"kind" : "text", | ||
"text" : ": " | ||
}, | ||
{ | ||
"kind" : "typeIdentifier", | ||
"preciseIdentifier" : "s:7PathKit0A0V", | ||
"text" : "Path" | ||
} | ||
], | ||
"modules" : [ | ||
{ | ||
"name" : "Saga" | ||
} | ||
], | ||
"role" : "symbol", | ||
"roleHeading" : "Instance Property", | ||
"symbolKind" : "property", | ||
"title" : "relativePath" | ||
}, | ||
"primaryContentSections" : [ | ||
{ | ||
"declarations" : [ | ||
{ | ||
"languages" : [ | ||
"swift" | ||
], | ||
"platforms" : [ | ||
"macOS" | ||
], | ||
"tokens" : [ | ||
{ | ||
"kind" : "keyword", | ||
"text" : "let" | ||
}, | ||
{ | ||
"kind" : "text", | ||
"text" : " " | ||
}, | ||
{ | ||
"kind" : "identifier", | ||
"text" : "relativePath" | ||
}, | ||
{ | ||
"kind" : "text", | ||
"text" : ": " | ||
}, | ||
{ | ||
"kind" : "typeIdentifier", | ||
"preciseIdentifier" : "s:7PathKit0A0V", | ||
"text" : "Path" | ||
} | ||
] | ||
} | ||
], | ||
"kind" : "declarations" | ||
} | ||
], | ||
"schemaVersion" : { | ||
"major" : 0, | ||
"minor" : 3, | ||
"patch" : 0 | ||
}, | ||
"sections" : [ | ||
|
||
], | ||
"variants" : [ | ||
{ | ||
"paths" : [ | ||
"\/documentation\/saga\/filecontainer\/relativepath" | ||
], | ||
"traits" : [ | ||
{ | ||
"interfaceLanguage" : "swift" | ||
} | ||
] | ||
} | ||
] | ||
, | ||
"references": { | ||
"doc://Saga/documentation/Saga": { | ||
"abstract" : [ | ||
{ | ||
"text" : "A static site generator, written in Swift, allowing you to supply your own metadata types for your items.", | ||
"type" : "text" | ||
} | ||
], | ||
"identifier" : "doc:\/\/Saga\/documentation\/Saga", | ||
"kind" : "symbol", | ||
"role" : "collection", | ||
"title" : "Saga", | ||
"type" : "topic", | ||
"url" : "\/documentation\/saga" | ||
}, | ||
"doc://Saga/documentation/Saga/FileContainer": { | ||
"abstract" : [ | ||
{ | ||
"text" : "A wrapper around a ", | ||
"type" : "text" | ||
}, | ||
{ | ||
"code" : "Path", | ||
"type" : "codeVoice" | ||
}, | ||
{ | ||
"text" : ", used to keep track if got handled by one of the registered processing steps.", | ||
"type" : "text" | ||
} | ||
], | ||
"fragments" : [ | ||
{ | ||
"kind" : "keyword", | ||
"text" : "class" | ||
}, | ||
{ | ||
"kind" : "text", | ||
"text" : " " | ||
}, | ||
{ | ||
"kind" : "identifier", | ||
"text" : "FileContainer" | ||
} | ||
], | ||
"identifier" : "doc:\/\/Saga\/documentation\/Saga\/FileContainer", | ||
"kind" : "symbol", | ||
"navigatorTitle" : [ | ||
{ | ||
"kind" : "identifier", | ||
"text" : "FileContainer" | ||
} | ||
], | ||
"role" : "symbol", | ||
"title" : "FileContainer", | ||
"type" : "topic", | ||
"url" : "\/documentation\/saga\/filecontainer" | ||
}, | ||
"doc://Saga/documentation/Saga/FileContainer/relativePath": { | ||
"abstract" : [ | ||
|
||
], | ||
"fragments" : [ | ||
{ | ||
"kind" : "keyword", | ||
"text" : "let" | ||
}, | ||
{ | ||
"kind" : "text", | ||
"text" : " " | ||
}, | ||
{ | ||
"kind" : "identifier", | ||
"text" : "relativePath" | ||
}, | ||
{ | ||
"kind" : "text", | ||
"text" : ": " | ||
}, | ||
{ | ||
"kind" : "typeIdentifier", | ||
"preciseIdentifier" : "s:7PathKit0A0V", | ||
"text" : "Path" | ||
} | ||
], | ||
"identifier" : "doc:\/\/Saga\/documentation\/Saga\/FileContainer\/relativePath", | ||
"kind" : "symbol", | ||
"role" : "symbol", | ||
"title" : "relativePath", | ||
"type" : "topic", | ||
"url" : "\/documentation\/saga\/filecontainer\/relativepath" | ||
} | ||
} | ||
} |
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
Oops, something went wrong.