Skip to content

Commit

Permalink
docs: favicon + header logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Akryum committed Jun 27, 2021
1 parent 862f418 commit 7ce7ba5
Show file tree
Hide file tree
Showing 6 changed files with 108 additions and 7 deletions.
6 changes: 6 additions & 0 deletions docs/.vitepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,14 @@ module.exports = {
title: 'Vue Devtools',
description: 'Browser devtools extension for debugging Vue.js applications',

head: [
['link', { rel: 'icon', type: 'image/svg+xml', href: '/favicon.svg' }],
['link', { rel: 'icon', type: 'image/png', href: '/favicon.png' }],
],

themeConfig: {
repo: 'vuejs/vue-devtools',
logo: '/logo-header.svg',
docsDir: 'docs',
docsBranch: 'next',
editLinks: true,
Expand Down
Binary file added docs/public/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
41 changes: 41 additions & 0 deletions docs/public/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions docs/public/logo-header.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/public/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
43 changes: 36 additions & 7 deletions docs/public/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7ce7ba5

Please sign in to comment.