Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Menu sublinks not working #40

Closed
FStefanni opened this issue Mar 3, 2020 · 4 comments · Fixed by #41
Closed

Menu sublinks not working #40

FStefanni opened this issue Mar 3, 2020 · 4 comments · Fixed by #41

Comments

@FStefanni
Copy link

With typedoc mode set to "file" everything is ok.
But with typedoc mode set to "modules" menu links work only in the index page.
In fact, the URL seems missing the "modules" path.

Example:

  1. Open doc/html/index.html: click over a left hand side menu item
  2. This opens doc/html/modules/myclass1.html: perfect. Clik now on another item.
  3. This opens doc/html/_myclass_2.html: wrong, it misses the "modules" part form the URL.

Tested with:

  • typedoc 0.16.11
  • typedoc-neo-theme: 1.0.6

Regards.

@Fleker
Copy link
Collaborator

Fleker commented Mar 3, 2020

Can you test with 1.0.5? I fear this may have been a regression.

@FStefanni
Copy link
Author

I have done a quick test, but actually it seems to fail also with 1.0.5.

@Fleker
Copy link
Collaborator

Fleker commented Mar 4, 2020

Can you specify how to put the typedoc mode to "modules"? It does not appear to be the default mode.

@e-r-w
Copy link
Contributor

e-r-w commented Mar 4, 2020

@Fleker you can put typedoc into modules mode by specifying the mode flag

Looks like this here is the offending line of code. I'll send through a PR shortly!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants