31 lines
		
	
	
		
			718 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			31 lines
		
	
	
		
			718 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "source": {
 | |
|         "include": ["src", "README.md"],
 | |
|         "includePattern": ".+\\.js(doc)?$"
 | |
|     },
 | |
|     "opts": {
 | |
|         "template": "./doc/jsdoc-tmpl",
 | |
|         "encoding": "utf8",
 | |
|         "destination": "./doc/api/",
 | |
|         "recurse": true
 | |
|     },
 | |
|     "plugins": ["plugins/markdown"],
 | |
|     "templates": {
 | |
|         "applicationName": "ZRender",
 | |
|         "disqus": "",
 | |
|         "googleAnalytics": "",
 | |
|         "openGraph": {
 | |
|             "title": "",
 | |
|             "type": "website",
 | |
|             "image": "",
 | |
|             "site_name": "",
 | |
|             "url": ""
 | |
|         },
 | |
|         "meta": {
 | |
|             "title": "",
 | |
|             "description": "",
 | |
|             "keyword": ""
 | |
|         }
 | |
|     },
 | |
|     "readme": "./README.md"
 | |
| } | 
