Skip to content

Commit

Permalink
use key
Browse files Browse the repository at this point in the history
  • Loading branch information
freddydk committed Nov 25, 2023
1 parent 60abdc8 commit 07179de
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ function GenerateDocsSite {
# Add all apps sorted by name
$theseApps.Keys.GetEnumerator() | Sort-Object | ForEach-Object {
$newTocYml += @(
"$($indent)- name: $($_.key)"
"$($indent) href: reference/$($_.value)/toc.yml"
"$($indent)- name: $($_)"
"$($indent) href: reference/$($theseApps."$_")/toc.yml"
)
}
}
Expand Down

0 comments on commit 07179de

Please sign in to comment.