2021-01-21 01:26:49 +01:00
|
|
|
module.exports = {
|
|
|
|
docs: {
|
2022-12-18 00:57:18 +01:00
|
|
|
Frigate: [
|
|
|
|
"frigate/index",
|
|
|
|
"frigate/hardware",
|
|
|
|
"frigate/installation",
|
2023-01-31 00:42:53 +01:00
|
|
|
"frigate/camera_setup",
|
2023-11-18 15:04:43 +01:00
|
|
|
"frigate/video_pipeline",
|
2022-12-18 00:57:18 +01:00
|
|
|
],
|
2021-09-12 21:48:21 +02:00
|
|
|
Guides: [
|
2022-04-18 13:45:30 +02:00
|
|
|
"guides/getting_started",
|
2023-01-31 00:42:53 +01:00
|
|
|
"guides/configuring_go2rtc",
|
2022-04-18 13:45:30 +02:00
|
|
|
"guides/false_positives",
|
|
|
|
"guides/ha_notifications",
|
2023-07-01 05:13:08 +02:00
|
|
|
"guides/ha_network_storage",
|
2022-04-18 13:45:30 +02:00
|
|
|
"guides/stationary_objects",
|
2022-12-16 14:38:05 +01:00
|
|
|
"guides/reverse_proxy",
|
2021-09-12 21:48:21 +02:00
|
|
|
],
|
2023-07-31 01:29:50 +02:00
|
|
|
Configuration: {
|
|
|
|
"Configuration Files": [
|
|
|
|
"configuration/index",
|
|
|
|
{
|
|
|
|
type: "link",
|
|
|
|
label: "Go2RTC Configuration Reference",
|
2023-11-21 02:07:54 +01:00
|
|
|
href: "https://github.com/AlexxIT/go2rtc/tree/v1.8.4#configuration",
|
2023-09-27 13:11:37 +02:00
|
|
|
},
|
2023-07-31 01:29:50 +02:00
|
|
|
],
|
|
|
|
Detectors: [
|
|
|
|
"configuration/object_detectors",
|
|
|
|
"configuration/audio_detectors",
|
|
|
|
],
|
|
|
|
Cameras: [
|
|
|
|
"configuration/cameras",
|
|
|
|
"configuration/record",
|
|
|
|
"configuration/snapshots",
|
2023-11-08 15:04:27 +01:00
|
|
|
"configuration/motion_detection",
|
2023-07-31 01:29:50 +02:00
|
|
|
"configuration/birdseye",
|
|
|
|
"configuration/live",
|
|
|
|
"configuration/restream",
|
|
|
|
"configuration/autotracking",
|
|
|
|
"configuration/camera_specific",
|
|
|
|
],
|
|
|
|
Objects: [
|
|
|
|
"configuration/masks",
|
|
|
|
"configuration/objects",
|
|
|
|
"configuration/stationary_objects",
|
|
|
|
"configuration/zones",
|
|
|
|
],
|
|
|
|
"Extra Configuration": [
|
|
|
|
"configuration/hardware_acceleration",
|
|
|
|
"configuration/ffmpeg_presets",
|
|
|
|
"configuration/advanced",
|
|
|
|
],
|
|
|
|
},
|
2022-04-18 13:45:30 +02:00
|
|
|
Integrations: [
|
2023-01-06 13:51:40 +01:00
|
|
|
"integrations/plus",
|
2022-04-18 13:45:30 +02:00
|
|
|
"integrations/home-assistant",
|
|
|
|
"integrations/api",
|
|
|
|
"integrations/mqtt",
|
2023-02-24 04:29:14 +01:00
|
|
|
"integrations/third_party_extensions",
|
2021-01-21 01:26:49 +01:00
|
|
|
],
|
2023-09-27 13:11:37 +02:00
|
|
|
"Frigate+": ["plus/index"],
|
|
|
|
Troubleshooting: ["troubleshooting/faqs", "troubleshooting/recordings"],
|
2022-12-18 00:57:18 +01:00
|
|
|
Development: [
|
|
|
|
"development/contributing",
|
2023-09-27 13:11:37 +02:00
|
|
|
"development/contributing-boards",
|
2022-12-18 00:57:18 +01:00
|
|
|
],
|
2021-01-21 01:26:49 +01:00
|
|
|
},
|
|
|
|
};
|