-
Notifications
You must be signed in to change notification settings - Fork 2
/
.styleguide
40 lines (40 loc) · 905 Bytes
/
.styleguide
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
38
39
40
{
"sgComment": "SG",
"exampleIdentifier": "html_example",
"sortCategories": true,
"excludeDirs": [
"target",
"node_modules",
".git"
],
"fileExtensions": {
"scss": true,
"sass": false,
"css": false,
"less": true,
"md": true
},
"templateFile": "./styleguide/imports/template.hbs",
"themeFile": "./css/styleguide.min.css",
"htmlOutput": "./_partials/kits/_styleguide.kit",
"jsonOutput": "./styleguide/index.json",
"handlebarsPartials": {
"jquery": "./styleguide/imports/jquery.js",
"toc": "./styleguide/imports/toc.js"
},
"sections": {
"getting started": "Setup:",
"patterns": "",
"development": "[[dev]]"
},
"highlightStyle": "rainbow",
"highlightFolder": "./node_modules/highlight.js/styles/",
"customVariables": {
"tocMenu": true,
"pageTitle": "FEF - Documentation"
},
"markedOptions": {
"gfm": true,
"breaks": true
}
}