You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Two exported items of the same kind (e.g. functions) that only vary in case (e.g. 'model' and 'Model')
It should generate a suffix if the generated html files would clash in a case insensitive file system (e.g. Windows or OsX) (e.g. functions/model.html, functions/Model-1.html)
Actual Behavior
The model.html file gets overwritten, so only one of those documents can be accessed in case insensitive file systems.