Browse Source

Merge branch 'rel-3.2' into dev

pull/5706/head
Halil İbrahim Kalkan 5 years ago
parent
commit
20f473b8ab
  1. 12
      docs/en/docs-nav.json

12
docs/en/docs-nav.json

@ -394,6 +394,14 @@
{
"text": "ASP.NET Core MVC / Razor Pages",
"items": [
{
"text": "Forms & Validation",
"path": "UI/AspNetCore/Forms-Validation.md"
},
{
"text": "Navigation / Menus",
"path": "UI/AspNetCore/Navigation-Menu.md"
},
{
"text": "Client Side Package Management",
"path": "UI/AspNetCore/Client-Side-Package-Management.md"
@ -402,10 +410,6 @@
"text": "Bundling & Minification",
"path": "UI/AspNetCore/Bundling-Minification.md"
},
{
"text": "Forms & Validation",
"path": "UI/AspNetCore/Forms-Validation.md"
},
{
"text": "Tag Helpers",
"path": "UI/AspNetCore/Tag-Helpers/Index.md",

Loading…
Cancel
Save