Interface IContinuousIntegrationForDocumentsOptions

Since

5.0.5

Version

2023-11-25

interface IContinuousIntegrationForDocumentsOptions {
    docsDir: string;
    gitCommit?: boolean;
    projectName: string;
    readmeFileName?: string;
    readmeFileTableLine?: string;
    targetDir: string;
    targetRepositoryDir?: string;
    updateReadmeFile?: boolean;
    versionFile: string;
}

Properties

docsDir: string
gitCommit?: boolean
projectName: string
readmeFileName?: string
readmeFileTableLine?: string
targetDir: string
targetRepositoryDir?: string
updateReadmeFile?: boolean
versionFile: string

Generated using TypeDoc