Skip to content

Commit 93b1ab7

Browse files
committed
Use a logo icon instead of text
1 parent 3bdd541 commit 93b1ab7

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

src/.vuepress/config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ module.exports = {
2525
* ref:https://v1.vuepress.vuejs.org/theme/default-theme-config.html
2626
*/
2727
themeConfig: {
28+
logo: '/img/logo.png',
2829
repo: 'DoctorMcKay/sentry-bot-documentation',
2930
editLinks: true,
3031
docsDir: 'src',
@@ -43,6 +44,7 @@ module.exports = {
4344
sidebar: {
4445
'/': [
4546
{
47+
title: 'Documentation',
4648
collapsable: false,
4749
children: [
4850
'',

src/.vuepress/public/img/logo.png

42.6 KB
Loading

src/.vuepress/styles/index.styl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@
66

77
.home .hero img
88
max-width 450px!important
9+
10+
.site-name
11+
display none!important

0 commit comments

Comments
 (0)