Skip to content

Commit

Permalink
chore: Rerender docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinrenskers committed Jan 26, 2025
1 parent 13d6b07 commit bc0194a
Show file tree
Hide file tree
Showing 247 changed files with 4,218 additions and 608 deletions.
7 changes: 1 addition & 6 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ let package = Package(
dependencies: [
.package(url: "https://github.com/kylef/PathKit", from: "1.0.1"),
.package(url: "https://github.com/JohnSundell/Codextended.git", from: "0.1.0"),
//.package(url: "https://github.com/swiftlang/swift-docc-plugin", from: "1.1.0"),
],
targets: [
.target(
Expand All @@ -33,9 +34,3 @@ let package = Package(
),
]
)

#if swift(>=5.6)
package.dependencies += [
.package(url: "https://github.com/apple/swift-docc-plugin", from: "1.0.0")
]
#endif
9 changes: 9 additions & 0 deletions docs/css/866.60f074fd.css

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions docs/css/989.4f123103.css

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

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

This file was deleted.

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

This file was deleted.

9 changes: 9 additions & 0 deletions docs/css/documentation-topic.99224ad2.css

Large diffs are not rendered by default.

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

This file was deleted.

This file was deleted.

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

This file was deleted.

9 changes: 9 additions & 0 deletions docs/css/index.3a335429.css

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions docs/css/topic.4be8f56d.css

Large diffs are not rendered by default.

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

This file was deleted.

9 changes: 9 additions & 0 deletions docs/css/tutorials-overview.7942d777.css

Large diffs are not rendered by default.

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

This file was deleted.

42 changes: 42 additions & 0 deletions docs/data/documentation/saga.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@
],
"topicSections" : [
{
"anchor" : "Essentials",
"identifiers" : [
"doc:\/\/Saga\/documentation\/Saga\/Installation",
"doc:\/\/Saga\/documentation\/Saga\/GettingStarted",
Expand All @@ -140,6 +141,8 @@
"title" : "Essentials"
},
{
"anchor" : "Classes",
"generated" : true,
"identifiers" : [
"doc:\/\/Saga\/documentation\/Saga\/FileContainer",
"doc:\/\/Saga\/documentation\/Saga\/Item",
Expand All @@ -149,13 +152,17 @@
"title" : "Classes"
},
{
"anchor" : "Protocols",
"generated" : true,
"identifiers" : [
"doc:\/\/Saga\/documentation\/Saga\/AnyItem",
"doc:\/\/Saga\/documentation\/Saga\/Metadata"
],
"title" : "Protocols"
},
{
"anchor" : "Structures",
"generated" : true,
"identifiers" : [
"doc:\/\/Saga\/documentation\/Saga\/EmptyMetadata",
"doc:\/\/Saga\/documentation\/Saga\/FileIO",
Expand All @@ -167,16 +174,29 @@
"title" : "Structures"
},
{
"anchor" : "Type-Aliases",
"generated" : true,
"identifiers" : [
"doc:\/\/Saga\/documentation\/Saga\/ContextKey"
],
"title" : "Type Aliases"
},
{
"anchor" : "Enumerations",
"generated" : true,
"identifiers" : [
"doc:\/\/Saga\/documentation\/Saga\/ItemWriteMode"
],
"title" : "Enumerations"
},
{
"anchor" : "Extended-Modules",
"generated" : true,
"identifiers" : [
"doc:\/\/Saga\/documentation\/Saga\/PathKit",
"doc:\/\/Saga\/documentation\/Saga\/Swift"
],
"title" : "Extended Modules"
}
],
"variants" : [
Expand Down Expand Up @@ -699,6 +719,17 @@
"type" : "topic",
"url" : "\/documentation\/saga\/partitionedrenderingcontext"
},
"doc://Saga/documentation/Saga/PathKit": {
"abstract" : [

],
"identifier" : "doc:\/\/Saga\/documentation\/Saga\/PathKit",
"kind" : "symbol",
"role" : "collection",
"title" : "PathKit",
"type" : "topic",
"url" : "\/documentation\/saga\/pathkit"
},
"doc://Saga/documentation/Saga/Reader": {
"abstract" : [
{
Expand Down Expand Up @@ -776,6 +807,17 @@
"type" : "topic",
"url" : "\/documentation\/saga\/saga"
},
"doc://Saga/documentation/Saga/Swift": {
"abstract" : [

],
"identifier" : "doc:\/\/Saga\/documentation\/Saga\/Swift",
"kind" : "symbol",
"role" : "collection",
"title" : "Swift",
"type" : "topic",
"url" : "\/documentation\/saga\/swift"
},
"doc://Saga/documentation/Saga/Writer": {
"abstract" : [
{
Expand Down
50 changes: 44 additions & 6 deletions docs/data/documentation/saga/anyitem.json
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,14 @@
],
"topicSections" : [
{
"anchor" : "Instance-Properties",
"generated" : true,
"identifiers" : [
"doc:\/\/Saga\/documentation\/Saga\/AnyItem\/body",
"doc:\/\/Saga\/documentation\/Saga\/AnyItem\/date",
"doc:\/\/Saga\/documentation\/Saga\/AnyItem\/created",
"doc:\/\/Saga\/documentation\/Saga\/AnyItem\/filenameWithoutExtension",
"doc:\/\/Saga\/documentation\/Saga\/AnyItem\/lastModified",
"doc:\/\/Saga\/documentation\/Saga\/AnyItem\/published",
"doc:\/\/Saga\/documentation\/Saga\/AnyItem\/rawContent",
"doc:\/\/Saga\/documentation\/Saga\/AnyItem\/relativeDestination",
"doc:\/\/Saga\/documentation\/Saga\/AnyItem\/relativeSource",
Expand Down Expand Up @@ -231,7 +234,7 @@
"type" : "topic",
"url" : "\/documentation\/saga\/anyitem\/body"
},
"doc://Saga/documentation/Saga/AnyItem/date": {
"doc://Saga/documentation/Saga/AnyItem/created": {
"abstract" : [

],
Expand All @@ -246,7 +249,7 @@
},
{
"kind" : "identifier",
"text" : "date"
"text" : "created"
},
{
"kind" : "text",
Expand All @@ -258,13 +261,13 @@
"text" : "Date"
}
],
"identifier" : "doc:\/\/Saga\/documentation\/Saga\/AnyItem\/date",
"identifier" : "doc:\/\/Saga\/documentation\/Saga\/AnyItem\/created",
"kind" : "symbol",
"required" : true,
"role" : "symbol",
"title" : "date",
"title" : "created",
"type" : "topic",
"url" : "\/documentation\/saga\/anyitem\/date"
"url" : "\/documentation\/saga\/anyitem\/created"
},
"doc://Saga/documentation/Saga/AnyItem/filenameWithoutExtension": {
"abstract" : [
Expand Down Expand Up @@ -336,6 +339,41 @@
"type" : "topic",
"url" : "\/documentation\/saga\/anyitem\/lastmodified"
},
"doc://Saga/documentation/Saga/AnyItem/published": {
"abstract" : [

],
"fragments" : [
{
"kind" : "keyword",
"text" : "var"
},
{
"kind" : "text",
"text" : " "
},
{
"kind" : "identifier",
"text" : "published"
},
{
"kind" : "text",
"text" : ": "
},
{
"kind" : "typeIdentifier",
"preciseIdentifier" : "s:10Foundation4DateV",
"text" : "Date"
}
],
"identifier" : "doc:\/\/Saga\/documentation\/Saga\/AnyItem\/published",
"kind" : "symbol",
"required" : true,
"role" : "symbol",
"title" : "published",
"type" : "topic",
"url" : "\/documentation\/saga\/anyitem\/published"
},
"doc://Saga/documentation/Saga/AnyItem/rawContent": {
"abstract" : [

Expand Down
Loading

0 comments on commit bc0194a

Please sign in to comment.