Add logo to the docs
This commit is contained in:
@@ -32,6 +32,7 @@ module.exports = {
|
||||
docsDir: '',
|
||||
editLinkText: '',
|
||||
lastUpdated: false,
|
||||
logo: '/assets/logo.jpg',
|
||||
nav: [
|
||||
{
|
||||
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
|
||||
heroImage: https://v1.vuepress.vuejs.org/hero.png
|
||||
heroImage: 'assets/logo.jpg'
|
||||
tagline: Google maps components for Vue.js
|
||||
actionText: Quick Start →
|
||||
actionLink: /docs/
|
||||
|
||||
Reference in New Issue
Block a user