interface DocumentationStandardConfig

Configuration for documentation standards in a project

Properties

version: string

Version of the configuration format

selected: string[]

List of selected documentation standard IDs

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

Custom documentation standards defined by the user

Usage

import { type DocumentationStandardConfig } from ".";