Skip to content

Commit 5c4a361

Browse files
saqadriandrew-lastmile
authored andcommitted
Move deployment/ to cloud/
1 parent c7f310d commit 5c4a361

26 files changed

+147
-1446
lines changed

docs/advanced/composition.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1144,7 +1144,7 @@ class EventDrivenCoordinator(Workflow[dict]):
11441144
<Card title="Workflow Examples" icon="code" href="/workflows/overview">
11451145
Explore complete workflow pattern examples
11461146
</Card>
1147-
<Card title="Production Deployment" icon="rocket" href="/cloud/getting-started">
1147+
<Card title="Production Deployment" icon="rocket" href="/cloud/deployment-quickstart">
11481148
Deploy composed workflows to production
11491149
</Card>
1150-
</CardGroup>
1150+
</CardGroup>

docs/advanced/monitoring.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1989,10 +1989,10 @@ class PerformanceMonitoredWorkflow(Workflow[dict]):
19891989
<Card title="Pattern Composition" icon="puzzle-piece" href="/advanced/composition">
19901990
Apply monitoring to composed workflow patterns
19911991
</Card>
1992-
<Card title="Production Deployment" icon="rocket" href="/cloud/getting-started">
1992+
<Card title="Production Deployment" icon="rocket" href="/cloud/deployment-quickstart">
19931993
Deploy monitored workflows to production environments
19941994
</Card>
19951995
<Card title="Workflow Examples" icon="code" href="/workflows/overview">
19961996
See monitoring in action with complete workflow examples
19971997
</Card>
1998-
</CardGroup>
1998+
</CardGroup>

docs/advanced/temporal.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1316,7 +1316,7 @@ Explore complete Temporal examples:
13161316
## Next Steps
13171317

13181318
<CardGroup cols={2}>
1319-
<Card title="Deploy to Cloud" icon="cloud" href="/cloud/getting-started">
1319+
<Card title="Deploy to Cloud" icon="cloud" href="/cloud/deployment-quickstart">
13201320
Deploy Temporal workflows to MCP Agent Cloud
13211321
</Card>
13221322
<Card title="Workflow Patterns" icon="diagram-project" href="/workflows/overview">
@@ -1328,4 +1328,4 @@ Explore complete Temporal examples:
13281328
<Card title="Production Guide" icon="rocket" href="https://docs.temporal.io/production-deployment">
13291329
Temporal production deployment guide
13301330
</Card>
1331-
</CardGroup>
1331+
</CardGroup>

docs/cloud/agent-server.mdx

Lines changed: 0 additions & 329 deletions
This file was deleted.

docs/deployment/authentication/deployment-auth.mdx renamed to docs/cloud/authentication/deployment-auth.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,6 @@ Keep an eye on release notes for timelines. The migration will be additive—exi
9797

9898
## References
9999

100-
- [Authentication overview →](/deployment/authentication/overview)
101-
- [External MCP server auth (downstream credentials) →](/deployment/authentication/external-mcp-auth)
102-
- [Secrets management →](/deployment/mcp-agent-cloud/manage-secrets)
100+
- [Authentication overview →](/cloud/authentication/overview)
101+
- [External MCP server auth (downstream credentials) →](/cloud/authentication/external-mcp-auth)
102+
- [Secrets management →](/cloud/mcp-agent-cloud/manage-secrets)

docs/deployment/authentication/external-mcp-auth.mdx renamed to docs/cloud/authentication/external-mcp-auth.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,6 @@ mcp:
120120

121121
## Related docs
122122

123-
- [Secrets management →](/deployment/mcp-agent-cloud/manage-secrets)
124-
- [Authentication overview →](/deployment/authentication/overview)
123+
- [Secrets management →](/cloud/mcp-agent-cloud/manage-secrets)
124+
- [Authentication overview →](/cloud/authentication/overview)
125125
- [MCP server configuration reference →](/reference/configuration#mcp-servers)

0 commit comments

Comments
 (0)