2021-01-21 01:26:49 +01:00
|
|
|
module.exports = {
|
|
|
|
docs: {
|
2022-04-18 13:45:30 +02:00
|
|
|
Frigate: ["index", "hardware", "installation"],
|
2021-09-12 21:48:21 +02:00
|
|
|
Guides: [
|
2022-04-18 13:45:30 +02:00
|
|
|
"guides/camera_setup",
|
|
|
|
"guides/getting_started",
|
|
|
|
"guides/false_positives",
|
|
|
|
"guides/ha_notifications",
|
|
|
|
"guides/stationary_objects",
|
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",
|
|
|
|
"configuration/rtmp",
|
|
|
|
"configuration/zones",
|
|
|
|
"configuration/birdseye",
|
|
|
|
"configuration/stationary_objects",
|
|
|
|
"configuration/advanced",
|
|
|
|
"configuration/hardware_acceleration",
|
|
|
|
"configuration/camera_specific",
|
|
|
|
],
|
|
|
|
Integrations: [
|
|
|
|
"integrations/home-assistant",
|
|
|
|
"integrations/api",
|
|
|
|
"integrations/mqtt",
|
2021-01-21 01:26:49 +01:00
|
|
|
],
|
2022-04-18 13:45:30 +02:00
|
|
|
Troubleshooting: ["faqs"],
|
|
|
|
Development: ["contributing"],
|
2021-01-21 01:26:49 +01:00
|
|
|
},
|
|
|
|
};
|