Create/fix InternalDocsDiscordAdmin

cgen-43da23745a124754a680443493687d16
This commit is contained in:
Builder.io 2025-11-11 18:19:51 +00:00
parent b9c6007e3e
commit a8f16bbe2e

View file

@ -27,9 +27,9 @@ export default function InternalDocsDiscordAdmin() {
</section>
<div className="bg-slate-800/30 border border-slate-700 rounded-lg p-4 text-sm text-slate-300">
<strong>Reminder:</strong> 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.
<strong>Reminder:</strong> 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.
</div>
</div>
</InternalDocsLayout>
);
}
}