mirror of
				https://github.com/MarcA711/frigate-rockchip.git
				synced 2025-10-31 20:22:36 +08:00 
			
		
		
		
	 51fd18f56d
			
		
	
	51fd18f56d
	
	
	
		
			
			* Show custom.png for birdseye icon if available * Don't look for config value * Add birdseye docs
		
			
				
	
	
		
			36 lines
		
	
	
		
			932 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			36 lines
		
	
	
		
			932 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| module.exports = {
 | |
|   docs: {
 | |
|     Frigate: [
 | |
|       'index',
 | |
|       'hardware',
 | |
|       'installation',
 | |
|     ],
 | |
|     Guides: [
 | |
|       'guides/camera_setup',
 | |
|       'guides/getting_started',
 | |
|       'guides/false_positives',
 | |
|       'guides/ha_notifications',
 | |
|       'guides/stationary_objects',
 | |
|     ],
 | |
|     Configuration: [
 | |
|       'configuration/index',
 | |
|       'configuration/detectors',
 | |
|       'configuration/cameras',
 | |
|       'configuration/masks',
 | |
|       'configuration/record',
 | |
|       'configuration/snapshots',
 | |
|       'configuration/objects',
 | |
|       'configuration/rtmp',
 | |
|       'configuration/zones',
 | |
|       'configuration/birdseye',
 | |
|       'configuration/advanced',
 | |
|       'configuration/hardware_acceleration',
 | |
|       'configuration/nvdec',
 | |
|       'configuration/camera_specific',
 | |
|     ],
 | |
|     Integrations: ['integrations/home-assistant', 'integrations/api', 'integrations/mqtt'],
 | |
|     Troubleshooting: ['faqs'],
 | |
|     Development: ['contributing'],
 | |
|   },
 | |
| };
 |