Skip to content

Commit d18907d

Browse files
committed
Update docs
Signed-off-by: Mihai Criveti <[email protected]>
1 parent cbb69b6 commit d18907d

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

docs/docs/deployment/index.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ This section explains how to deploy MCP Gateway in various environments - from l
66

77
## 🔐 Security First
88

9-
**Before deploying to production**, review our [Security Guide](securing.md) for:
9+
**Before deploying to production**, review our [Security Guide](../manage/securing.md) for:
10+
1011
- Critical security configurations
1112
- Production hardening checklist
1213
- Authentication and authorization setup
@@ -30,7 +31,7 @@ MCP Gateway supports multiple deployment strategies:
3031
| [IBM Code Engine](ibm-code-engine.md) | Serverless container build & run on IBM Cloud |
3132
| [AWS](aws.md) | Deploy on ECS Fargate, EKS, or EC2-hosted containers |
3233
| [Azure](azure.md) | Run on Azure Container Apps, App Service, or AKS |
33-
| [**Security Guide**](securing.md) | **Essential security configurations and best practices for production deployments** |
34+
| [**Security Guide**](../manage/securing.md) | **Essential security configurations and best practices for production deployments** |
3435

3536
---
3637

@@ -42,7 +43,7 @@ MCP Gateway loads configuration from:
4243
- Environment variables (overrides `.env`)
4344
- CLI flags (e.g., via `run.sh`)
4445

45-
⚠️ **Security Note**: Never store sensitive credentials directly in environment variables. Use a secrets management system in production. See the [Security Guide](securing.md#secrets-management) for details.
46+
⚠️ **Security Note**: Never store sensitive credentials directly in environment variables. Use a secrets management system in production. See the [Security Guide](../manage/securing.md#secrets-management) for details.
4647

4748
---
4849

@@ -69,4 +70,4 @@ The default container image:
6970

7071
> For Kubernetes, you can mount a ConfigMap or Secret as `.env`.
7172
72-
**Important**: For production deployments, ensure you follow the container hardening guidelines in our [Security Guide](securing.md#container-security).
73+
**Important**: For production deployments, ensure you follow the container hardening guidelines in our [Security Guide](../manage/securing.md#container-security).

docs/docs/manage/.pages

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ nav:
44
- logging.md
55
- upgrade.md
66
- tuning.md
7+
- securing.md
File renamed without changes.

0 commit comments

Comments
 (0)