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
Hi, when I visit my typedoc website, it works just fine, both / and /index.html will point to the project's readme page. I can get to this page by clicking the website name in the header bar at the top. However, if I click on the top-most level of the navigation tree on the left, I get a blank page at /modules.html. Why, doesn't it simply just show the modules contained within the repo instead?
The text was updated successfully, but these errors were encountered:
This is because of the change made for #2730. Previously, TypeDoc wouldn't include a modules page at all.
It doesn't work now for packages mode because the group/category plugins aren't run on deserialization, so the project doesn't have any context that the index will render.
Search terms
monorepo, blank, modules, html, page, link, index
Question
Hi, when I visit my typedoc website, it works just fine, both
/
and/index.html
will point to the project's readme page. I can get to this page by clicking the website name in the header bar at the top. However, if I click on the top-most level of the navigation tree on the left, I get a blank page at/modules.html
. Why, doesn't it simply just show the modules contained within the repo instead?The text was updated successfully, but these errors were encountered: