mirror of
https://github.com/strapi/strapi.git
synced 2026-01-07 12:45:45 +00:00
44 lines
862 B
JSON
44 lines
862 B
JSON
{
|
|
"title": "Strapi documentation",
|
|
"author": "Strapi",
|
|
"gitbook": "3.2.2",
|
|
"plugins": [
|
|
"edit-link",
|
|
"anchorjs",
|
|
"search",
|
|
"-fontsettings",
|
|
"-sharing",
|
|
"versions",
|
|
"ga",
|
|
"github",
|
|
"feathers-collapsible-menu",
|
|
"block-align"
|
|
],
|
|
"pluginsConfig": {
|
|
"edit-link": {
|
|
"label": "Edit This Page",
|
|
"base": "https://github.com/strapi/strapi/tree/master/docs/3.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": false
|
|
},
|
|
{
|
|
"value": "/documentation/3.x.x/",
|
|
"text": "Versions 3.x.x",
|
|
"selected": true
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|