forked from arthurevans/doctools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjsduck_cloud.config
21 lines (21 loc) · 909 Bytes
/
jsduck_cloud.config
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"--title": "ArrowDB - Appcelerator Docs",
"--external": "Hash,FileUpload,Any,BinaryData",
"--rest": true,
"--categories": "../cloud_docs/categories.json",
"--meta-tags": "meta",
"--welcome": "welcome.html",
"--guide-toc-level": "6",
"--head-html": "<link rel='stylesheet' href='resources/css/my.css' type='text/css'><link rel='stylesheet' href='resources/css/common.css' type='text/css'>",
"--body-html": [ "<script type=\"text/javascript\">",
"Docs.otherProducts = [ {",
"text: 'Appcelerator Platform',",
"href: '../../platform/latest/'",
"}, {",
"text: 'ArrowDB',",
"href: '../../arrowdb/latest'",
"} ];",
"Docs.isRESTDoc = true; </script>" ],
"--guides": "../cloud_docs/guides.json",
"--": ["../cloud_docs/apidoc"]
}