From 64705c065f2bd3f22a3ff3541fb7559a5ee30f05 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Wed, 27 Sep 2023 06:11:37 -0500 Subject: [PATCH] update docs sidebar for go2rc 1.7.1 (#7946) --- docs/sidebars.js | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/docs/sidebars.js b/docs/sidebars.js index 806bcaad3c..079af88f79 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -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", ], }, };