From b8e4f8051c905ee7d5ab8dc843f1ea192495a373 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Halil=20=C4=B0brahim=20Kalkan?= Date: Wed, 11 Mar 2020 19:37:00 +0300 Subject: [PATCH] Update: Customizing-Application-Modules-Overriding-User-Interface --- ...mizing-Application-Modules-Overriding-User-Interface.md | 7 ++++--- docs/en/UI/Angular/Customization-User-Interface.md | 3 +++ docs/en/UI/AspNetCore/Customization-User-Interface.md | 4 ++++ 3 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 docs/en/UI/Angular/Customization-User-Interface.md create mode 100644 docs/en/UI/AspNetCore/Customization-User-Interface.md diff --git a/docs/en/Customizing-Application-Modules-Overriding-User-Interface.md b/docs/en/Customizing-Application-Modules-Overriding-User-Interface.md index 03f8a01451..afb701eacd 100644 --- a/docs/en/Customizing-Application-Modules-Overriding-User-Interface.md +++ b/docs/en/Customizing-Application-Modules-Overriding-User-Interface.md @@ -1,8 +1,9 @@ # Overriding the User Interface -You may want to override a razor page, a razor component, a JavaScript, CSS or an image file of your depended module. +You may want to override a page, a component, a JavaScript, CSS or an image file of your depended module. Overriding the UI completely depends on the UI framework you're using. Select the UI framework to continue: + +* [ASP.NET Core (MVC / Razor Pages)](UI/AspNetCore/Customization-User-Interface.md) +* [Angular](UI/Angular/Customization-User-Interface.md) -Overriding the UI completely depends on the UI framework you're using. -TODO diff --git a/docs/en/UI/Angular/Customization-User-Interface.md b/docs/en/UI/Angular/Customization-User-Interface.md new file mode 100644 index 0000000000..20809a1d87 --- /dev/null +++ b/docs/en/UI/Angular/Customization-User-Interface.md @@ -0,0 +1,3 @@ +# Angular User Interface Customization Guide + +* [Replacing a component](Component-Replacement.md) \ No newline at end of file diff --git a/docs/en/UI/AspNetCore/Customization-User-Interface.md b/docs/en/UI/AspNetCore/Customization-User-Interface.md new file mode 100644 index 0000000000..472a63e05d --- /dev/null +++ b/docs/en/UI/AspNetCore/Customization-User-Interface.md @@ -0,0 +1,4 @@ +# ASP.NET Core (MVC / Razor Pages) User Interface Customization Guide + +TODO +