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 b370a27 commit 63b291cCopy full SHA for 63b291c
action.ps1
@@ -94,7 +94,7 @@ Function ProcessSourceFile()
94
$content = $override.NewContent
95
}
96
97
- if ($customWikiFileHeaderFormat)
+ if ($customWikiFileHeaderFormat -and ($file.Name -ne "_sidebar.md"))
98
{
99
$content = AddCustomHeader $content $file $directories
100
0 commit comments