docs: document qr generator and update nav badge

This commit is contained in:
2026-07-01 13:33:56 +02:00
parent a363b3a4fb
commit f6872b2a9d
2 changed files with 63 additions and 18 deletions
+1 -1
View File
@@ -778,7 +778,7 @@ export const navigation = [
{
label: "QR Generator",
link: "/projects/qr-generator",
badge: { text: "unversioned", variant: "success" },
badge: { text: "v1.0.0", variant: "tip" },
},
].sort((a, b) => a.label.localeCompare(b.label)),
},