File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed
Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff 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-
380366function Get-AllGuidesAtLevel {
381367 <#
382368 . SYNOPSIS
You can’t perform that action at this time.
0 commit comments