Skip to content

Sort commands in sidebar like Get-Command - #255

Merged
bravo-kernel merged 1 commit into
alt3:mainfrom
fflaten:fflaten-patch-1
Aug 14, 2026
Merged

Sort commands in sidebar like Get-Command#255
bravo-kernel merged 1 commit into
alt3:mainfrom
fflaten:fflaten-patch-1

Conversation

@fflaten

@fflaten fflaten commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

Sidebar is currently sorted to match the filesystem. PR changes this to match order in Get-Command by sorting the mdx files without extension.

Before example:

Invoke-Pester
Should-Be
Should

After:

Invoke-Pester
Should
Should-Be

Sort mdx files by BaseName to match Get-Command order
@vercel

vercel Bot commented Aug 13, 2026

Copy link
Copy Markdown

@fflaten is attempting to deploy a commit to the Alt3 Team on Vercel.

A member of the Team first needs to authorize it.

@fflaten

fflaten commented Aug 13, 2026

Copy link
Copy Markdown
Contributor Author

REALLY niche use case mostly (only?) affecting cases like Should and Should-*, because .mdx and - sorts differently.

Leaving as draft - treat it like a really opinionated suggestion 😄

@bravo-kernel
bravo-kernel marked this pull request as ready for review August 14, 2026 04:45
@vercel

vercel Bot commented Aug 14, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
docusaurus-powershell Ready Ready Preview Aug 14, 2026 4:46am

Request Review

@bravo-kernel
bravo-kernel merged commit 64adc3a into alt3:main Aug 14, 2026
11 checks passed
@bravo-kernel

Copy link
Copy Markdown
Contributor

Good catch, like it. Released as 2.0.1

@fflaten
fflaten deleted the fflaten-patch-1 branch August 14, 2026 05:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants