Have you read the Contributing Guidelines on issues?
Prerequisites
Description
Reproducible demo: https://codesandbox.io/s/busy-lake-7grh3p?file=/sidebars.js
For example a file like this
docs/
├── storage/
│ ├── storage.md
│ └── ...
The expectation is to access it via /docs/storage/storage
But in fact docusaurus generates /docs/storage

Reproducible demo
https://codesandbox.io/s/busy-lake-7grh3p?file=/sidebars.js
Steps to reproduce
When the file name is the same as the parent folder name, like:
docs/
├── storage/
│ ├── storage.md
│ └── ...
Expected behavior
via /docs/storage/storage
Actual behavior
/docs/storage
Your environment
No response
Self-service
Have you read the Contributing Guidelines on issues?
Prerequisites
npm run clearoryarn clearcommand.rm -rf node_modules yarn.lock package-lock.jsonand re-installing packages.Description
Reproducible demo: https://codesandbox.io/s/busy-lake-7grh3p?file=/sidebars.js
For example a file like this
The expectation is to access it via /docs/storage/storage

But in fact docusaurus generates /docs/storage
Reproducible demo
https://codesandbox.io/s/busy-lake-7grh3p?file=/sidebars.js
Steps to reproduce
When the file name is the same as the parent folder name, like:
Expected behavior
via /docs/storage/storage
Actual behavior
/docs/storage
Your environment
No response
Self-service