strapi/docs/1.x.x/book.json
2017-10-23 10:56:06 +02:00

43 lines
844 B
JSON

{
"title": "Strapi documentation",
"author": "Strapi",
"gitbook": "3.2.2",
"plugins": [
"edit-link",
"anchorjs",
"-search",
"-fontsettings",
"-sharing",
"versions",
"ga",
"github",
"feathers-collapsible-menu"
],
"pluginsConfig": {
"edit-link": {
"label": "Edit This Page",
"base": "https://github.com/strapi/strapi/tree/master/docs/1.x.x"
},
"ga": {
"token": "UA-54313258-1"
},
"github": {
"url": "https://github.com/strapi/strapi"
},
"versions": {
"options": [
{
"value": "/documentation/1.x.x/",
"text": "Versions 1.x.x",
"selected": true
},
{
"value": "/documentation/3.x.x/",
"text": "Versions 3.x.x",
"selected": false
}
]
}
}
}