diff --git a/client/pages/internal-docs/InternalDocsDiscordAdmin.tsx b/client/pages/internal-docs/InternalDocsDiscordAdmin.tsx new file mode 100644 index 00000000..4bde2f00 --- /dev/null +++ b/client/pages/internal-docs/InternalDocsDiscordAdmin.tsx @@ -0,0 +1,35 @@ +import InternalDocsLayout from "./InternalDocsLayout"; +import { Link } from "react-router-dom"; + +export default function InternalDocsDiscordAdmin() { + return ( + +
+

This internal page aggregates operational references for Discord integrations, bot operations, and admin tasks. These resources are for staff only.

+ +
+

Operational docs

+ +
+ +
+

Quick links

+ +
+ +
+ Reminder: Do not copy operational steps to public docs. Use the Builder -> PR process for any partner-facing content and consult Security before publishing sensitive integration details. +
+
+
+ ); +} \ No newline at end of file