mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 18:32:20 +08:00
8bd013e9e9
- Don't ignore built class docs - pin requirement versions for docs - update docs build instructions - update repo URL
38 lines
734 B
JSON
38 lines
734 B
JSON
{
|
|
"gitbook": "3.2.2",
|
|
"title": "Nylas Mail Plugin SDK",
|
|
"root": "./docs_src",
|
|
|
|
"plugins": [
|
|
"search",
|
|
"lunr",
|
|
"-fontsettings",
|
|
"-sharing",
|
|
"anchors",
|
|
"github",
|
|
"editlink",
|
|
"favicon"
|
|
],
|
|
|
|
"pluginsConfig": {
|
|
"editlink": {
|
|
"base": "https://github.com/nylas/nylas-mail/tree/master/docs_src",
|
|
"label": "Edit This Page",
|
|
"multilingual": false
|
|
},
|
|
"github": {
|
|
"url": "https://github.com/nylas/nylas-mail"
|
|
},
|
|
"favicon": {
|
|
"shortcut": "/img/favicon.png"
|
|
}
|
|
},
|
|
|
|
"links": {
|
|
"sharing": {
|
|
"facebook": false,
|
|
"twitter": false
|
|
}
|
|
}
|
|
|
|
}
|