mirror of
				https://github.com/MarcA711/frigate-rockchip.git
				synced 2025-10-31 20:22:36 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			37 lines
		
	
	
		
			974 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			37 lines
		
	
	
		
			974 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| module.exports = {
 | |
|   docs: {
 | |
|     Frigate: ["index", "hardware", "installation"],
 | |
|     Guides: [
 | |
|       "guides/camera_setup",
 | |
|       "guides/getting_started",
 | |
|       "guides/events_setup",
 | |
|       "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/stationary_objects",
 | |
|       "configuration/advanced",
 | |
|       "configuration/hardware_acceleration",
 | |
|       "configuration/camera_specific",
 | |
|     ],
 | |
|     Integrations: [
 | |
|       "integrations/home-assistant",
 | |
|       "integrations/api",
 | |
|       "integrations/mqtt",
 | |
|     ],
 | |
|     Troubleshooting: ["faqs"],
 | |
|     Development: ["contributing"],
 | |
|   },
 | |
| };
 | 
