UNPKG

docusaurus-plugin-typedoc

Version:

A Docusaurus plugin to integrate TypeDoc ( + typedoc-plugin-markdown ) into a Docusaurus project.

23 lines (22 loc) 658 B
import { DeclarationOption } from 'typedoc'; /** * **autoConfiguration** * * Set to `false` to disable sidebar generation. Defaults to `true`. * * **typescript** * * Set to `true` to generate a TypeScript file. Defaults to `false` (CommonJs). * * **pretty** * * Pretty format the sidebar JSON. Defaults to `false`. * * **deprecatedItemClassName** * * The class name to apply to deprecated items in the sidebar. Defaults to `"typedoc-sidebar-item-deprecated"`. * * Please see the [sidebar guide](/plugins/docusaurus/guides/sidebar) for additional information on sidebar setup. * */ export declare const sidebar: Partial<DeclarationOption>;