Skip to content

Commit c0e7f69

Browse files
committed
Remove mermaid nav from workload isolation diagrams
1 parent c96e84d commit c0e7f69

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/langsmith/workload-isolation.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This is the default model and recommended choice for most customers.
2525

2626
This model (single workspace per team) uses a single organization as the top-level boundary. Within the organization, multiple workspaces are used to isolate different teams or business units. Each workspace represents a logical boundary for a specific team and governs which data and resources that team can access. Within a workspace, teams use multiple applications to group together resources that support the same agent. An application may also contain distinct resources, such as separate tracing projects, for development and production environments.
2727

28-
```mermaid
28+
```mermaid actions={false}
2929
graph LR
3030
Org[Organization]
3131
@@ -75,7 +75,7 @@ graph LR
7575

7676
In this model (multiple teams per workspace), multiple teams share a single workspace within an organization and use applications and [ABAC](/langsmith/organization-workspace-operations#access-policies) to separate resources and govern access. As a result, shared resources such as [prompts](/langsmith/prompt-engineering) and [deployments](/langsmith/deployment) can be reused across teams, while access to sensitive resources like [traces](/langsmith/observability-concepts#traces) and [datasets](/langsmith/evaluation-concepts#datasets) is limited to the owning team.
7777

78-
```mermaid
78+
```mermaid actions={false}
7979
graph LR
8080
Org[Organization]
8181
@@ -129,7 +129,7 @@ This approach should be used only when strict isolation is required.
129129

130130
In this model (multiple workspaces per team), isolation is increased by creating multiple workspaces for a single team. Workspaces may be organized by project or by environment, such as separate development and production workspaces. Each workspace is fully isolated, with its own users, data, and resources, and access is strictly scoped to that workspace.
131131

132-
```mermaid
132+
```mermaid actions={false}
133133
graph LR
134134
Org[Organization]
135135

0 commit comments

Comments
 (0)