mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-10 09:32:33 +08:00
36 lines
744 B
JSON
36 lines
744 B
JSON
{
|
|
"gitbook": "3.2.2",
|
|
"title": "Mailspring Plugin SDK",
|
|
"root": "./app/build/docs_src/",
|
|
"plugins": [
|
|
"search",
|
|
"lunr",
|
|
"-fontsettings",
|
|
"-sharing",
|
|
"anchors",
|
|
"github",
|
|
"editlink",
|
|
"favicon"
|
|
],
|
|
"pluginsConfig": {
|
|
"editlink": {
|
|
"base": "https://github.com/Foundry376/Mailspring/tree/master",
|
|
"label": "Edit This Page",
|
|
"multilingual": false
|
|
},
|
|
"github": {
|
|
"url": "https://github.com/Foundry376/Mailspring"
|
|
},
|
|
"favicon": {
|
|
"shortcut": "/img/favicon.png"
|
|
}
|
|
},
|
|
|
|
"links": {
|
|
"sharing": {
|
|
"facebook": false,
|
|
"twitter": false
|
|
}
|
|
}
|
|
|
|
}
|