16 lines
		
	
	
		
			299 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			299 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "source": {
 | |
|         "include": ["gis.js", "ui.js", "index.js"],
 | |
|         "includePattern": ".js$",
 | |
|         "excludePattern": "(vendor/|docs)"
 | |
|     },
 | |
| 
 | |
|     "plugins": ["plugins/markdown"],
 | |
| 
 | |
|     "opts": {
 | |
|         "encoding": "utf8",
 | |
|         "destination": "docs/",
 | |
|         "recurse": true
 | |
|     }
 | |
| }
 |