From 783187c00cf582cc3cc4ada336bb9fc5539cd66a Mon Sep 17 00:00:00 2001 From: ahmetfarukulu Date: Mon, 28 Oct 2024 09:57:07 +0300 Subject: [PATCH] Update adding source code for basic-theme documentation --- docs/en/framework/ui/mvc-razor-pages/basic-theme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/framework/ui/mvc-razor-pages/basic-theme.md b/docs/en/framework/ui/mvc-razor-pages/basic-theme.md index 9178d3e22a..ca4ca98144 100644 --- a/docs/en/framework/ui/mvc-razor-pages/basic-theme.md +++ b/docs/en/framework/ui/mvc-razor-pages/basic-theme.md @@ -85,7 +85,7 @@ See the [User Interface Customization Guide](customization-user-interface.md) to You can run the following [ABP CLI](../../../cli) command in **Web** project directory to copy the source code to your solution: -`abp add-module Volo.BasicTheme --with-source-code --add-to-solution-file` +`abp add-source-code Volo.Abp.BasicTheme` ----