From b53aeefbf3a8c285b93115b3b6da800a50f3cc14 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Wed, 17 Dec 2025 10:08:23 -0600 Subject: [PATCH] add to sidebar --- docs/sidebars.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/sidebars.ts b/docs/sidebars.ts index 1f5d0572f..4c8effeec 100644 --- a/docs/sidebars.ts +++ b/docs/sidebars.ts @@ -132,6 +132,7 @@ const sidebars: SidebarsConfig = { "troubleshooting/gpu", "troubleshooting/edgetpu", "troubleshooting/memory", + "troubleshooting/dummy-camera", ], Development: [ "development/contributing",