trailsjs/trailpack-markdown-doc

View on GitHub
archetype/config/markdowndoc.js

Summary

Maintainability
A
0 mins
Test Coverage
'use strict'

module.exports = {
  // Directory containing docs
  path: 'docs',
  // Prefix to be used for routes
  prefix: 'docs',
  // The layout page to embed the doc
  layout: 'index.ejs',
  // The Settings for Remarkable
  remarkable: {}
}