Skip to content

Commit

Permalink
chore: One more site metadata mention removed
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinrenskers committed Nov 23, 2023
1 parent 5a2cc9c commit ea16d98
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Sources/Saga/Item.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import PathKit

public protocol Metadata: Decodable {}

/// A convenience version of ``Metadata`` that's just empty. This can be used, for example, when you don't have custom item metadata or site metadata.
/// A convenience version of ``Metadata`` that's just empty. This can be used, for example, when you don't have custom item metadata.
public struct EmptyMetadata: Metadata {
public init() {}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/data/documentation/saga.json
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@
"type" : "reference"
},
{
"text" : " that’s just empty. This can be used, for example, when you don’t have custom item metadata or site metadata.",
"text" : " that’s just empty. This can be used, for example, when you don’t have custom item metadata.",
"type" : "text"
}
],
Expand Down
4 changes: 2 additions & 2 deletions docs/data/documentation/saga/emptymetadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"type" : "reference"
},
{
"text" : " that’s just empty. This can be used, for example, when you don’t have custom item metadata or site metadata.",
"text" : " that’s just empty. This can be used, for example, when you don’t have custom item metadata.",
"type" : "text"
}
],
Expand Down Expand Up @@ -160,7 +160,7 @@
"type" : "reference"
},
{
"text" : " that’s just empty. This can be used, for example, when you don’t have custom item metadata or site metadata.",
"text" : " that’s just empty. This can be used, for example, when you don’t have custom item metadata.",
"type" : "text"
}
],
Expand Down
2 changes: 1 addition & 1 deletion docs/data/documentation/saga/emptymetadata/init().json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"type" : "reference"
},
{
"text" : " that’s just empty. This can be used, for example, when you don’t have custom item metadata or site metadata.",
"text" : " that’s just empty. This can be used, for example, when you don’t have custom item metadata.",
"type" : "text"
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
"type" : "reference"
},
{
"text" : " that’s just empty. This can be used, for example, when you don’t have custom item metadata or site metadata.",
"text" : " that’s just empty. This can be used, for example, when you don’t have custom item metadata.",
"type" : "text"
}
],
Expand Down
2 changes: 1 addition & 1 deletion docs/data/documentation/saga/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
"type" : "reference"
},
{
"text" : " that’s just empty. This can be used, for example, when you don’t have custom item metadata or site metadata.",
"text" : " that’s just empty. This can be used, for example, when you don’t have custom item metadata.",
"type" : "text"
}
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@
"type" : "reference"
},
{
"text" : " that’s just empty. This can be used, for example, when you don’t have custom item metadata or site metadata.",
"text" : " that’s just empty. This can be used, for example, when you don’t have custom item metadata.",
"type" : "text"
}
],
Expand Down

0 comments on commit ea16d98

Please sign in to comment.