docs(scanner): added in westbend and dayton commands to scan for updates

This commit is contained in:
2026-05-13 20:47:38 -05:00
parent 342a97f6b1
commit eb9d77c3d4
10 changed files with 42 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Binary file not shown.

View File

@@ -85,10 +85,9 @@ export default function DocBar() {
</SidebarMenu>
<SidebarMenu>
{docs.map((item) => (
<>
<div key={item.title}>
{item.isActive && (
<Collapsible
key={item.title}
asChild
defaultOpen={isNotifications}
className="group/collapsible"
@@ -123,7 +122,7 @@ export default function DocBar() {
</SidebarMenuItem>
</Collapsible>
)}
</>
</div>
))}
</SidebarMenu>
</SidebarGroupContent>