mirror of
				https://github.com/MarcA711/frigate-rockchip.git
				synced 2025-10-31 20:22:36 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			48 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			48 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| module.exports = {
 | |
|   docs: {
 | |
|     Frigate: [
 | |
|       "frigate/index",
 | |
|       "frigate/hardware",
 | |
|       "frigate/installation",
 | |
|     ],
 | |
|     Guides: [
 | |
|       "guides/camera_setup",
 | |
|       "guides/getting_started",
 | |
|       "guides/events_setup",
 | |
|       "guides/false_positives",
 | |
|       "guides/ha_notifications",
 | |
|       "guides/stationary_objects",
 | |
|       "guides/reverse_proxy",
 | |
|     ],
 | |
|     Configuration: [
 | |
|       "configuration/index",
 | |
|       "configuration/detectors",
 | |
|       "configuration/cameras",
 | |
|       "configuration/masks",
 | |
|       "configuration/record",
 | |
|       "configuration/snapshots",
 | |
|       "configuration/objects",
 | |
|       "configuration/restream",
 | |
|       "configuration/live",
 | |
|       "configuration/zones",
 | |
|       "configuration/birdseye",
 | |
|       "configuration/stationary_objects",
 | |
|       "configuration/advanced",
 | |
|       "configuration/hardware_acceleration",
 | |
|       "configuration/camera_specific",
 | |
|       "configuration/ffmpeg_presets",
 | |
|     ],
 | |
|     Integrations: [
 | |
|       "integrations/home-assistant",
 | |
|       "integrations/api",
 | |
|       "integrations/mqtt",
 | |
|     ],
 | |
|     Troubleshooting: [
 | |
|       "troubleshooting/faqs",
 | |
|     ],
 | |
|     Development: [
 | |
|       "development/contributing",
 | |
|     ],
 | |
|   },
 | |
| };
 | 
