mirror of
				https://git.openwrt.org/project/luci.git
				synced 2025-10-31 10:49:03 +08:00 
			
		
		
		
	 489fc4b263
			
		
	
	489fc4b263
	
	
	
		
			
			- jsapi: include source links - README.md: link to github pages - docs/README.md: add stub index page Signed-off-by: Jo-Philipp Wich <jo@mein.io>
		
			
				
	
	
		
			26 lines
		
	
	
		
			576 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			576 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|     "tags": {
 | |
|         "allowUnknownTags": true,
 | |
|         "dictionaries": ["jsdoc","closure"]
 | |
|     },
 | |
|     "source": {
 | |
|         "include": ["modules/luci-base/htdocs/luci-static/resources"],
 | |
|         "includePattern": ".+\\.js(doc|x)?$"
 | |
|     },
 | |
|     "plugins": [
 | |
|         "plugins/markdown"
 | |
|     ],
 | |
|     "templates": {
 | |
|         "cleverLinks": true,
 | |
|         "monospaceLinks": true,
 | |
|         "default": {
 | |
|                 "outputSourceFiles": true
 | |
|         }
 | |
|     },
 | |
|     "opts": {
 | |
|         "destination": "docs/jsapi",
 | |
|         "recurse": true,
 | |
|         "readme": "docs/jsapi/README.md"
 | |
|     }
 | |
| }
 |