diff --git a/docs/zh-Hans/docs-nav.json b/docs/zh-Hans/docs-nav.json index 9e614b1897..554967dbac 100644 --- a/docs/zh-Hans/docs-nav.json +++ b/docs/zh-Hans/docs-nav.json @@ -184,7 +184,7 @@ ] }, { - "text": "ASP.NET Core MVC", + "text": "ASP.NET Core", "items": [ { "text": "API", @@ -192,7 +192,11 @@ { "text": "自动API控制器", "path": "AspNetCore/Auto-API-Controllers.md" - } + }, + { + "text": "动态C# API客户端", + "path": "AspNetCore/Dynamic-CSharp-API-Clients.md" + } ] }, {