From 9b169401c92448c333c89301537622bb10d28a85 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Fri, 1 Dec 2023 06:19:28 -0700 Subject: [PATCH] Add to sidebar --- docs/sidebars.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/sidebars.js b/docs/sidebars.js index b6a2e95f4..5a71ebfab 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -60,7 +60,11 @@ module.exports = { "integrations/third_party_extensions", ], "Frigate+": ["plus/index"], - Troubleshooting: ["troubleshooting/faqs", "troubleshooting/recordings"], + Troubleshooting: [ + "troubleshooting/faqs", + "troubleshooting/recordings", + "troubleshooting/edgetpu", + ], Development: [ "development/contributing", "development/contributing-boards",