angular4-testing/ng2-admin/docs/config.json

36 lines
594 B
JSON
Raw Normal View History

2017-02-24 22:54:59 +01:00
{
"baseUrl": "/ng2-admin/",
"locals": {
"url": "http://localhost:8080",
"name": "ng2-admin blog",
"owner": "Akveo",
"description": ""
},
"plugins": [
"wintersmith-sassy",
"./plugins/paginator.coffee"
],
"sass": {
"debug": "undefined"
},
"require": {
"moment": "moment",
"_": "underscore",
"typogr": "typogr"
},
"jade": {
"pretty": true
},
"markdown": {
"smartLists": true,
"smartypants": true
},
"paginator": {
"perPage": 3,
"groupSort": {
"Quick Start": 1000,
"Customization": 900
}
}
}