We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc825ba commit 39a0b82Copy full SHA for 39a0b82
book.json
@@ -3,6 +3,13 @@
3
"description": "JavaScriptライブラリやツールのプラグインの仕組み",
4
"plugins": [
5
"include-codeblock",
6
- "richquotes"
7
- ]
+ "richquotes",
+ "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
15
}
package.json
@@ -41,6 +41,7 @@
41
"eslint-plugin-markdown": "git://github.com/eslint/eslint-plugin-markdown.git",
42
"espower-babel": "^3.3.0",
43
"gitbook-cli": "^0.3.4",
44
+ "gitbook-plugin-edit-link": "^1.4.1",
45
"gitbook-plugin-richquotes": "0.0.5",
46
"gitbook-summary-to-path": "^1.0.1",
47
"jsdom": "^3.0.0",
0 commit comments