mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
656e6a2a89
* Add events setup to guides * Add to sidebar * Fix relative docs references
37 lines
971 B
JavaScript
37 lines
971 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/stationary_objects',
|
|
'configuration/advanced',
|
|
'configuration/hardware_acceleration',
|
|
'configuration/nvdec',
|
|
'configuration/camera_specific',
|
|
],
|
|
Integrations: ['integrations/home-assistant', 'integrations/api', 'integrations/mqtt'],
|
|
Troubleshooting: ['faqs'],
|
|
Development: ['contributing'],
|
|
},
|
|
};
|