From a4c9382e9caa4c80e6262ed6c1e35b5feb801ac4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=93=E5=A2=A8?= Date: Sun, 17 Mar 2024 10:51:58 +0800 Subject: [PATCH 1/2] Update docs-nav.json Update Modular best practices nav --- docs/zh-Hans/docs-nav.json | 55 +++++++++++++++++++++++++++++++++++++- 1 file changed, 54 insertions(+), 1 deletion(-) diff --git a/docs/zh-Hans/docs-nav.json b/docs/zh-Hans/docs-nav.json index 1234b381a8..402cbf7b3f 100644 --- a/docs/zh-Hans/docs-nav.json +++ b/docs/zh-Hans/docs-nav.json @@ -400,7 +400,60 @@ }, { "text": "最佳实践", - "path": "Best-Practices/Index.md" + "path": "Best-Practices/Index.md", + "items": [ + { + "text": "总体", + "path": "Best-Practices/Index.md" + }, + { + "text": "模块架构", + "path": "Best-Practices/Module-Architecture.md" + }, + { + "text": "领域层", + "items": [ + { + "text": "实体", + "path": "Best-Practices/Entities.md" + }, + { + "text": "仓储", + "path": "Best-Practices/Repositories.md" + }, + { + "text": "领域服务", + "path": "Best-Practices/Domain-Services.md" + } + ] + }, + { + "text": "应用程序层", + "items": [ + { + "text": "应用程序服务", + "path": "Best-Practices/Application-Services.md" + }, + { + "text": "数据传输对象", + "path": "Best-Practices/Data-Transfer-Objects.md" + } + ] + }, + { + "text": "数据访问", + "items": [ + { + "text": "Entity Framework Core 集成", + "path": "Best-Practices/Entity-Framework-Core-Integration.md" + }, + { + "text": "MongoDB 集成", + "path": "Best-Practices/MongoDB-Integration.md" + } + ] + } + ] } ] }, From 9b941ce5eb334a72db2e973b76ab3e4bc43d5062 Mon Sep 17 00:00:00 2001 From: maliming Date: Thu, 21 Mar 2024 09:56:47 +0800 Subject: [PATCH 2/2] Update docs-nav.json --- docs/zh-Hans/docs-nav.json | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/zh-Hans/docs-nav.json b/docs/zh-Hans/docs-nav.json index 402cbf7b3f..13cb219ba1 100644 --- a/docs/zh-Hans/docs-nav.json +++ b/docs/zh-Hans/docs-nav.json @@ -400,7 +400,6 @@ }, { "text": "最佳实践", - "path": "Best-Practices/Index.md", "items": [ { "text": "总体",