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",
|
2024-01-26 13:13:39 +01:00
|
|
|
"frigate/glossary",
|
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/ha_notifications",
|
2023-07-01 05:13:08 +02:00
|
|
|
"guides/ha_network_storage",
|
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",
|
2024-01-30 13:14:16 +01:00
|
|
|
"configuration/reference",
|
2023-07-31 01:29:50 +02:00
|
|
|
{
|
|
|
|
type: "link",
|
|
|
|
label: "Go2RTC Configuration Reference",
|
2024-06-19 16:46:23 +02:00
|
|
|
href: "https://github.com/AlexxIT/go2rtc/tree/v1.9.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",
|
2024-04-28 16:35:50 +02:00
|
|
|
"configuration/review",
|
2023-07-31 01:29:50 +02:00
|
|
|
"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: [
|
2024-01-30 13:14:16 +01:00
|
|
|
"configuration/object_filters",
|
2023-07-31 01:29:50 +02:00
|
|
|
"configuration/masks",
|
2024-01-30 13:14:16 +01:00
|
|
|
"configuration/zones",
|
2023-07-31 01:29:50 +02:00
|
|
|
"configuration/objects",
|
|
|
|
"configuration/stationary_objects",
|
|
|
|
],
|
|
|
|
"Extra Configuration": [
|
2024-05-18 18:36:13 +02:00
|
|
|
"configuration/authentication",
|
2023-07-31 01:29:50 +02:00
|
|
|
"configuration/hardware_acceleration",
|
|
|
|
"configuration/ffmpeg_presets",
|
2024-06-01 17:29:46 +02:00
|
|
|
"configuration/tls",
|
2023-07-31 01:29:50 +02:00
|
|
|
"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
|
|
|
],
|
2024-01-30 13:14:16 +01:00
|
|
|
"Frigate+": [
|
|
|
|
"plus/index",
|
|
|
|
"plus/first_model",
|
|
|
|
"plus/improving_model",
|
|
|
|
"plus/faq",
|
|
|
|
],
|
2023-12-01 14:41:30 +01:00
|
|
|
Troubleshooting: [
|
2024-01-26 13:13:39 +01:00
|
|
|
"troubleshooting/faqs",
|
2023-12-01 14:41:30 +01:00
|
|
|
"troubleshooting/recordings",
|
|
|
|
"troubleshooting/edgetpu",
|
|
|
|
],
|
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
|
|
|
},
|
|
|
|
};
|