OasisDigital / ng-doc-portal

An Nx plugin & Angular module set that allows you to build documentation applications natively in Angular! This project has a focus on documenting Angular components (e.g. component library), but it can be used for any documentation needs you might have in Angular.
3 stars 0 forks source link

Left side nav links/group are not sorted alphabetically #4

Closed zjkipping closed 1 year ago

zjkipping commented 1 year ago

I believe we were getting this for free with the old globbing system which apparently did a depth first globbing and thus our results were naturally alphabetic.

Now that we are using fast-glob is looks like things aren't actually alphabetic in the way that we want it. So, we should add some alphabetic sorting into the Left Nav system.

zjkipping commented 1 year ago

This will be published in version 1.1.0