Skip to content

Commit e0a7346

Browse files
authored
Merge pull request #904 from immanuwell/docs/fix-server-config-links
docs: fix server example config links
2 parents 7e57438 + d2b9b2f commit e0a7346

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

examples/host-volume-mount/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,4 +224,4 @@ Sandbox sandbox = Sandbox.builder()
224224

225225
- [OSEP-0003: Volume and VolumeBinding Support](../../oseps/0003-volume-and-volumebinding-support.md) — Design proposal
226226
- [Sandbox Lifecycle API Spec](../../specs/sandbox-lifecycle.yml) — OpenAPI schema for volume definitions
227-
- [Server Configuration](../../server/example.config.toml)`[storage]` section for `allowed_host_paths`
227+
- [Server Configuration](../../server/opensandbox_server/examples/example.config.toml)`[storage]` section for `allowed_host_paths`

examples/host-volume-mount/README_zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,4 +233,4 @@ Sandbox sandbox = Sandbox.builder()
233233

234234
- [OSEP-0003: Volume 与 VolumeBinding 支持](../../oseps/0003-volume-and-volumebinding-support.md) — 设计提案
235235
- [Sandbox Lifecycle API 规范](../../specs/sandbox-lifecycle.yml) — Volume 定义的 OpenAPI 规范
236-
- [服务端配置示例](../../server/example.config.zh.toml)`[storage]` 段中的 `allowed_host_paths` 配置
236+
- [服务端配置示例](../../server/opensandbox_server/examples/example.config.zh.toml)`[storage]` 段中的 `allowed_host_paths` 配置

server/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,11 +221,11 @@ Single source of truth for TOML: **[configuration.md](configuration.md)** (inclu
221221

222222
## Experimental features
223223

224-
Optional **🧪 experimental** behavior; **off by default** in [`example.config.toml`](example.config.toml) (and mirrored copies under `opensandbox_server/examples/`). See release notes before production.
224+
Optional **🧪 experimental** behavior; **off by default** in [`example.config.toml`](opensandbox_server/examples/example.config.toml). See release notes before production.
225225

226226
### Auto-renew on access
227227

228-
Extends sandbox TTL when traffic is observed (lifecycle **proxy** and/or **ingress** + optional **Redis** queue). Design and operations: **[OSEP-0009](../oseps/0009-auto-renew-sandbox-on-ingress-access.md)**. TOML keys (`[renew_intent]`, including nested `redis.*`): see **[configuration.md](configuration.md)** and [`example.config.toml`](example.config.toml).
228+
Extends sandbox TTL when traffic is observed (lifecycle **proxy** and/or **ingress** + optional **Redis** queue). Design and operations: **[OSEP-0009](../oseps/0009-auto-renew-sandbox-on-ingress-access.md)**. TOML keys (`[renew_intent]`, including nested `redis.*`): see **[configuration.md](configuration.md)** and [`example.config.toml`](opensandbox_server/examples/example.config.toml).
229229

230230
Per-sandbox: on **create**, set `extensions["access.renew.extend.seconds"]` (string integer **300****86400**). Clients using the server proxy: request endpoints with `use_server_proxy=true` (REST) or SDK `ConnectionConfig(..., use_server_proxy=True)` — details in OSEP-0009.
231231

server/configuration.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ Example files in this repository:
1010

1111
| File | Purpose |
1212
|------|---------|
13-
| [`example.config.toml`](example.config.toml) | Docker runtime (English) |
14-
| [`example.config.zh.toml`](example.config.zh.toml) | Docker runtime (中文) |
15-
| [`example.config.k8s.toml`](example.config.k8s.toml) | Kubernetes runtime (English) |
16-
| [`example.config.k8s.zh.toml`](example.config.k8s.zh.toml) | Kubernetes runtime (中文) |
13+
| [`example.config.toml`](opensandbox_server/examples/example.config.toml) | Docker runtime (English) |
14+
| [`example.config.zh.toml`](opensandbox_server/examples/example.config.zh.toml) | Docker runtime (中文) |
15+
| [`example.config.k8s.toml`](opensandbox_server/examples/example.config.k8s.toml) | Kubernetes runtime (English) |
16+
| [`example.config.k8s.zh.toml`](opensandbox_server/examples/example.config.k8s.zh.toml) | Kubernetes runtime (中文) |
1717

1818
---
1919

0 commit comments

Comments
 (0)