We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39bcd8a commit b226fd9Copy full SHA for b226fd9
Sources/SwiftDocCUtilities/Action/Actions/Init/CatalogTemplateKind.swift
@@ -87,25 +87,4 @@ extension CatalogTemplateKind {
87
"""
88
]
89
}
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
111
0 commit comments