DemoVaultDocsCoverageSpec
Configures the feature-doc linking check.
Import:
import type { DemoVaultDocsCoverageSpec } from 'obsidian-dev-utils/script-utils/demo-vault-coverage';Signature:
export interface DemoVaultDocsCoverageSpecProperties
| Property | Type | Description |
|---|---|---|
| folder | string | The docs folder (relative to the repo root) whose top-level *.md files are the feature docs. |
| nonFeatureDocs | string[] | The doc basenames (without .md) that are NOT per-feature pages and so need no linking demo note. |
Links to this page: