Skip to content

Commit 55e7ea0

Browse files
authored
Merge pull request #17 from bleto/docs-logo
Docs logo
2 parents 8c7ab70 + cfeecbc commit 55e7ea0

File tree

7 files changed

+163
-3
lines changed

7 files changed

+163
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align="center">
22
<a href="https://www.npmjs.com/package/@ergonode/vuems" rel="noopener noreferrer">
3-
<img width="300" src="logo.png" alt="VueMS logo">
3+
<img width="300" src="docs/static/logo.svg" alt="VueMS logo">
44
</a>
55
</p>
66
<h1 align="center">Vue Micro Services</h1>
@@ -12,6 +12,7 @@
1212
<img alt="NPM" src="https://img.shields.io/npm/l/@ergonode/vuems">
1313
</a>
1414
</p>
15+
<h4 align="center"><a href="https://vuems.ergonode.com/">📖 Read the documentation</a></h4>
1516
<br>
1617

1718
> A simple mechanism to transform a monolithic Vue application into an application based on Micro Services architecture.

docs/content/settings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"title": "Vue Micro Services",
33
"url": "https://vuems.ergonode.com",
44
"logo": {
5-
"light": "logo.svg",
6-
"dark": "logo.svg"
5+
"light": "logo-long-light.svg",
6+
"dark": "logo-long-dark.svg"
77
},
88
"github": "ergonode/vuems"
99
}

docs/static/icon.png

-158 Bytes
Loading

docs/static/logo-long-dark.svg

Lines changed: 79 additions & 0 deletions
Loading

docs/static/logo-long-light.svg

Lines changed: 80 additions & 0 deletions
Loading

docs/static/logo.png

-5.44 KB
Binary file not shown.

logo.png

-5.29 KB
Binary file not shown.

0 commit comments

Comments
 (0)