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:
{
"out": "./docs/api",
"hideBreadcrumbs": true,
"hidePageHeader": true,
"entryFileName": "index.md"
}
Plugin Options
The following options are exposed by this plugin:
—sidebar
💡
Configures the autogenerated Docusaurus sidebar.
Accepts a key/value object.
sidebar.autoConfiguration
Set to false
to disable sidebar generation. Defaults to true
.
sidebar.pretty
Pretty format the sidebar JSON.
Please see the sidebar guide for additional information on sidebar setup.
typedoc.json
{
"sidebar": {
"autoConfiguration": true,
"pretty": false
}
}