Add logo to the docs
This commit is contained in:
@@ -32,6 +32,7 @@ module.exports = {
|
|||||||
docsDir: '',
|
docsDir: '',
|
||||||
editLinkText: '',
|
editLinkText: '',
|
||||||
lastUpdated: false,
|
lastUpdated: false,
|
||||||
|
logo: '/assets/logo.jpg',
|
||||||
nav: [
|
nav: [
|
||||||
{
|
{
|
||||||
text: 'Docs',
|
text: 'Docs',
|
||||||
|
|||||||
BIN
docs/src/.vuepress/public/assets/logo.jpg
Normal file
BIN
docs/src/.vuepress/public/assets/logo.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 25 KiB |
@@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
home: true
|
home: true
|
||||||
heroImage: https://v1.vuepress.vuejs.org/hero.png
|
heroImage: 'assets/logo.jpg'
|
||||||
tagline: Google maps components for Vue.js
|
tagline: Google maps components for Vue.js
|
||||||
actionText: Quick Start →
|
actionText: Quick Start →
|
||||||
actionLink: /docs/
|
actionLink: /docs/
|
||||||
|
|||||||
Reference in New Issue
Block a user