Skip to content

Commit ddbb1f6

Browse files
committed
Merge pull request reduxjs#498 from knowbody/add-edit-link-gitbook-docs
add edit link to the gitbook docs
2 parents 7bd26d7 + b41f841 commit ddbb1f6

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

book.json

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
{
2-
"structure": {
3-
"summary": "docs/README.md"
4-
}
5-
}
2+
"gitbook": "2.2.0",
3+
"structure": {
4+
"summary": "docs/README.md"
5+
},
6+
"plugins": ["edit-link"],
7+
"pluginsConfig": {
8+
"edit-link": {
9+
"base": "https://github.com/gaearon/redux/tree/master",
10+
"label": "Edit This Page"
11+
}
12+
}
13+
}

0 commit comments

Comments
 (0)