2
0
mirror of https://github.com/tenrok/vue-select.git synced 2026-05-17 02:29:37 +03:00
Files
vue-select/docs/book.json
T
Jeff 018f3f7697 - add docs script to serve docs
- WIP updates to docs
- add vuejs theme
2017-10-01 13:22:50 -07:00

21 lines
440 B
JSON

{
"title": "vue-select",
"gitbook": ">3.0.0",
"plugins": ["edit-link", "-fontsettings", "github", "codepen"],
"pluginsConfig": {
"edit-link": {
"base": "https://github.com/sagalbot/vue-select/edit/master/docs",
"label": "Edit This Page"
},
"github": {
"url": "https://github.com/sagalbot/vue-select/"
}
},
"links": {
"sharing": {
"facebook": false,
"twitter": false
}
}
}