interface DocumentationStandard

Represents a documentation standard that can be applied to projects

Properties

id: string

The unique identifier of the documentation standard

name: string

Human-readable name of the documentation standard

Description of what the documentation standard provides

tags: string[]

Tags for categorizing and searching the standard

templates: string[]

Available templates in this documentation standard

Usage

import { type DocumentationStandard } from ".";