Skip to content

Commit 947bd33

Browse files
fix(core-util): remove now-unused function
1 parent 2904c3f commit 947bd33

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

util/generate-guides-lists.ps1

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -363,20 +363,6 @@ function Build-SectionHeader {
363363
return "$HeaderLevel [$Title]($relativePath)$suffix$CRLF$CRLF"
364364
}
365365

366-
function Get-TcatWikiSection {
367-
<#
368-
.SYNOPSIS
369-
Returns the static TCAT Wiki section content for the main guides list
370-
.DESCRIPTION
371-
Generates the TCAT Wiki section that appears at the end of the main guides list,
372-
containing links to wiki-level documentation like CONTRIBUTING.md.
373-
.OUTPUTS
374-
String containing the markdown content for the TCAT Wiki section
375-
#>
376-
return "### TCAT Wiki Guides$CRLF$CRLF#### [Contributing](https://github.com/TaskarCenterAtUW/tcat-wiki/blob/main/CONTRIBUTING.md)$CRLF$CRLF" +
377-
"This guide explains how to contribute to the TCAT Wiki.$CRLF"
378-
}
379-
380366
function Get-AllGuidesAtLevel {
381367
<#
382368
.SYNOPSIS

0 commit comments

Comments
 (0)