Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 306 Bytes

documentation.md

File metadata and controls

20 lines (16 loc) · 306 Bytes

Documentation

Here's how to use the documentation feature of Carpenter.

Config

Here's how to configure carpenter to display your documentation:

module.exports = {
	// ...
	documentation: {
		files: [
			'node_modules/coffeekraken-s-*/**/*.md',
			'doc/**/*.md',
			'README.md'
		]
	},
}