From 3e108f168e2456a63fe586c23bf54a41f8d7a647 Mon Sep 17 00:00:00 2001 From: Mauricio Siu Date: Tue, 10 Feb 2026 02:23:58 -0600 Subject: [PATCH] Add documentation for Audit Logs and Whitelabeling features - Introduced new files detailing the Audit Logs and Whitelabeling features for Enterprise users. - The Audit Logs section outlines logged events, access methods, retention policies, and compliance support. - The Whitelabeling section describes customization options, configuration steps, and best practices for branding the application. - These additions enhance the documentation by providing comprehensive guidance on key Enterprise functionalities. --- .../docs/core/enterprise/{audit-logs.mdx => audit-logs.txt} | 0 apps/docs/content/docs/core/enterprise/index.mdx | 4 ++-- .../core/enterprise/{whitelabeling.mdx => whitelabeling.txt} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename apps/docs/content/docs/core/enterprise/{audit-logs.mdx => audit-logs.txt} (100%) rename apps/docs/content/docs/core/enterprise/{whitelabeling.mdx => whitelabeling.txt} (100%) diff --git a/apps/docs/content/docs/core/enterprise/audit-logs.mdx b/apps/docs/content/docs/core/enterprise/audit-logs.txt similarity index 100% rename from apps/docs/content/docs/core/enterprise/audit-logs.mdx rename to apps/docs/content/docs/core/enterprise/audit-logs.txt diff --git a/apps/docs/content/docs/core/enterprise/index.mdx b/apps/docs/content/docs/core/enterprise/index.mdx index dea8d39..5dc94ce 100644 --- a/apps/docs/content/docs/core/enterprise/index.mdx +++ b/apps/docs/content/docs/core/enterprise/index.mdx @@ -7,8 +7,8 @@ description: Enterprise features for SSO, whitelabeling, and audit logs ## What's included - **Single Sign-On (SSO)** — Integrate with Auth0, Keycloak, or other OIDC/SAML providers. -- **Whitelabeling** — Rebrand the UI with your logo, colors, and domain (self-hosted only). -- **Audit logs** — Track user actions and changes for compliance and security. +{/* - **Whitelabeling** — Rebrand the UI with your logo, colors, and domain (self-hosted only) (). */} +{/* - **Audit logs** — Track user actions and changes for compliance and security. */} More Enterprise features are on the way. [Contact us](https://dokploy.com/contact) if you want early access or have specific requirements. diff --git a/apps/docs/content/docs/core/enterprise/whitelabeling.mdx b/apps/docs/content/docs/core/enterprise/whitelabeling.txt similarity index 100% rename from apps/docs/content/docs/core/enterprise/whitelabeling.mdx rename to apps/docs/content/docs/core/enterprise/whitelabeling.txt