Browse Source

docs: 📝 Add "Quick Start" to Chinese docs navigation

pull/9934/head
gsonovb 5 years ago
parent
commit
569a6a8b64
  1. 4
      docs/zh-Hans/docs-nav.json
  2. 2
      docs/zh-Hans/docs-params.json

4
docs/zh-Hans/docs-nav.json

@ -1,5 +1,9 @@
{
"items": [
{
"text": "快速入门",
"path": "Tutorials/Todo/Index.md"
},
{
"text": "入门",
"items": [

2
docs/zh-Hans/docs-params.json

@ -5,6 +5,8 @@
"displayName": "UI",
"values": {
"MVC": "MVC / Razor Pages",
"Blazor": "Blazor WebAssembly",
"BlazorServer": "Blazor Server",
"NG": "Angular"
}
},

Loading…
Cancel
Save