mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
8cb8a030be
* Clean up docs given HA addon storage support * Add guide for using HA network storage * Add to sidebar * Specify that media type needs to be used * Link to storage guide from install docs * Instruct users to store DB in /config * Update ha_network_storage.md * Recommend that data is moved or deleted
51 lines
1.3 KiB
JavaScript
51 lines
1.3 KiB
JavaScript
module.exports = {
|
|
docs: {
|
|
Frigate: [
|
|
"frigate/index",
|
|
"frigate/hardware",
|
|
"frigate/installation",
|
|
"frigate/camera_setup",
|
|
],
|
|
Guides: [
|
|
"guides/getting_started",
|
|
"guides/configuring_go2rtc",
|
|
"guides/false_positives",
|
|
"guides/ha_notifications",
|
|
"guides/ha_network_storage",
|
|
"guides/stationary_objects",
|
|
"guides/reverse_proxy",
|
|
],
|
|
Configuration: [
|
|
"configuration/index",
|
|
"configuration/detectors",
|
|
"configuration/cameras",
|
|
"configuration/masks",
|
|
"configuration/record",
|
|
"configuration/snapshots",
|
|
"configuration/objects",
|
|
"configuration/restream",
|
|
"configuration/live",
|
|
"configuration/zones",
|
|
"configuration/birdseye",
|
|
"configuration/stationary_objects",
|
|
"configuration/advanced",
|
|
"configuration/hardware_acceleration",
|
|
"configuration/camera_specific",
|
|
"configuration/ffmpeg_presets",
|
|
],
|
|
Integrations: [
|
|
"integrations/plus",
|
|
"integrations/home-assistant",
|
|
"integrations/api",
|
|
"integrations/mqtt",
|
|
"integrations/third_party_extensions",
|
|
],
|
|
Troubleshooting: [
|
|
"troubleshooting/faqs",
|
|
],
|
|
Development: [
|
|
"development/contributing",
|
|
],
|
|
},
|
|
};
|