File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed
Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -134,6 +134,7 @@ export default defineConfig({
134134 text : '更多' ,
135135 items : [
136136 { text : '开发规范' , link : '/development/standards' } ,
137+ { text : '测试指南' , link : '/development/testing' } ,
137138 { text : 'Docker 部署' , link : '/deployment/docker' } ,
138139 { text : '微服务拆分' , link : '/advanced/microservices' }
139140 ]
@@ -223,6 +224,7 @@ export default defineConfig({
223224 text : 'More' ,
224225 items : [
225226 { text : 'Development Standards' , link : '/en/development/standards' } ,
227+ { text : 'Testing Guide' , link : '/en/development/testing' } ,
226228 { text : 'Docker Deployment' , link : '/en/deployment/docker' } ,
227229 { text : 'Microservice Decomposition' , link : '/en/advanced/microservices' }
228230 ]
Original file line number Diff line number Diff line change @@ -459,4 +459,5 @@ make swagger
459459
460460## Next Step
461461
462+ - [ Testing Guide] ( ./testing.md ) - Learn about project testing standards and best practices
462463- [ Docker Deployment] ( ../deployment/docker.md ) - Deploy Bingo projects using Docker
Original file line number Diff line number Diff line change @@ -459,4 +459,5 @@ make swagger
459459
460460## 下一步
461461
462+ - [ 测试指南] ( ./testing.md ) - 了解项目的测试规范和最佳实践
462463- [ Docker 部署] ( ../deployment/docker.md ) - 使用 Docker 部署 Bingo 项目
You can’t perform that action at this time.
0 commit comments