2021-01-21 03:26:49 +03:00
|
|
|
module.exports = {
|
|
|
|
|
docs: {
|
2022-12-18 02:57:18 +03:00
|
|
|
Frigate: [
|
|
|
|
|
"frigate/index",
|
|
|
|
|
"frigate/hardware",
|
|
|
|
|
"frigate/installation",
|
|
|
|
|
],
|
2021-09-12 22:48:21 +03:00
|
|
|
Guides: [
|
2022-04-18 14:45:30 +03:00
|
|
|
"guides/camera_setup",
|
|
|
|
|
"guides/getting_started",
|
2022-08-25 15:40:26 +03:00
|
|
|
"guides/events_setup",
|
2022-04-18 14:45:30 +03:00
|
|
|
"guides/false_positives",
|
|
|
|
|
"guides/ha_notifications",
|
|
|
|
|
"guides/stationary_objects",
|
2022-12-16 16:38:05 +03:00
|
|
|
"guides/reverse_proxy",
|
2021-09-12 22:48:21 +03:00
|
|
|
],
|
2021-01-21 03:26:49 +03:00
|
|
|
Configuration: [
|
2022-04-18 14:45:30 +03:00
|
|
|
"configuration/index",
|
|
|
|
|
"configuration/detectors",
|
|
|
|
|
"configuration/cameras",
|
|
|
|
|
"configuration/masks",
|
|
|
|
|
"configuration/record",
|
|
|
|
|
"configuration/snapshots",
|
|
|
|
|
"configuration/objects",
|
2022-11-02 14:36:09 +03:00
|
|
|
"configuration/restream",
|
|
|
|
|
"configuration/live",
|
2022-04-18 14:45:30 +03:00
|
|
|
"configuration/zones",
|
|
|
|
|
"configuration/birdseye",
|
|
|
|
|
"configuration/stationary_objects",
|
|
|
|
|
"configuration/advanced",
|
|
|
|
|
"configuration/hardware_acceleration",
|
|
|
|
|
"configuration/camera_specific",
|
2022-12-16 16:41:03 +03:00
|
|
|
"configuration/ffmpeg_presets",
|
2022-04-18 14:45:30 +03:00
|
|
|
],
|
|
|
|
|
Integrations: [
|
2023-01-06 15:51:40 +03:00
|
|
|
"integrations/plus",
|
2022-04-18 14:45:30 +03:00
|
|
|
"integrations/home-assistant",
|
|
|
|
|
"integrations/api",
|
|
|
|
|
"integrations/mqtt",
|
2021-01-21 03:26:49 +03:00
|
|
|
],
|
2022-12-18 02:57:18 +03:00
|
|
|
Troubleshooting: [
|
|
|
|
|
"troubleshooting/faqs",
|
|
|
|
|
],
|
|
|
|
|
Development: [
|
|
|
|
|
"development/contributing",
|
|
|
|
|
],
|
2021-01-21 03:26:49 +03:00
|
|
|
},
|
|
|
|
|
};
|