Closed
Description
Hi,
The side menu items of the documentation pages (https://webpack.js.org/concepts/) have differing order between desktop and mobile:
Desktop:
- Concepts
- Entry Points
- Output
- Loaders
- Plugins
- Configuration
- Modules
- Module Resolution
- Dependency Graph
- Targets
- The Manifest
- Hot Module Replacement
Mobile:
- Concepts
- Configuration
- Dependency Graph
- Entry Points
- Hot Module Replacement
- Loaders
- The Manifest
- Module Resolution
- Modules
- Output
- Plugins
- Targets
I seems the builder respects the sort
configuration in each .md file when constructing the desktop menu, but the mobile menu arrange items by their file names.