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",
|
|
|
|
],
|
2021-09-12 21:48:21 +02:00
|
|
|
Guides: [
|
2022-04-18 13:45:30 +02:00
|
|
|
"guides/camera_setup",
|
|
|
|
"guides/getting_started",
|
2022-08-25 14:40:26 +02:00
|
|
|
"guides/events_setup",
|
2022-04-18 13:45:30 +02:00
|
|
|
"guides/false_positives",
|
|
|
|
"guides/ha_notifications",
|
|
|
|
"guides/stationary_objects",
|
2022-12-16 14:38:05 +01:00
|
|
|
"guides/reverse_proxy",
|
2021-09-12 21:48:21 +02:00
|
|
|
],
|
2021-01-21 01:26:49 +01:00
|
|
|
Configuration: [
|
2022-04-18 13:45:30 +02:00
|
|
|
"configuration/index",
|
|
|
|
"configuration/detectors",
|
|
|
|
"configuration/cameras",
|
|
|
|
"configuration/masks",
|
|
|
|
"configuration/record",
|
|
|
|
"configuration/snapshots",
|
|
|
|
"configuration/objects",
|
2022-11-02 12:36:09 +01:00
|
|
|
"configuration/restream",
|
|
|
|
"configuration/live",
|
2022-04-18 13:45:30 +02:00
|
|
|
"configuration/zones",
|
|
|
|
"configuration/birdseye",
|
|
|
|
"configuration/stationary_objects",
|
|
|
|
"configuration/advanced",
|
|
|
|
"configuration/hardware_acceleration",
|
|
|
|
"configuration/camera_specific",
|
2022-12-16 14:41:03 +01:00
|
|
|
"configuration/ffmpeg_presets",
|
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",
|
2021-01-21 01:26:49 +01:00
|
|
|
],
|
2022-12-18 00:57:18 +01:00
|
|
|
Troubleshooting: [
|
|
|
|
"troubleshooting/faqs",
|
|
|
|
],
|
|
|
|
Development: [
|
|
|
|
"development/contributing",
|
|
|
|
],
|
2021-01-21 01:26:49 +01:00
|
|
|
},
|
|
|
|
};
|