Skip to content

Commit 6064fd5

Browse files
committed
improvement(docs): restore FAQs and genuine-gotcha callouts
1 parent 71a316c commit 6064fd5

4 files changed

Lines changed: 43 additions & 4 deletions

File tree

apps/docs/content/docs/en/enterprise/access-control.mdx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Access Control
33
description: Restrict which models, blocks, and platform features each group of users can access
44
---
55

6+
import { Callout } from 'fumadocs-ui/components/callout'
67
import { FAQ } from '@/components/ui/faq'
78
import { Image } from '@/components/ui/image'
89

@@ -53,7 +54,11 @@ Controls which workflow blocks members can place and execute.
5354
<Image src="/static/enterprise/access-control-blocks.png" alt="Blocks tab showing Core Blocks (Agent, API, Condition, Function, Knowledge, etc.) and Tools (integrations like 1Password, A2A, Ahrefs, Airtable, and more) with checkboxes to allow or restrict each" width={900} height={500} /> Blocks are split into two sections: **Core Blocks** (Agent, API, Condition, Function, etc.) and **Tools** (all integration blocks).
5455

5556
- **All checked (default):** All blocks are allowed.
56-
- **Subset checked:** Only the selected blocks are allowed. Workflows that already contain a disallowed block will fail when run — they are not automatically modified. The `start_trigger` block (the entry point of every workflow) is always allowed and cannot be restricted.
57+
- **Subset checked:** Only the selected blocks are allowed. Workflows that already contain a disallowed block will fail when run — they are not automatically modified.
58+
59+
<Callout type="info">
60+
The `start_trigger` block (the entry point of every workflow) is always allowed and cannot be restricted.
61+
</Callout>
5762

5863
#### Platform
5964

apps/docs/content/docs/en/enterprise/index.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: Enterprise
33
description: Enterprise features for business organizations
44
---
55

6+
import { FAQ } from '@/components/ui/faq'
7+
68
Sim Enterprise provides advanced features for organizations with enhanced security, compliance, and management requirements.
79

810
---
@@ -55,6 +57,14 @@ Configure how long execution logs, soft-deleted resources, and Mothership data a
5557

5658
---
5759

60+
<FAQ items={[
61+
{ question: "Who can manage Enterprise features?", answer: "Workspace admins on an Enterprise-entitled workspace. Access Control, SSO, whitelabeling, audit logs, and data retention are all configured per workspace under Settings → Enterprise." },
62+
{ question: "Which SSO providers are supported?", answer: "Sim supports SAML 2.0 and OIDC, which works with virtually any enterprise identity provider including Okta, Azure AD (Entra ID), Google Workspace, ADFS, and OneLogin." },
63+
{ question: "How do access control permission groups work?", answer: "Permission groups are created per workspace and let you restrict which AI providers, workflow blocks, and platform features are available to specific members of that workspace. Each user can belong to at most one group per workspace. Users not assigned to any group have full access. Restrictions are enforced at both the UI level and at execution time based on the workflow's workspace." },
64+
]} />
65+
66+
---
67+
5868
## Self-hosted setup
5969

6070
Self-hosted deployments enable enterprise features via environment variables instead of billing.

apps/docs/content/docs/en/enterprise/sso.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,11 @@ Once SSO is configured, users with your domain (`company.com`) can sign in throu
219219
4. After authenticating, they are returned to Sim and added to your organization automatically
220220
5. They land in the workspace
221221

222-
Users who sign in via SSO for the first time are automatically provisioned and added to your organization — no manual invite required. Password-based login remains available; forcing all organization members to use SSO exclusively is not yet supported.
222+
Users who sign in via SSO for the first time are automatically provisioned and added to your organization — no manual invite required.
223+
224+
<Callout type="info">
225+
Password-based login remains available. Forcing all organization members to use SSO exclusively is not yet supported.
226+
</Callout>
223227

224228
---
225229

apps/docs/content/docs/en/enterprise/whitelabeling.mdx

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ title: Whitelabeling
33
description: Replace Sim branding with your own logo, colors, and links
44
---
55

6+
import { FAQ } from '@/components/ui/faq'
67
import { Image } from '@/components/ui/image'
78

89
Whitelabeling lets you replace Sim's default branding — logo, colors, and support links — with your own. Members of your organization see your brand instead of Sim's throughout the workspace.
@@ -11,8 +12,6 @@ Whitelabeling lets you replace Sim's default branding — logo, colors, and supp
1112

1213
## Setup
1314

14-
Organization owners and admins on an Enterprise-entitled workspace can configure whitelabeling.
15-
1615
### 1. Open Whitelabeling settings
1716

1817
Go to **Settings → Enterprise → Whitelabeling** in your workspace.
@@ -69,6 +68,27 @@ Whitelabeling applies only to members of your organization. Public-facing pages
6968

7069
---
7170

71+
<FAQ items={[
72+
{
73+
question: "Who can configure whitelabeling?",
74+
answer: "Organization owners and admins can configure whitelabeling. On Sim Cloud, you must be on the Enterprise plan."
75+
},
76+
{
77+
question: "What image formats are supported?",
78+
answer: "PNG, JPEG, SVG, and WebP. Maximum file size is 5 MB for both the logo and wordmark."
79+
},
80+
{
81+
question: "What is the difference between the logo and the wordmark?",
82+
answer: "The logo is a square image shown in the collapsed sidebar. The wordmark is a wide image shown in the expanded sidebar alongside member names and navigation items."
83+
},
84+
{
85+
question: "Do members outside my organization see the custom branding?",
86+
answer: "No. Custom branding is scoped to your organization. Members see your branding when signed in to your organization's workspace."
87+
}
88+
]} />
89+
90+
---
91+
7292
## Self-hosted setup
7393

7494
Self-hosted deployments use environment variables instead of the billing/plan check.

0 commit comments

Comments
 (0)