The generator doesn't handle there being multiple sidenav categories which start with /ui, as can be seen by https://docs.flutter.dev/ui/design/text being empty.
Update to account for sidenav not necessarily having one top-level entry per first path part. Or at least add an exception for /ui.
The generator doesn't handle there being multiple sidenav categories which start with
/ui
, as can be seen by https://docs.flutter.dev/ui/design/text being empty.Update to account for sidenav not necessarily having one top-level entry per first path part. Or at least add an exception for
/ui
.