From 90ec250f921989de5d1ea80c7b172a759887964f Mon Sep 17 00:00:00 2001 From: MacRimi Date: Mon, 17 Feb 2025 22:25:11 +0100 Subject: [PATCH] update --- web/app/docs/installation/page.tsx | 16 +++++++++------- web/app/docs/layout.tsx | 18 +++++++++--------- web/app/layout.tsx | 5 +---- 3 files changed, 19 insertions(+), 20 deletions(-) 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() {

Installation

To install ProxMenux, simply run the following command in your Proxmox server terminal:

- + +
+ +

How to Use

Once installed, launch ProxMenux by running:

- -
-
-
-
+ +
+ +
+

Troubleshooting

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 ( -

-
- -
{children}
-
-