diff --git a/web/app/docs/post-install/basic-settings/page.tsx b/web/app/docs/post-install/basic-settings/page.tsx index 3cde746..ea7ae98 100644 --- a/web/app/docs/post-install/basic-settings/page.tsx +++ b/web/app/docs/post-install/basic-settings/page.tsx @@ -31,17 +31,6 @@ export const metadata: Metadata = { }, } -import type { Metadata } from "next" -import { Settings } from "lucide-react" -import CopyableCode from "@/components/CopyableCode" -import { Steps, Step } from "@/components/ui/steps" - -export const metadata: Metadata = { - title: "ProxMenux Post-Install: Basic Settings", - description: - "Detailed guide to the Basic Settings category in the ProxMenux post-install script for Proxmox VE optimization.", - // ... (rest of the metadata) -} export default function BasicSettingsPage() { return ( @@ -58,8 +47,8 @@ export default function BasicSettingsPage() {

Available Optimizations

- - + +

This optimization installs a set of common system utilities that are useful for system administration and @@ -177,8 +166,8 @@ sudo apt-get install -y libguestfs-tools

- - + +

This optimization configures APT to skip downloading additional language packages, which can save disk @@ -199,8 +188,8 @@ echo 'Acquire::Languages "none";' | sudo tee /etc/apt/apt.conf.d/99-disable-tran

- - + +

This optimization configures the system to automatically synchronize its time, ensuring accurate @@ -223,8 +212,8 @@ sudo timedatectl set-timezone "$TIMEZONE"

- - + +

This optimization updates the system's package lists, upgrades installed packages, and configures Proxmox