Upate code-of-conduct page

This commit is contained in:
MacRimi
2025-03-07 17:07:21 +01:00
parent 935cc5c0a3
commit 12bd78d2d6
5 changed files with 359 additions and 16 deletions

View File

@@ -66,6 +66,14 @@ const sidebarItems: MenuItem[] = [
{ title: "Uninstall ProxMenux", href: "/docs/settings/uninstall-proxmenux" },
],
},
{
title: "About",
submenu: [
{ title: "Code of Conduct", href: "/docs/about/code-of-conduct" },
{ title: "FAQ", href: "/docs/about/faq" },
],
},
{ title: "External Repositories", href: "/docs/external-repositories" },
]
export default function DocSidebar() {