mirror of
https://github.com/tenrok/vue-select.git
synced 2026-05-17 02:29:37 +03:00
7e859dca18
- adjust default codepen theme - update github edit base - doc content overhaul up to localization
25 lines
527 B
JSON
25 lines
527 B
JSON
{
|
|
"title": "vue-select",
|
|
"gitbook": ">3.0.0",
|
|
"root": "./docs/gitbook",
|
|
"plugins": ["edit-link", "-fontsettings", "codepen", "include-csv"],
|
|
"pluginsConfig": {
|
|
"edit-link": {
|
|
"base": "https://github.com/sagalbot/vue-select/edit/gitbook/docs/gitbook",
|
|
"label": "Edit This Page"
|
|
},
|
|
"github": {
|
|
"url": "https://github.com/sagalbot/vue-select/"
|
|
},
|
|
"codepen": {
|
|
"theme": 32252
|
|
}
|
|
},
|
|
"links": {
|
|
"sharing": {
|
|
"facebook": false,
|
|
"twitter": false
|
|
}
|
|
}
|
|
}
|