From c255e46bebfb3cf5496ffe894cfc19eee19a4917 Mon Sep 17 00:00:00 2001 From: Nick Mowen Date: Tue, 16 Jan 2024 07:12:50 -0700 Subject: [PATCH] Add glossary to sidebar --- docs/sidebars.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/sidebars.js b/docs/sidebars.js index 5a71ebfab..af79fea47 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -6,6 +6,7 @@ module.exports = { "frigate/installation", "frigate/camera_setup", "frigate/video_pipeline", + "frigate/glossary", ], Guides: [ "guides/getting_started", @@ -61,7 +62,7 @@ module.exports = { ], "Frigate+": ["plus/index"], Troubleshooting: [ - "troubleshooting/faqs", + "troubleshooting/faqs", "troubleshooting/recordings", "troubleshooting/edgetpu", ],