2021-01-20 16:26:49 -08:00
|
|
|
module.exports = {
|
|
|
|
|
docs: {
|
2021-09-12 14:48:21 -05:00
|
|
|
Frigate: [
|
|
|
|
|
'index',
|
|
|
|
|
'hardware',
|
|
|
|
|
'installation',
|
|
|
|
|
],
|
|
|
|
|
Guides: [
|
|
|
|
|
'guides/camera_setup',
|
|
|
|
|
'guides/getting_started',
|
|
|
|
|
'guides/false_positives',
|
2021-09-13 22:02:12 -05:00
|
|
|
'guides/ha_notifications',
|
2021-09-14 08:07:36 -05:00
|
|
|
'guides/stationary_objects',
|
2021-09-12 14:48:21 -05:00
|
|
|
],
|
2021-01-20 16:26:49 -08:00
|
|
|
Configuration: [
|
|
|
|
|
'configuration/index',
|
|
|
|
|
'configuration/detectors',
|
2021-09-12 14:48:21 -05:00
|
|
|
'configuration/cameras',
|
|
|
|
|
'configuration/masks',
|
|
|
|
|
'configuration/record',
|
|
|
|
|
'configuration/snapshots',
|
2021-03-08 07:51:09 -08:00
|
|
|
'configuration/objects',
|
2021-09-12 14:48:21 -05:00
|
|
|
'configuration/rtmp',
|
|
|
|
|
'configuration/zones',
|
2022-04-11 06:19:25 -06:00
|
|
|
'configuration/stationary_objects',
|
2021-01-20 16:26:49 -08:00
|
|
|
'configuration/advanced',
|
2021-09-12 14:48:21 -05:00
|
|
|
'configuration/hardware_acceleration',
|
|
|
|
|
'configuration/nvdec',
|
|
|
|
|
'configuration/camera_specific',
|
2021-01-20 16:26:49 -08:00
|
|
|
],
|
2021-09-12 14:48:21 -05:00
|
|
|
Integrations: ['integrations/home-assistant', 'integrations/api', 'integrations/mqtt'],
|
|
|
|
|
Troubleshooting: ['faqs'],
|
2021-02-12 12:57:40 -08:00
|
|
|
Development: ['contributing'],
|
2021-01-20 16:26:49 -08:00
|
|
|
},
|
|
|
|
|
};
|