diff --git a/web/app/docs/installation/page.tsx b/web/app/docs/installation/page.tsx index b406081..e9e803b 100644 --- a/web/app/docs/installation/page.tsx +++ b/web/app/docs/installation/page.tsx @@ -19,20 +19,22 @@ export default function InstallationPage() { {/* Security Notice */} -
-
-

- - Be careful when copying scripts from the internet. Always remember to check the source! -

-

- - You can review the source code before execution. -

-

- - All executable links follow our Code of Conduct. -

+
+
+
+

+ + Be careful when copying scripts from the internet. Always remember to check the source! +

+

+ + You can review the source code before execution. +

+

+ + All executable links follow our Code of Conduct. +

+
diff --git a/web/app/docs/introduction/page.tsx b/web/app/docs/introduction/page.tsx index deb59b0..e5ae582 100644 --- a/web/app/docs/introduction/page.tsx +++ b/web/app/docs/introduction/page.tsx @@ -1,5 +1,6 @@ import Image from "next/image" import Link from "next/link" +import { AlertTriangle, FileCode, Shield } from 'lucide-react'; export default function IntroductionPage() { return ( @@ -58,5 +59,35 @@ export default function IntroductionPage() { section.

+ + {/* Security Notice */} +
+

+ + Security Information +

+

Be careful when copying scripts from the internet. Always remember to check the source!

+
+ + + View Source Code + + + + Code of Conduct + +
+
+ ) }