diff --git a/web/app/docs/installation/page.tsx b/web/app/docs/installation/page.tsx index e245d04..2b2e74c 100644 --- a/web/app/docs/installation/page.tsx +++ b/web/app/docs/installation/page.tsx @@ -11,17 +11,20 @@ export default function InstallationPage() {
To install ProxMenux, simply run the following command in your Proxmox server terminal:
-Once installed, launch ProxMenux by running:
-If you encounter any issues during installation or usage, please check the{" "} @@ -33,4 +36,3 @@ export default function InstallationPage() { ) } - diff --git a/web/app/docs/layout.tsx b/web/app/docs/layout.tsx index df5e869..a1bc885 100644 --- a/web/app/docs/layout.tsx +++ b/web/app/docs/layout.tsx @@ -1,15 +1,15 @@ -import type React from "react" import DocSidebar from "@/components/DocSidebar" -import Footer from "@/components/footer" +import type React from "react" -export default function DocsLayout({ children }: { children: React.ReactNode }) { +export default function DocsLayout({ + children, +}: { + children: React.ReactNode +}) { return ( -