Skip to content

Commit

Permalink
Update Generate-DocIndex.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
sima-zhu authored and azure-sdk committed Nov 23, 2020
1 parent 622fa70 commit 26ec104
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eng/common/docgeneration/Generate-DocIndex.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -165,8 +165,8 @@ function GenerateDocfxTocContent([Hashtable]$tocContent, [String]$lang) {
function UpdateDocIndexFiles {
Param (
[Parameter(Mandatory=$true)] [String]$appTitleLang,
[Parameter(Mandatory=$true)] [String]$lang,
[Parameter(Mandatory=$true)] [String]$indexhtmlloc,
[Parameter(Mandatory=$true)] [String]$lang = $Language,
[Parameter(Mandatory=$true)] [String]$indexhtmlloc="index.html",
[Parameter(Mandatory=$false)] [String]$packageRegex = "`"`"",
[Parameter(Mandatory=$false)] [String]$regexReplacement = ""
)
Expand Down

0 comments on commit 26ec104

Please sign in to comment.