mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-09-26 19:41:29 +08:00
Merge remote-tracking branch 'origin/master' into dev
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
module.exports = {
|
||||
docs: {
|
||||
Frigate: ["index", "hardware", "installation"],
|
||||
Frigate: [
|
||||
"frigate/index",
|
||||
"frigate/hardware",
|
||||
"frigate/installation",
|
||||
],
|
||||
Guides: [
|
||||
"guides/camera_setup",
|
||||
"guides/getting_started",
|
||||
@@ -8,6 +12,7 @@ module.exports = {
|
||||
"guides/false_positives",
|
||||
"guides/ha_notifications",
|
||||
"guides/stationary_objects",
|
||||
"guides/reverse_proxy",
|
||||
],
|
||||
Configuration: [
|
||||
"configuration/index",
|
||||
@@ -32,7 +37,11 @@ module.exports = {
|
||||
"integrations/api",
|
||||
"integrations/mqtt",
|
||||
],
|
||||
Troubleshooting: ["faqs"],
|
||||
Development: ["contributing"],
|
||||
Troubleshooting: [
|
||||
"troubleshooting/faqs",
|
||||
],
|
||||
Development: [
|
||||
"development/contributing",
|
||||
],
|
||||
},
|
||||
};
|
||||
|
Reference in New Issue
Block a user