mirror of
https://github.com/zhigang1992/redux.git
synced 2026-01-12 22:51:38 +08:00
I know this sounds a little bit ridiculous, however I struggle to find the link to the repo on GitHub most of the time. This commit adds a little icon along with the Twitter and co icons.
17 lines
353 B
JSON
17 lines
353 B
JSON
{
|
|
"gitbook": "2.4.3",
|
|
"structure": {
|
|
"summary": "docs/README.md"
|
|
},
|
|
"plugins": ["edit-link", "prism", "-highlight", "github"],
|
|
"pluginsConfig": {
|
|
"edit-link": {
|
|
"base": "https://github.com/rackt/redux/tree/master",
|
|
"label": "Edit This Page"
|
|
},
|
|
"github": {
|
|
"url": "https://github.com/rackt/redux/"
|
|
}
|
|
}
|
|
}
|