documentation page & help

This commit is contained in:
Desktop
2025-11-13 02:04:30 +05:00
parent 085e9a33ce
commit 2aebc9edb0
5 changed files with 721 additions and 17 deletions

View File

@@ -154,14 +154,9 @@ const AppSidebar: React.FC = () => {
items: [
{
icon: <DocsIcon />,
name: "Help & Support",
name: "Help & Documentation",
path: "/help",
},
{
icon: <DocsIcon />,
name: "Documentation",
path: "/help/docs",
},
],
},
], []);