Skip to content

Commit 9cbb2c2

Browse files
docs: reorganize sidebar - move CLI and Server after SDKs
Move CLI from position 3 to 14 (after SDKs). CLI and Server are polyglot/advanced features relevant after users explore language SDKs. New order: 1. Introduction 2. Installation 3. Migration 4. Defining Workflows (was 3) 5. Features (was 4) 6. Configuration (was 5) 7. SDKs (was 6) 8. Sample App (was 7) 9. Testing (was 8) 10. Constraints (was 7) 11. Failures and Recovery (was 9) 12. How it Works (was 10) 13. Monitoring (was 11) 14. CLI (was 3) ← moved down 15. Sponsors (was 12) 16. Support (was 13) Server docs (when added) should appear after CLI or be unlisted entirely. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 4ccd977 commit 9cbb2c2

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
lines changed

docs/cli.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sidebar_position: 3
2+
sidebar_position: 14
33
title: CLI
44
description: Install and use the Durable Workflow command-line interface.
55
---

docs/configuration/_category_.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"label": "Configuration",
3-
"position": 5,
3+
"position": 6,
44
"link": {
55
"type": "generated-index",
66
"description": "The Workflow package allows you to specify various options when defining your workflows and activities."

docs/constraints/_category_.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"label": "Constraints",
3-
"position": 7,
3+
"position": 10,
44
"link": {
55
"type": "generated-index",
66
"description": "The Workflow package's determinism and idempotency constraints for workflows and activities are important for ensuring the reliability and correctness of the overall system."

docs/defining-workflows/_category_.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"label": "Defining Workflows",
3-
"position": 3,
3+
"position": 4,
44
"link": {
55
"type": "generated-index",
66
"description": "Workflows and activities are defined as classes that extend the base Workflow and Activity classes provided by the framework."

docs/failures-and-recovery.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sidebar_position: 9
2+
sidebar_position: 11
33
---
44

55
# Failures and Recovery

docs/features/_category_.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"label": "Features",
3-
"position": 4,
3+
"position": 5,
44
"link": {
55
"type": "generated-index",
66
"description": "The Workflow package provides methods for executing activities, handling errors and retries, and communicating with the workflow."

docs/how-it-works.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sidebar_position: 10
2+
sidebar_position: 12
33
---
44

55
# How It Works

docs/monitoring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sidebar_position: 11
2+
sidebar_position: 13
33
---
44

55
# Monitoring

docs/sample-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sidebar_position: 7
2+
sidebar_position: 8
33
---
44

55
# Sample App

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": 6,
3+
"position": 7,
44
"link": {
55
"type": "generated-index",
66
"description": "Language SDKs for building workflows and activities outside of the PHP embedded package."

0 commit comments

Comments
 (0)