Skip to content

Commit 39a0b82

Browse files
committed
chore(gitbook): add edit-link
1 parent fc825ba commit 39a0b82

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

book.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
"description": "JavaScriptライブラリやツールのプラグインの仕組み",
44
"plugins": [
55
"include-codeblock",
6-
"richquotes"
7-
]
6+
"richquotes",
7+
"edit-link"
8+
],
9+
"pluginsConfig": {
10+
"edit-link": {
11+
"base": "https://github.com/azu/JavaScript-Plugin-Architecture/edit/master/",
12+
"label": "Edit This Page"
13+
}
14+
}
815
}

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141
"eslint-plugin-markdown": "git://github.com/eslint/eslint-plugin-markdown.git",
4242
"espower-babel": "^3.3.0",
4343
"gitbook-cli": "^0.3.4",
44+
"gitbook-plugin-edit-link": "^1.4.1",
4445
"gitbook-plugin-richquotes": "0.0.5",
4546
"gitbook-summary-to-path": "^1.0.1",
4647
"jsdom": "^3.0.0",

0 commit comments

Comments
 (0)