Utils & Themes
Options

Options

Please view options exposed by typedoc-plugin-markdown in addition to those listed here.

Preset Options

The following are preset typedoc-plugin-markdown options:

{
  "entryFileName": "home.md",
  "hidePageHeader": true
}

Plugin Options

The following options are exposed by this plugin:

—sidebar

💡
Configures the autogenerated _Sidebar.md file.

Accepts a key/value object.

sidebar.autoConfiguration

Set to false to disable sidebar generation. Defaults to true.

sidebar.heading

The heading displayed above the sidebar.

typedoc.json
{
  "sidebar": {
    "autoConfiguration": true,
    "heading": "API"
  }
}