diff --git a/docs/en/UI/AspNetCore/Tag-Helpers/Modals.md b/docs/en/UI/AspNetCore/Tag-Helpers/Modals.md index 9cf1258373..c811dee0bc 100644 --- a/docs/en/UI/AspNetCore/Tag-Helpers/Modals.md +++ b/docs/en/UI/AspNetCore/Tag-Helpers/Modals.md @@ -1,5 +1,7 @@ # Modals +> This document explains the details of the `abp-modal` Tag Helper, which simplifies to build the HTML markup for a modal dialog. Read [that documentation](../Modals.md) to learn how to work with modals. + ## Introduction `abp-modal` is a main element to create a modal. @@ -18,8 +20,6 @@ Basic usage: ```` - - ## Demo See the [modals demo page](https://bootstrap-taghelpers.abp.io/Components/Modals) to see it in action. diff --git a/docs/en/docs-nav.json b/docs/en/docs-nav.json index 9192038ac9..5e3f23cbc3 100644 --- a/docs/en/docs-nav.json +++ b/docs/en/docs-nav.json @@ -394,13 +394,17 @@ { "text": "ASP.NET Core MVC / Razor Pages", "items": [ + { + "text": "Navigation / Menus", + "path": "UI/AspNetCore/Navigation-Menu.md" + }, { "text": "Forms & Validation", "path": "UI/AspNetCore/Forms-Validation.md" }, { - "text": "Navigation / Menus", - "path": "UI/AspNetCore/Navigation-Menu.md" + "text": "Modals", + "path": "UI/AspNetCore/Modals.md" }, { "text": "Page Alerts",