Skip to content

Commit bef06ee

Browse files
committed
Fix links in index and installation documentation for improved navigation
1 parent d0ca06a commit bef06ee

2 files changed

Lines changed: 12 additions & 12 deletions

File tree

docs/index.mdx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,17 @@ Before using any action from Centaurus, make sure you have:
2727

2828
| Action | Description | Status |
2929
|--------|-------------|--------|
30-
| [GLS](./Actions/GLS/overview.md) | GLS ShipIT integration for creating and managing shipments | ✅ Available |
30+
| [GLS](Actions/GLS/overview.md) | GLS ShipIT integration for creating and managing shipments | ✅ Available |
3131

3232
---
3333

3434
## Quick Links
3535

36-
- [Installation Guide](./Guides/installation.md) — How to deploy an action on your self-hosted instance
37-
- [GLS Action Overview](./Actions/GLS/overview.md) — Get started with the GLS shipping integration
38-
- [GLS Configuration](./Actions/GLS/configs.md) — API keys and configuration options
39-
- [GLS Functions](./Actions/GLS/functions.md) — All available functions and their parameters
40-
- [GLS Types](./Actions/GLS/types.md) — Data types used across the GLS action
41-
- [GLS Events](./Actions/GLS/events.md) — Events emitted by the GLS action
42-
- [Common Use Cases](./Actions/GLS/use-cases.md) — Example workflows using the GLS action
43-
- [Troubleshooting](./Actions/GLS/troubleshooting.md) — FAQ and community support
36+
- [Installation Guide](installation.md) — How to deploy an action on your self-hosted instance
37+
- [GLS Action Overview](Actions/GLS/overview.md) — Get started with the GLS shipping integration
38+
- [GLS Configuration](Actions/GLS/configs.md) — API keys and configuration options
39+
- [GLS Functions](Actions/GLS/functions.md) — All available functions and their parameters
40+
- [GLS Types](Actions/GLS/types.md) — Data types used across the GLS action
41+
- [GLS Events](Actions/GLS/events.md) — Events emitted by the GLS action
42+
- [Common Use Cases](Actions/GLS/use-cases.md) — Example workflows using the GLS action
43+
- [Troubleshooting](Actions/GLS/troubleshooting.md) — FAQ and community support

docs/installation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Before you begin, make sure you have the following:
2020
- **Docker** and **Docker Compose** installed
2121
- A running **Aquila** server (part of the Hercules platform)
2222
- Your `HERCULES_AUTH_TOKEN` from the Aquila admin panel
23-
- Service-specific credentials (e.g. GLS API keys — see [GLS Configuration](GLS/configs.md))
23+
- Service-specific credentials (e.g. GLS API keys — see [GLS Configuration](Actions/GLS/configs.md))
2424

2525
---
2626

@@ -71,7 +71,7 @@ HERCULES_ACTION_ID=gls-action
7171
HERCULES_SDK_VERSION=1.0.0
7272
```
7373

74-
For action-specific variables (e.g. GLS API credentials), see the [GLS Configuration](GLS/configs.md) page.
74+
For action-specific variables (e.g. GLS API credentials), see the [GLS Configuration](Actions/GLS/configs.md) page.
7575

7676
---
7777

@@ -119,5 +119,5 @@ If the action fails to start or connect, check:
119119
- That `HERCULES_AUTH_TOKEN` is valid and not expired
120120
- That `HERCULES_AQUILA_URL` points to the correct host and port
121121
- That Docker has access to the internet (for pulling the base image)
122-
- The service-specific credentials are correct (see [Troubleshooting](GLS/troubleshooting.md))
122+
- The service-specific credentials are correct (see [Troubleshooting](Actions/GLS/troubleshooting.md))
123123

0 commit comments

Comments
 (0)