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

Navigation menu stopped showing #1465

Closed
vitaly-t opened this issue Jan 13, 2021 · 2 comments
Closed

Navigation menu stopped showing #1465

vitaly-t opened this issue Jan 13, 2021 · 2 comments
Labels
bug Functionality does not match expectation

Comments

@vitaly-t
Copy link

vitaly-t commented Jan 13, 2021

Successfully upgraded to the very latest of everything:

  • "typedoc": "0.20.14",
  • "typescript": "4.1.3"

Now the navigation menu has disappeared from the generated documentation.

My typedoc.json file:

{
  "name": "SUB-EVENTS v1.8",
  "readme": "README.md",
  "out": "docs",
  "theme": "minimal",
  "excludeExternals": true,
  "excludePrivate": true,
  "excludeNotDocumented": true,
  "disableOutputCheck": true,
  "exclude": [
    "./extras/**/*.ts",
    "./test/**/*.ts"
  ]
}

image

P.S. It's a public library - sub-events.

@vitaly-t vitaly-t added the bug Functionality does not match expectation label Jan 13, 2021
@Gerrit0
Copy link
Collaborator

Gerrit0 commented Jan 13, 2021

Thanks for the repro! Not sure what went wrong here... will look into it Saturday at the lastest

@Gerrit0
Copy link
Collaborator

Gerrit0 commented Jan 16, 2021

Looks like this was an issue with excludeNotDocumented - the check failed to resolve symbols before checking if they had documentation comments, so re-exports were seen as not documented.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Functionality does not match expectation
Projects
None yet
Development

No branches or pull requests

2 participants