Skip to content

Commit d186a1d

Browse files
brooksyangclaude
andcommitted
docs: add next step links to testing guide
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent b291243 commit d186a1d

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

docs/en/development/testing.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,3 +252,8 @@ test:
252252
- name: Integration Tests
253253
run: go test -run Integration ./...
254254
```
255+
256+
## Next Step
257+
258+
- [Docker Deployment](../deployment/docker.md) - Deploy Bingo projects using Docker
259+
- [Microservice Decomposition](../advanced/microservices.md) - Learn how to decompose monolith into microservices

docs/zh/development/testing.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -252,3 +252,8 @@ test:
252252
- name: Integration Tests
253253
run: go test -run Integration ./...
254254
```
255+
256+
## 下一步
257+
258+
- [Docker 部署](../deployment/docker.md) - 使用 Docker 部署 Bingo 项目
259+
- [微服务拆分](../advanced/microservices.md) - 了解如何将单体应用拆分为微服务

0 commit comments

Comments
 (0)