mirror of
				https://git.openwrt.org/project/luci.git
				synced 2025-10-31 10:49:03 +08:00 
			
		
		
		
	 56ef04849d
			
		
	
	56ef04849d
	
	
	
		
			
			Use a GitHub Action to keep the docs updated, the current onces are 14 month old and outdated. Use latest jsdoc package Add full URL to LuCI.html file in README.md Ignore generated HTML files via .gitignore Signed-off-by: Paul Spooren <mail@aparcar.org>
		
			
				
	
	
		
			10 lines
		
	
	
		
			173 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			173 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
| 	"scripts": {
 | |
| 		"doc": "LC_ALL=C jsdoc -c jsdoc.conf.json -t node_modules/jaguarjs-jsdoc"
 | |
| 	},
 | |
| 	"devDependencies": {
 | |
| 		"jaguarjs-jsdoc": "^1.1.0",
 | |
| 		"jsdoc": "^3.6.7"
 | |
| 	}
 | |
| }
 |