Skip to content

Commit b56ec15

Browse files
committed
Fixes #299 - added edit link for easy editing
1 parent c77d0fa commit b56ec15

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

book.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
},
77

88
"plugins": [
9-
"anchors", "ga", "richquotes"
9+
"anchors", "ga", "richquotes", "edit-link"
1010
],
1111

1212
"pluginsConfig": {
@@ -15,6 +15,10 @@
1515
},
1616
"richquotes" : {
1717
"todos" : true
18+
},
19+
"edit-link": {
20+
"base": "https://github.com/djangogirls/tutorial/edit/master",
21+
"label": "Edit This Page"
1822
}
1923
},
2024

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"dependencies": {
1111
"gitbook-plugin-anchors": "^0.3.0",
1212
"gitbook-plugin-ga": "^0.1.0",
13-
"gitbook-plugin-richquotes": "0.0.5"
13+
"gitbook-plugin-richquotes": "0.0.5",
14+
"gitbook-plugin-edit-link": "1.2.0"
1415
}
1516
}

0 commit comments

Comments
 (0)