mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
da3e197534
0.12.0 Release
50 lines
1.2 KiB
JavaScript
50 lines
1.2 KiB
JavaScript
module.exports = {
|
|
docs: {
|
|
Frigate: [
|
|
"frigate/index",
|
|
"frigate/hardware",
|
|
"frigate/installation",
|
|
"frigate/camera_setup",
|
|
],
|
|
Guides: [
|
|
"guides/getting_started",
|
|
"guides/configuring_go2rtc",
|
|
"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/plus",
|
|
"integrations/home-assistant",
|
|
"integrations/api",
|
|
"integrations/mqtt",
|
|
"integrations/third_party_extensions",
|
|
],
|
|
Troubleshooting: [
|
|
"troubleshooting/faqs",
|
|
],
|
|
Development: [
|
|
"development/contributing",
|
|
],
|
|
},
|
|
};
|