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 57e639b commit d48c00bCopy full SHA for d48c00b
eng/scripts/docs/Docs-ToC.ps1
@@ -253,7 +253,7 @@ function Get-python-UpdatedDocsMsToc($toc) {
253
# (e.g. "Functions"), sorting the resulting list, then re-adding the ultimate
254
# item to the end. This ensures that the "Other" service is at the bottom as
255
# intended.
256
- $sortableServices = $services[0..($services.Length - 2)] + $functionService + $networkService
+ $sortableServices = $services[0..($services.Length - 2)] + $functionService
257
$toc[0].items = ($sortableServices | Sort-Object -Property name) + $services[-1]
258
259
# PowerShell outputs a single object if the output is an array with only one
0 commit comments