feat: port over random docs that can be public now
Node.js CI / Lint and Test (push) Successful in 1m41s

This commit is contained in:
2025-10-29 20:11:13 -07:00
parent 2d3d684894
commit cee172a5d6
3 changed files with 319 additions and 0 deletions
+8
View File
@@ -694,6 +694,14 @@ export const navigation = [
label: "Managing Local Music",
link: "/misc/music",
},
{
label: "Templates",
link: "/misc/templates",
},
{
label: "AI Prompts",
link: "/misc/prompts",
}
].sort((a, b) => a.label.localeCompare(b.label)),
},
{