Skip to content

Commit 67c779d

Browse files
author
Musa Demir
committed
Document locations of default logo files
1 parent 7226d44 commit 67c779d

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

docs/en/Customization-Angular.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
## Customization
2+
3+
##### Changing Logos
4+
5+
Our default template has 5 logo and they are located in `aspnet-zero-core\angular\src\assets\common\images`
6+
7+
1. app-logo-on-dark.svg
8+
2. app-logo-on-dark-sm.svg
9+
3. app-logo-on-light.svg
10+
4. app-logo-on-light-sm.svg
11+
5. logo.svg (used in `InvoiceController -> Index`)
12+
13+
`*-dark-*`versions are used for light colored themes.
14+
15+
`*-light-*` versions are used for dark colored themes.
16+
17+
In some themes the footer may also have an icon. `-sm.svg` versions are included in the footer of these themes.

docs/en/Customization-Core-Mvc.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
## Customization
2+
3+
##### Changing Logos
4+
5+
Our default template has 5 logo and they are located in `/aspnet-core\src\MyCompanyName.AbpZeroTemplate.Web.Mvc\wwwroot\Common\Images`
6+
7+
1. app-logo-on-dark.svg
8+
2. app-logo-on-dark-sm.svg
9+
3. app-logo-on-light.svg
10+
4. app-logo-on-light-sm.svg
11+
5. logo.svg (used in `InvoiceController -> Index`)
12+
13+
`*-dark-*`versions are used for light colored themes.
14+
15+
`*-light-*` versions are used for dark colored themes.
16+
17+
In some themes the footer may also have an icon. `-sm.svg` versions are included in the footer of these themes.

0 commit comments

Comments
 (0)