We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bdd541 commit 93b1ab7Copy full SHA for 93b1ab7
src/.vuepress/config.js
@@ -25,6 +25,7 @@ module.exports = {
25
* ref:https://v1.vuepress.vuejs.org/theme/default-theme-config.html
26
*/
27
themeConfig: {
28
+ logo: '/img/logo.png',
29
repo: 'DoctorMcKay/sentry-bot-documentation',
30
editLinks: true,
31
docsDir: 'src',
@@ -43,6 +44,7 @@ module.exports = {
43
44
sidebar: {
45
'/': [
46
{
47
+ title: 'Documentation',
48
collapsable: false,
49
children: [
50
'',
src/.vuepress/public/img/logo.png
42.6 KB
src/.vuepress/styles/index.styl
@@ -6,3 +6,6 @@
6
7
.home .hero img
8
max-width 450px!important
9
+
10
+.site-name
11
+ display none!important
0 commit comments