update docs sidebar for go2rc 1.7.1 (#7946)

This commit is contained in:
Josh Hawkins 2023-09-27 06:11:37 -05:00 committed by GitHub
parent 08eefd8385
commit 64705c065f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,8 +21,8 @@ module.exports = {
{
type: "link",
label: "Go2RTC Configuration Reference",
href: "https://github.com/AlexxIT/go2rtc/tree/v1.6.2#configuration"
}
href: "https://github.com/AlexxIT/go2rtc/tree/v1.7.1#configuration",
},
],
Detectors: [
"configuration/object_detectors",
@ -57,16 +57,11 @@ module.exports = {
"integrations/mqtt",
"integrations/third_party_extensions",
],
"Frigate+": [
"plus/index"
],
Troubleshooting: [
"troubleshooting/faqs",
"troubleshooting/recordings",
],
"Frigate+": ["plus/index"],
Troubleshooting: ["troubleshooting/faqs", "troubleshooting/recordings"],
Development: [
"development/contributing",
"development/contributing-boards"
"development/contributing-boards",
],
},
};