Skip to content

Commit 6063eb9

Browse files
Reorganize docs: move Server below CLI, rename to Server, move SDKs below Server
- Move Server Setup from position 3 to position 15 (below CLI at position 14) - Rename "Server Setup" to "Server" in title and heading - Move SDKs from position 7 to position 16 (below Server) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 1e4c162 commit 6063eb9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/sdks/_category_.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"label": "SDKs",
3-
"position": 7,
3+
"position": 16,
44
"link": {
55
"type": "generated-index",
66
"description": "Language SDKs for building workflows and activities outside of the PHP embedded package."

docs/server-setup.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
sidebar_position: 3
3-
title: Server Setup
2+
sidebar_position: 15
3+
title: Server
44
description: Deploy and configure the Durable Workflow standalone server.
55
---
66

7-
# Server Setup
7+
# Server
88

99
The Durable Workflow server is a standalone, language-neutral workflow orchestration service. It exposes the same durable execution engine as the PHP package over HTTP, letting you write workflows in Python, PHP, or any language that speaks HTTP.
1010

0 commit comments

Comments
 (0)