Skip to content

Navigation menu stopped showing #1465

@vitaly-t

Description

@vitaly-t

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.

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