From a21254d4197d0532c7689021be2b9da53f8f2d78 Mon Sep 17 00:00:00 2001 From: Y2zz Date: Mon, 18 Feb 2019 01:47:05 +0800 Subject: [PATCH] Update documents --- docs/zh-Hans/Domain-Services.md | 3 +++ docs/zh-Hans/Dynamic-Proxying-Interceptors.md | 3 +++ docs/zh-Hans/Guid-Generation.md | 3 +++ docs/zh-Hans/Unit-Of-Work.md | 3 +++ docs/zh-Hans/Validation.md | 3 +++ docs/zh-Hans/docs-nav.json | 11 +++++++---- 6 files changed, 22 insertions(+), 4 deletions(-) create mode 100644 docs/zh-Hans/Domain-Services.md create mode 100644 docs/zh-Hans/Dynamic-Proxying-Interceptors.md create mode 100644 docs/zh-Hans/Guid-Generation.md create mode 100644 docs/zh-Hans/Unit-Of-Work.md create mode 100644 docs/zh-Hans/Validation.md diff --git a/docs/zh-Hans/Domain-Services.md b/docs/zh-Hans/Domain-Services.md new file mode 100644 index 0000000000..181efe0c43 --- /dev/null +++ b/docs/zh-Hans/Domain-Services.md @@ -0,0 +1,3 @@ +# ABP Documentation + +待添加 diff --git a/docs/zh-Hans/Dynamic-Proxying-Interceptors.md b/docs/zh-Hans/Dynamic-Proxying-Interceptors.md new file mode 100644 index 0000000000..6657f1ca33 --- /dev/null +++ b/docs/zh-Hans/Dynamic-Proxying-Interceptors.md @@ -0,0 +1,3 @@ +## Dynamic Proxying / Interceptors + +待添加 diff --git a/docs/zh-Hans/Guid-Generation.md b/docs/zh-Hans/Guid-Generation.md new file mode 100644 index 0000000000..be0c1f425b --- /dev/null +++ b/docs/zh-Hans/Guid-Generation.md @@ -0,0 +1,3 @@ +## Guid 生成 + +待添加 diff --git a/docs/zh-Hans/Unit-Of-Work.md b/docs/zh-Hans/Unit-Of-Work.md new file mode 100644 index 0000000000..dc281a0974 --- /dev/null +++ b/docs/zh-Hans/Unit-Of-Work.md @@ -0,0 +1,3 @@ +## Unit of Work + +待添加 diff --git a/docs/zh-Hans/Validation.md b/docs/zh-Hans/Validation.md new file mode 100644 index 0000000000..c2b128f0bc --- /dev/null +++ b/docs/zh-Hans/Validation.md @@ -0,0 +1,3 @@ +## Validation + +待添加 diff --git a/docs/zh-Hans/docs-nav.json b/docs/zh-Hans/docs-nav.json index d9ac2aea60..56575a4755 100644 --- a/docs/zh-Hans/docs-nav.json +++ b/docs/zh-Hans/docs-nav.json @@ -67,7 +67,8 @@ "path": "Exception-Handling.md" }, { - "text": "验证" + "text": "验证", + "path": "Validation.md" }, { "text": "授权" @@ -160,7 +161,8 @@ "path": "Repositories.md" }, { - "text": "领域服务" + "text": "领域服务", + "path": "Domain-Services.md" }, { "text": "规约" @@ -178,7 +180,8 @@ "text": "数据传输对象(DTO)" }, { - "text": "工作单元" + "text": "工作单元", + "path": "Unit-Of-Work.md" } ] } @@ -189,7 +192,7 @@ "items": [ { "text": "API", - "items": [ + "items": [ { "text": "自动API控制器", "path": "AspNetCore/Auto-API-Controllers.md"