From ac1974fc7cca8e31ef958c06907bb7dd01385891 Mon Sep 17 00:00:00 2001 From: enisn Date: Thu, 8 Apr 2021 18:05:54 +0300 Subject: [PATCH] Docs - Formatting Global-Features.md --- docs/en/Global-Features.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/en/Global-Features.md b/docs/en/Global-Features.md index d75681dbb3..cfbf3f98b7 100644 --- a/docs/en/Global-Features.md +++ b/docs/en/Global-Features.md @@ -12,8 +12,6 @@ Open a command line window in the folder of the project (.csproj file) and type abp add-package Volo.Abp.GlobalFeatures ``` - - ## Implementation Global Feature system aims module based feature management . A module has to have own Global Features itself. @@ -51,8 +49,6 @@ public class GlobalShoppingFeatures : GlobalModuleFeatures } ``` - - ## Usage ### Enable/Disable Features