From 4d23075cd8761dc863628c8c96f912a85a259946 Mon Sep 17 00:00:00 2001 From: Enis Necipoglu Date: Thu, 27 Oct 2022 15:28:55 +0300 Subject: [PATCH] Move Index.md to Themes folder --- docs/en/Themes/{LeptonXLite => }/Index.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) rename docs/en/Themes/{LeptonXLite => }/Index.md (56%) diff --git a/docs/en/Themes/LeptonXLite/Index.md b/docs/en/Themes/Index.md similarity index 56% rename from docs/en/Themes/LeptonXLite/Index.md rename to docs/en/Themes/Index.md index c23767362b..d1b5f782a5 100644 --- a/docs/en/Themes/LeptonXLite/Index.md +++ b/docs/en/Themes/Index.md @@ -4,17 +4,17 @@ ABP Framework provides some official themes. You can use them in your projects. ## Basic Theme The Basic Theme is a minimalist theme that doesn't add any styling on top of the plain [Bootstrap](https://getbootstrap.com/). You can take the Basic Theme as the base theme and build your own theme or styling on top of it. -![basic-theme-application-layout](../../images/basic-theme-application-layout.png) +![basic-theme-application-layout](../images/basic-theme-application-layout.png) -- [Basic Theme - MVC](../../UI/AspNetCore/Basic-Theme.md) -- [Basic Theme - Blazor](../../UI/Blazor/Basic-Theme.md) -- [Basic Theme - Angular](../../UI/Angular/Basic-Theme.md) +- [Basic Theme - MVC](../UI/AspNetCore/Basic-Theme.md) +- [Basic Theme - Blazor](../UI/Blazor/Basic-Theme.md) +- [Basic Theme - Angular](../UI/Angular/Basic-Theme.md) ## LeptonX Lite [LeptonX Theme](https://x.leptontheme.com/) is a new generation theme of Lepton Theme. **LeptonX Lite** is a simplified variation of the **LeptonX Theme**. It is a free theme and you can use it in your ABP projects. -![](../../images/leptonxlite-theme-application-layout.jpeg) +![](../images/leptonxlite-theme-application-layout.jpeg) -- [LeptonX Lite - MVC](AspNetCore.md) -- [LeptonX Lite - Blazor](Blazor.md) -- [LeptonX Lite - Angular](Angular.md) \ No newline at end of file +- [LeptonX Lite - MVC](LeptonXLite/AspNetCore.md) +- [LeptonX Lite - Blazor](LeptonXLite/Blazor.md) +- [LeptonX Lite - Angular](LeptonXLite/Angular.md) \ No newline at end of file