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