Skip to content

Commit ccf863e

Browse files
committed
Fix relative links in documentation for improved navigation #141
1 parent 9338cf1 commit ccf863e

8 files changed

Lines changed: 17 additions & 17 deletions

File tree

docs/getting-started/quickstarts/build-your-first-workflow.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ curl -X POST http://localhost:6262/workflows -H "Content-Type: application/json"
160160
- Dependencies must reference other task names exactly.
161161
- Cyclic graphs (A → B → A) are rejected during validation.
162162
- Tasks without dependencies are considered root nodes and are scheduled immediately.
163-
- Outputs are available via `"$[Outputs('<taskName>').<property>]"` placeholders. For more information [**Expressions**](/docs/reference/flowsynx/expressions)
163+
- Outputs are available via `"$[Outputs('<taskName>').<property>]"` placeholders. For more information [**Expressions**](./../../reference/flowsynx/expressions)
164164

165165
## Step 4: Add Error Handling (Retry Policy) (≈5 min)
166166

docs/getting-started/quickstarts/flowsynx-in-5-minutes.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ flowctl workflows executions execute -f ./hello-world.json
100100
Execution begins immediately.
101101

102102
:::info Flowctl
103-
If flowctl is not installed, please refer to [**Install flowctl**](/docs/getting-started/flowctl-based-installation) guide to help you install it.
103+
If flowctl is not installed, please refer to [**Install flowctl**](./../../getting-started/flowctl-based-installation) guide to help you install it.
104104
:::
105105

106106
#### Option B — Run via REST API
@@ -141,11 +141,11 @@ This confirms that your FlowSynx environment and workflow engine are working cor
141141

142142
Now that FlowSynx is installed and your first workflow is running, explore the following:
143143

144-
#### [**Learn the Workflow Model**](/docs/concepts)
144+
#### [**Learn the Workflow Model**](./../../concepts)
145145
Understand DAGs, tasks, dependencies, and error handling.
146146

147-
#### [**Use the FlowCtl CLI**](/docs/reference/cli/overview)
147+
#### [**Use the FlowCtl CLI**](./../../reference/cli/overview)
148148
Discover advanced CLI commands for managing workflows, executions, logs, and diagnostics.
149149

150-
#### [**Integrate with the API**](/docs/reference/flowsynx/api)
150+
#### [**Integrate with the API**](./../../reference/flowsynx/api)
151151
Use FlowSynx programmatically from your applications and automation systems.

docs/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar_position: 1
66

77
<div class="cardsGrid">
88

9-
<a class="overview-card" href="/docs/getting-started">
9+
<a class="overview-card" href="./getting-started">
1010
<h3 class="overview-card-title">Getting started</h3>
1111
<p class="overview-card-description">Read the comprehensive documentation to start building workflows.</p>
1212
</a>

docs/reference/flowsynx/configuration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ This is essential for automated scaling, rolling updates, and alerting in contai
248248
| `Enabled` | boolean | Enables or disables health check endpoints for monitoring. |
249249

250250
For comprehensive guidance on configuration options, response formats, and integration examples,
251-
see the full [Health API documentation](/docs/reference/flowsynx/api/health).
251+
see the full [Health API documentation](./../../reference/flowsynx/api/health).
252252
It provides in-depth details on endpoint behavior and sample outputs for health checks.
253253

254254

versioned_docs/version-1.2.x/getting-started/quickstarts/build-your-first-workflow.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ curl -X POST http://localhost:6262/workflows -H "Content-Type: application/json"
160160
- Dependencies must reference other task names exactly.
161161
- Cyclic graphs (A → B → A) are rejected during validation.
162162
- Tasks without dependencies are considered root nodes and are scheduled immediately.
163-
- Outputs are available via `"$[Outputs('<taskName>').<property>]"` placeholders. For more information [**Expressions**](/docs/reference/flowsynx/expressions)
163+
- Outputs are available via `"$[Outputs('<taskName>').<property>]"` placeholders. For more information [**Expressions**](./../../reference/flowsynx/expressions)
164164

165165
## Step 4: Add Error Handling (Retry Policy) (≈5 min)
166166

versioned_docs/version-1.2.x/getting-started/quickstarts/flowsynx-in-5-minutes.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ flowctl workflows executions execute -f ./hello-world.json
100100
Execution begins immediately.
101101

102102
:::info Flowctl
103-
If flowctl is not installed, please refer to [**Install flowctl**](/docs/getting-started/flowctl-based-installation) guide to help you install it.
103+
If flowctl is not installed, please refer to [**Install flowctl**](./getting-started/flowctl-based-installation) guide to help you install it.
104104
:::
105105

106106
#### Option B — Run via REST API
@@ -141,11 +141,11 @@ This confirms that your FlowSynx environment and workflow engine are working cor
141141

142142
Now that FlowSynx is installed and your first workflow is running, explore the following:
143143

144-
#### [**Learn the Workflow Model**](/docs/concepts)
144+
#### [**Learn the Workflow Model**](./../../concepts)
145145
Understand DAGs, tasks, dependencies, and error handling.
146146

147-
#### [**Use the FlowCtl CLI**](/docs/reference/cli/overview)
147+
#### [**Use the FlowCtl CLI**](./../../reference/cli/overview)
148148
Discover advanced CLI commands for managing workflows, executions, logs, and diagnostics.
149149

150-
#### [**Integrate with the API**](/docs/reference/flowsynx/api)
150+
#### [**Integrate with the API**](./../../reference/flowsynx/api)
151151
Use FlowSynx programmatically from your applications and automation systems.

versioned_docs/version-1.2.x/overview.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar_position: 1
66

77
<div class="cardsGrid">
88

9-
<a class="overview-card" href="/docs/getting-started">
9+
<a class="overview-card" href="./getting-started">
1010
<h3 class="overview-card-title">Getting started</h3>
1111
<p class="overview-card-description">Read the comprehensive documentation to start building workflows.</p>
1212
</a>
@@ -34,9 +34,9 @@ workflows in a simple, consistent, and maintainable way.
3434
With its modular plugin architecture and native C# SDK, FlowSynx supports seamless integration with
3535
external systems, custom business logic, cloud storage providers, databases, APIs, and more—allowing
3636
users to extend functionality without modifying the core engine. Workflows are represented as
37-
JSON-based [DAGs (Directed Acyclic Graphs)](/docs/concepts#directed-acyclic-graphs-dags), enabling
38-
precise control over [execution order, dependencies](/docs/concepts#task-dependencies--execution-order),
39-
[retries & error handling](/docs/concepts#retry-policies--error-handling), and conditional logic.
37+
JSON-based [DAGs (Directed Acyclic Graphs)](./concepts#directed-acyclic-graphs-dags), enabling
38+
precise control over [execution order, dependencies](./concepts#task-dependencies--execution-order),
39+
[retries & error handling](./concepts#retry-policies--error-handling), and conditional logic.
4040

4141
### FlowSynx features:
4242
- **Plugin-Based Extensibility** — Add, upgrade, or remove capabilities dynamically and version-controlled

versioned_docs/version-1.2.x/reference/flowsynx/configuration.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ This is essential for automated scaling, rolling updates, and alerting in contai
248248
| `Enabled` | boolean | Enables or disables health check endpoints for monitoring. |
249249

250250
For comprehensive guidance on configuration options, response formats, and integration examples,
251-
see the full [Health API documentation](/docs/reference/flowsynx/api/health).
251+
see the full [Health API documentation](./../../reference/flowsynx/api/health).
252252
It provides in-depth details on endpoint behavior and sample outputs for health checks.
253253

254254

0 commit comments

Comments
 (0)