Merge remote-tracking branch 'origin/master' into dev

This commit is contained in:
Blake Blackshear
2022-12-17 18:07:01 -06:00
17 changed files with 131 additions and 31 deletions

View File

@@ -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",
],
},
};