-
Notifications
You must be signed in to change notification settings - Fork 23
/
jsdoc.json
27 lines (27 loc) · 1.14 KB
/
jsdoc.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
// Execute meteor-jsdoc in debug mode to track down errors.
"debug": false,
// node.js install path, default to: "`which node`" on Mac and Linux, "`where node`" on Windows
"nodePath": "",
// Project docs path
"docsPath": "docs",
// Project docs Meteor server port, default to: 3333
"meteorPort": 3333,
// Copy the Meteor docs server before building the docs (required for the first build)
// Setting this to false after the first build allows you to customize the Meteor docs server
// without seeing your changes overridden the next time you build the docs.
"initMeteor": true,
// Update Meteor without overwriting your changes to the docs templates.
"updateMeteor": true,
// Add a preamble to your project's docs that will appear at the top of the docs.
"preamble": true,
// Link to the project repository (used to construct the file path in the docs). Optional.
"projectRepo": "https://github.com/TurkServer/turkserver-meteor/blob/master",
// Values to be used in the `<head>` for the docs.
"docsConfig": {
"title": "TurkServer Docs",
"metas": {
"description": "Documentation for TurkServer."
}
}
}