Skip to content

Commit b226fd9

Browse files
committed
Remove unused ChangeLogTemplate from CatalogTemplateKind.
1 parent 39bcd8a commit b226fd9

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

Sources/SwiftDocCUtilities/Action/Actions/Init/CatalogTemplateKind.swift

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -87,25 +87,4 @@ extension CatalogTemplateKind {
8787
"""
8888
]
8989
}
90-
91-
/// Content of the 'changeLog' template
92-
static func changeLogTemplateFiles(_ frameworkName: String) -> [String: String] {
93-
[
94-
"\(frameworkName)_ChangeLog.md": """
95-
# \(frameworkName)
96-
97-
<!--- Metadata configuration to make appear this documentation page as a top-level page -->
98-
99-
@Metadata {
100-
@TechnologyRoot
101-
}
102-
103-
Add a single sentence or sentence fragment, which DocC uses as the page’s abstract or summary.
104-
105-
## Overview
106-
107-
Add one or more paragraphs that introduce your content overview.
108-
"""
109-
]
110-
}
11190
}

0 commit comments

Comments
 (0)