forked from ajanes93/vuetify-snackbar-queue
-
Notifications
You must be signed in to change notification settings - Fork 0
/
styleguide.config.js
37 lines (36 loc) · 987 Bytes
/
styleguide.config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
const path = require('path')
module.exports = {
styleguideDir: 'docs',
exampleMode: 'collapse',
renderRootJsx: path.join(__dirname, 'styleguidist/styleguide.root.js'),
require: [
path.join(__dirname, 'styleguidist/global.requires.js')
],
ribbon: {
url: 'https://github.com/ajanes93/vuetify-snackbar-queue',
text: 'Look at the repo!'
},
template: {
head: {
links: [
{
href: 'https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Material+Icons',
rel: 'stylesheet'
}
]
}
},
title: 'Vuetify Snackbar Queue',
theme: {
maxWidth: '100%',
sidebarWidth: 300,
color: {
link: '#a90055',
linkHover: '#003473',
// sidebarBackground: '#ffffff',
errorBackground: '#ed1c24'
}
},
usageMode: 'expand',
version: '2.0.1',
}