diff --git a/web/app/docs/external-repositories/page.tsx b/web/app/docs/external-repositories/page.tsx index 12346a0..c2b8408 100644 --- a/web/app/docs/external-repositories/page.tsx +++ b/web/app/docs/external-repositories/page.tsx @@ -1,6 +1,6 @@ -import type { Metadata } from "next"; -import { Link2 } from "lucide-react"; -import Link from "next/link"; +import type { Metadata } from "next" +import { Link2 } from "lucide-react" +import Link from "next/link" export const metadata: Metadata = { title: "ProxMenux - External Repositories", @@ -28,7 +28,7 @@ export const metadata: Metadata = { "Learn about the external repositories used in ProxMenux, how they are selected, and how to report issues or suggest new integrations.", images: ["https://macrimi.github.io/ProxMenux/external-repos-image.png"], }, -}; +} function SectionHeader({ number, title }: { number: number; title: string }) { return ( @@ -38,7 +38,7 @@ function SectionHeader({ number, title }: { number: number; title: string }) { {title} - ); + ) } export default function ExternalRepositoriesPage() { @@ -51,20 +51,18 @@ export default function ExternalRepositoriesPage() { {/* Introduction */}
- ProxMenux integrates with selected external repositories to provide alternative scripts for - various functionalities. These scripts come from trusted sources and serve as additional - options in some menu sections. + ProxMenux integrates with selected external repositories to provide alternative scripts for various + functionalities. These scripts come from trusted sources and serve as additional options in + some menu sections.
- When an external script is available as an alternative, ProxMenux will clearly indicate that it - originates from an external repository and specify which one. + When an external script is available as an alternative, ProxMenux will clearly indicate that it originates from + an external repository and specify which one.
{/* 1️⃣ Example of External Repository */} -- One essential repository for Proxmox VE users is: -
+Essential repositories for Proxmox VE users include:
Proxmox VE Helper-Scripts {" "} - - A highly recommended repository that provides additional tools and utilities for - managing Proxmox VE more efficiently. + - A highly recommended repository that provides additional tools and utilities for managing Proxmox VE more + efficiently. +
++ + Proxmox ZimaOS + {" "} + - Script para instalar una VM del sistema NAS ZimaOS en menos de 5 minutos.
{/* 2️⃣ Attribution & Recognition */} @@ -88,19 +92,20 @@ export default function ExternalRepositoriesPage() { {/* 3️⃣ Reporting Issues with External Scripts */}- If you encounter an issue with an external script, please report it directly to the original - repository instead of opening an issue in the ProxMenux repository. + If you encounter an issue with an external script,{" "} + please report it directly to the original repository instead of opening an issue in the + ProxMenux repository.
- ProxMenux does not modify external scripts; it simply provides a link to the original source. + ProxMenux does not modify external scripts; it simply provides a link to the original source. Therefore, any problems related to functionality should be reported to the respective developers.
{/* 4️⃣ Suggesting New External Repositories */}- If you know of a script or repository that could enhance ProxMenux, feel free to suggest it by - opening a discussion or issue in our GitHub repository. + If you know of a script or repository that could enhance ProxMenux, feel free to suggest it by opening a + discussion or issue in our GitHub repository.
🔗{" "} @@ -121,5 +126,5 @@ export default function ExternalRepositoriesPage() {
- ); + ) }