From 5261d9bfc90f6e778f25123ef2754f8e821d3744 Mon Sep 17 00:00:00 2001 From: muhammedaltug Date: Wed, 31 Mar 2021 13:04:55 +0300 Subject: [PATCH 1/2] customization section added to lepton --- en/themes/lepton.md | 4 ++++ ...eme-lepton-custom-style.md => customizing-lepton-theme.md} | 0 2 files changed, 4 insertions(+) rename en/ui/angular/{theme-lepton-custom-style.md => customizing-lepton-theme.md} (100%) diff --git a/en/themes/lepton.md b/en/themes/lepton.md index 1d4cd299..02067f17 100644 --- a/en/themes/lepton.md +++ b/en/themes/lepton.md @@ -76,3 +76,7 @@ To download the source-code of the Lepton Theme use the following CLI command ``` abp get-source Volo.LeptonTheme ``` + +## Lepton Theme Customization + +You can check [Customizing Lepton Theme](../ui/angular/customizing-lepton-theme.md) documentation for how to customize lepton theme in angular project. \ No newline at end of file diff --git a/en/ui/angular/theme-lepton-custom-style.md b/en/ui/angular/customizing-lepton-theme.md similarity index 100% rename from en/ui/angular/theme-lepton-custom-style.md rename to en/ui/angular/customizing-lepton-theme.md From 1d29eebddf6aa0a45bcfc29fd94a780accf3e110 Mon Sep 17 00:00:00 2001 From: muhammedaltug Date: Wed, 31 Mar 2021 13:12:23 +0300 Subject: [PATCH 2/2] change navigation text --- en/themes/lepton.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/themes/lepton.md b/en/themes/lepton.md index 02067f17..801704cd 100644 --- a/en/themes/lepton.md +++ b/en/themes/lepton.md @@ -79,4 +79,4 @@ abp get-source Volo.LeptonTheme ## Lepton Theme Customization -You can check [Customizing Lepton Theme](../ui/angular/customizing-lepton-theme.md) documentation for how to customize lepton theme in angular project. \ No newline at end of file +Please check [Customizing Lepton Theme](../ui/angular/customizing-lepton-theme.md) document to see how you can customize the lepton theme in your angular project.