mirror of
https://github.com/reduxjs/redux-devtools.git
synced 2024-11-10 19:56:54 +03:00
6782f4ae41
* Move extension * prettier
19 lines
468 B
JSON
19 lines
468 B
JSON
{
|
|
"gitbook": "3.2.2",
|
|
"title": "Redux DevTools Extension",
|
|
"plugins": ["edit-link", "prism", "-highlight", "github", "anchorjs"],
|
|
"pluginsConfig": {
|
|
"edit-link": {
|
|
"base": "https://github.com/zalmoxisus/redux-devtools-extension/tree/master",
|
|
"label": "Edit This Page"
|
|
},
|
|
"github": {
|
|
"url": "https://github.com/zalmoxisus/redux-devtools-extension/"
|
|
},
|
|
"sharing": {
|
|
"facebook": true,
|
|
"twitter": true
|
|
}
|
|
}
|
|
}
|