Skip to content

Commit e2d6f53

Browse files
committed
chore: add and reference new scaled Mapster logo
1 parent 1e000af commit e2d6f53

File tree

4 files changed

+94
-4
lines changed

4 files changed

+94
-4
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
![Mapster Icon](https://raw.githubusercontent.com/MapsterMapper/Mapster/master/docs/articles/.assets/mapster-logo.svg)
2+
13
# Contributing to Mapster
24

35
Thank you for your interest in contributing! We welcome contributions from the community.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![Mapster Icon](https://cloud.githubusercontent.com/assets/5763993/26522718/d16f3e42-4330-11e7-9b78-f8c7402624e7.png)
1+
![Mapster Icon](https://raw.githubusercontent.com/MapsterMapper/Mapster/master/docs/articles/.assets/mapster-logo.svg)
22

33
# Mapster - The Mapper of Your Domain
44

Lines changed: 88 additions & 0 deletions
Loading

docs/docfx.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"globalMetadata": {
2727
"_appTitle": "Mapster - The Mapper of Your Domain",
2828
"_appName": "Mapster",
29-
//"_appFaviconPath": "images/mapster-logo.png", // requires rescaling and eventually converting to .ico
30-
// "_appLogoPath": "images/mapster-logo.png", // requires rescaling!
29+
"_appFaviconPath": "images/mapster-logo.svg",
30+
"_appLogoPath": "images/mapster-logo.svg",
3131
"_copyrightFooter": "© 2025 Here comes your Name, All rights reserved.",
3232
"_ownerName": "Awesome Developer",
3333
"_githubProfileLink": "https://github.com/MapsterMapper",
@@ -103,7 +103,7 @@
103103
},
104104
"output": "_site",
105105
"sitemap": {
106-
"baseUrl": "https://devtkss.github.io/Mapster",
106+
"baseUrl": "https://mapstermapper.github.io/Mapster",
107107
"priority": 0.1,
108108
"changefreq": "monthly"
109109
}

0 commit comments

Comments
 (0)