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
- Open the URL: https://typedoc.org/documents/Development.Plugins.html
- Click on each hyperlink for Application, Converter, Renderer, Serializer, and Deserializer in the page.
- Observe that each link navigates to a 404 page instead of the correct API documentation page.
- 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
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
Environment