diff --git a/web/app/docs/hardware/coral-tpu-lxc.tsx b/web/app/docs/hardware/coral-tpu-lxc.tsx
new file mode 100644
index 0000000..c3b7c0e
--- /dev/null
+++ b/web/app/docs/hardware/coral-tpu-lxc.tsx
@@ -0,0 +1,20 @@
+import type { Metadata } from "next"
+
+export const metadata: Metadata = {
+ title: "Coral TPU to an LXC | ProxMenux Documentation",
+ description: "Learn how to add a Coral TPU to an LXC container in Proxmox VE using ProxMenux.",
+}
+
+export default function CoralTPULXC() {
+ return (
+
+
Coral TPU to an LXC
+
+ This guide will walk you through the process of adding a Coral TPU to an LXC container in Proxmox VE using
+ ProxMenux.
+
+ {/* Add more content here */}
+
+ )
+}
+
diff --git a/web/app/docs/hardware/igpu-acceleration-lxc.tsx b/web/app/docs/hardware/igpu-acceleration-lxc.tsx
new file mode 100644
index 0000000..92014ef
--- /dev/null
+++ b/web/app/docs/hardware/igpu-acceleration-lxc.tsx
@@ -0,0 +1,20 @@
+import type { Metadata } from "next"
+
+export const metadata: Metadata = {
+ title: "HW iGPU acceleration to an LXC | ProxMenux Documentation",
+ description: "Learn how to enable hardware iGPU acceleration for an LXC container in Proxmox VE using ProxMenux.",
+}
+
+export default function IGPUAccelerationLXC() {
+ return (
+
+
HW iGPU acceleration to an LXC
+
+ This guide will walk you through the process of enabling hardware iGPU acceleration for an LXC container in
+ Proxmox VE using ProxMenux.
+
+ {/* Add more content here */}
+
+ )
+}
+
diff --git a/web/app/docs/hardware/install-coral-tpu-host.tsx b/web/app/docs/hardware/install-coral-tpu-host.tsx
new file mode 100644
index 0000000..fcf563c
--- /dev/null
+++ b/web/app/docs/hardware/install-coral-tpu-host.tsx
@@ -0,0 +1,19 @@
+import type { Metadata } from "next"
+
+export const metadata: Metadata = {
+ title: "Install Coral TPU on the Host | ProxMenux Documentation",
+ description: "Learn how to install a Coral TPU on the Proxmox VE host using ProxMenux.",
+}
+
+export default function InstallCoralTPUHost() {
+ return (
+
+
Install Coral TPU on the Host
+
+ This guide will walk you through the process of installing a Coral TPU on your Proxmox VE host using ProxMenux.
+
+ {/* Add more content here */}
+
+ )
+}
+
diff --git a/web/app/docs/storage/disk-passthrough-vm.tsx b/web/app/docs/storage/disk-passthrough-vm.tsx
new file mode 100644
index 0000000..1c02f58
--- /dev/null
+++ b/web/app/docs/storage/disk-passthrough-vm.tsx
@@ -0,0 +1,20 @@
+import type { Metadata } from "next"
+
+export const metadata: Metadata = {
+ title: "Disk Passthrough to a VM | ProxMenux Documentation",
+ description: "Learn how to set up disk passthrough to a virtual machine in Proxmox VE using ProxMenux.",
+}
+
+export default function DiskPassthroughVM() {
+ return (
+
+
Disk Passthrough to a VM
+
+ This guide will walk you through the process of setting up disk passthrough to a virtual machine in Proxmox VE
+ using ProxMenux.
+
+ {/* Add more content here */}
+
+ )
+}
+
diff --git a/web/app/docs/storage/import-disk-image-vm.tsx b/web/app/docs/storage/import-disk-image-vm.tsx
new file mode 100644
index 0000000..b90ab2a
--- /dev/null
+++ b/web/app/docs/storage/import-disk-image-vm.tsx
@@ -0,0 +1,20 @@
+import type { Metadata } from "next"
+
+export const metadata: Metadata = {
+ title: "Import Disk Image to a VM | ProxMenux Documentation",
+ description: "Learn how to import a disk image to a virtual machine in Proxmox VE using ProxMenux.",
+}
+
+export default function ImportDiskImageVM() {
+ return (
+
+
Import Disk Image to a VM
+
+ This guide will walk you through the process of importing a disk image to a virtual machine in Proxmox VE using
+ ProxMenux.
+