swift-unidoc
swift-unidoc copied to clipboard
arrange sidebar modules in a more logical order
right now, types in the sidebar are ordered alphabetically by the module name, which is unintuitive as the module namespace is not rendered near the type name. we should organize out-of-package types first, then out-of-modules types, and finally, module-native types.