From bf9ac40c8751714c35a73f03ab98a3d2ce988ad6 Mon Sep 17 00:00:00 2001 From: enisn Date: Fri, 27 May 2022 10:10:34 +0300 Subject: [PATCH] Remove unnecessary section from en/UI/Blazor/Global-Features.md --- docs/en/UI/Blazor/Global-Features.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/en/UI/Blazor/Global-Features.md b/docs/en/UI/Blazor/Global-Features.md index e3fe7af0b4..95cc36f6fd 100644 --- a/docs/en/UI/Blazor/Global-Features.md +++ b/docs/en/UI/Blazor/Global-Features.md @@ -1,9 +1,6 @@ # Blazor UI: Global Features `GlobalFeatureManager` allows you to check the global features in your Blazor applications. -> This document only explains the JavaScript API. See the [Global Features](../../Global-Features.md) document to understand the ABP Global Features system. - - ## Usage ```html