View on GitHub

@ncfour-us/projen-utils Projen contstructs

Useful constructs for building TypeScript projects managed through projen

Download this project as a .zip file Download this project as a tar.gz file

@ncfour-us/projen-utils / DocsIndexSampleFileOptions

Interface: DocsIndexSampleFileOptions

Options for the DocsIndexSampleFile construct

Properties

docsFolderName?

readonly optional docsFolderName?: string

The folder name to use for storing documentation

Default

'docs'

githubPagesConfig?

readonly optional githubPagesConfig?: boolean

Generate a _config.yml file in the docs folder

Default

true