Massive-Wiki / massivewikibuilder

Massive Wiki Builder
MIT License
3 stars 3 forks source link

Filenames are case-sensitive in Linux, but not on MacOS or Windows #42

Open peterkaminski opened 1 year ago

peterkaminski commented 1 year ago

We observed a problem where the default sidebar filename in mwb.yaml is Sidebar.md. When a Windows user created a file with that name, it got committed as sidebar.md.

MWB on MacOS just worked, but MWB on Linux (i.e., Netlify) didn't.

The easy workaround was to change mwb.yaml to sidebar.md, but maybe there is a more general solution.

This is also related to filename mangling for URLs.