Skip to content

Commit

Permalink
chore: Rerender docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinrenskers committed Feb 7, 2025
1 parent 632d1ab commit f55f979
Show file tree
Hide file tree
Showing 7 changed files with 491 additions and 2 deletions.
37 changes: 36 additions & 1 deletion docs/data/documentation/saga/filecontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@
"identifiers" : [
"doc:\/\/Saga\/documentation\/Saga\/FileContainer\/handled",
"doc:\/\/Saga\/documentation\/Saga\/FileContainer\/item",
"doc:\/\/Saga\/documentation\/Saga\/FileContainer\/path"
"doc:\/\/Saga\/documentation\/Saga\/FileContainer\/path",
"doc:\/\/Saga\/documentation\/Saga\/FileContainer\/relativePath"
],
"title" : "Instance Properties"
}
Expand Down Expand Up @@ -281,6 +282,40 @@
"title" : "path",
"type" : "topic",
"url" : "\/documentation\/saga\/filecontainer\/path"
},
"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"
}
}
}
201 changes: 201 additions & 0 deletions docs/data/documentation/saga/filecontainer/relativepath.json
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"
}
}
}
41 changes: 40 additions & 1 deletion docs/data/documentation/saga/itemrenderingcontext.json
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,8 @@
"identifiers" : [
"doc:\/\/Saga\/documentation\/Saga\/ItemRenderingContext\/allItems",
"doc:\/\/Saga\/documentation\/Saga\/ItemRenderingContext\/item",
"doc:\/\/Saga\/documentation\/Saga\/ItemRenderingContext\/items"
"doc:\/\/Saga\/documentation\/Saga\/ItemRenderingContext\/items",
"doc:\/\/Saga\/documentation\/Saga\/ItemRenderingContext\/resources"
],
"title" : "Instance Properties"
}
Expand Down Expand Up @@ -315,6 +316,44 @@
"type" : "topic",
"url" : "\/documentation\/saga\/itemrenderingcontext\/items"
},
"doc://Saga/documentation/Saga/ItemRenderingContext/resources": {
"abstract" : [

],
"fragments" : [
{
"kind" : "keyword",
"text" : "let"
},
{
"kind" : "text",
"text" : " "
},
{
"kind" : "identifier",
"text" : "resources"
},
{
"kind" : "text",
"text" : ": ["
},
{
"kind" : "typeIdentifier",
"preciseIdentifier" : "s:7PathKit0A0V",
"text" : "Path"
},
{
"kind" : "text",
"text" : "]"
}
],
"identifier" : "doc:\/\/Saga\/documentation\/Saga\/ItemRenderingContext\/resources",
"kind" : "symbol",
"role" : "symbol",
"title" : "resources",
"type" : "topic",
"url" : "\/documentation\/saga\/itemrenderingcontext\/resources"
},
"doc://Saga/documentation/Saga/Metadata": {
"abstract" : [

Expand Down
Loading

0 comments on commit f55f979

Please sign in to comment.