Skip to content

Overwritten html files when two items of the same type but different case exist and the file system is case insensitive #2012

@xaviergonz

Description

@xaviergonz

Search terms

ignore case, case, caseless, overwritten, html

Expected Behavior

Given:

  • 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.

Environment

  • Typedoc version: 0.23.8
  • TypeScript version: 4.7.4
  • Node.js version: 16.16.0
  • OS: OSX 12.5

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions