fms-admin-client
Version:
A client designed to provide a framework for interactions with FileMaker Server Admin Tools.
28 lines (26 loc) • 618 B
JavaScript
;
module.exports = {
tags: {
allowUnknownTags: true,
dictionaries: ['jsdoc']
},
source: {
include: ['README.md', 'src', 'examples'],
includePattern: '.js$',
excludePattern: '(node_modules/|docs)'
},
plugins: ['plugins/markdown'],
templates: {
cleverLinks: false,
monospaceLinks: true,
useLongnameInNav: false,
showInheritedInNav: true
},
opts: {
destination: './docs/',
encoding: 'utf8',
private: true,
recurse: true,
template: './node_modules/minami'
}
};