Browse Source

Add Form Elements and Dynamic Forms items to the navigation

pull/3665/head
Halil İbrahim Kalkan 6 years ago
parent
commit
efbfdf8257
  1. 12
      docs/en/docs-nav.json

12
docs/en/docs-nav.json

@ -292,7 +292,17 @@
},
{
"text": "Tag Helpers",
"path": "UI/AspNetCore/Tag-Helpers/Index.md"
"path": "UI/AspNetCore/Tag-Helpers/Index.md",
"items": [
{
"text": "Form Elements",
"path": "UI/AspNetCore/Tag-Helpers/Form-elements.md"
},
{
"text": "Dynamic Forms",
"path": "UI/AspNetCore/Tag-Helpers/Dynamic-Forms.md"
}
]
},
{
"text": "Widgets",

Loading…
Cancel
Save