Skip to content

https://typedoc.org/documents/Development.Plugins.html #2904

@jay0815

Description

@jay0815

Search terms

Typedoc, TypeScript, documentation, 404, API links, plugin development

Expected Behavior

When visiting https://typedoc.org/documents/Development.Plugins.html, clicking on the hyperlinks for Application, Converter, Renderer, Serializer, and Deserializer should correctly navigate to their respective API pages as documented in the Typedoc documentation.

Actual Behavior

The hyperlinks for Application, Converter, Renderer, Serializer, and Deserializer on the Development.Plugins page are broken and result in a 404 page. The valid API pages actually have a dot prefix in the URL (e.g., https://typedoc.org/api/classes/.Application.html) whereas the links on the Development.Plugins page omit this dot (e.g., https://typedoc.org/api/classes/Application.html).

Steps to reproduce the bug

  1. Open the URL: https://typedoc.org/documents/Development.Plugins.html
  2. Click on each hyperlink for Application, Converter, Renderer, Serializer, and Deserializer in the page.
  3. Observe that each link navigates to a 404 page instead of the correct API documentation page.
  4. Notice that the valid page URL includes a dot prefix (".Application.html") while the broken link does not.

Environment

  • Typedoc version: 0.28.0
  • TypeScript version: 5.8.2
  • Node.js version: v22.14.0
  • OS: macOS

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