property DocumentationStandardConfig.customStandards

Custom documentation standards defined by the user

Type

Record<
string,
{ name: string; description: string; path: string; tags: string[]; }
>

Usage

import { type DocumentationStandardConfig } from ".";