gitbook-plugin-edit-link
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -5,3 +5,3 @@ { | ||
"main": "index.js", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"author": "rtCamp <admin@rtcamp.com>", | ||
@@ -8,0 +8,0 @@ "contributors": [{ |
@@ -35,7 +35,6 @@ GitBook Plugin: Edit Link | ||
**Github/Gitlab**: In string `...REPO/edit/BRANCH...`, you may replace `edit` with `tree` if you want source file to open in read-mode, rather than edit-mode directly on github/gitlab. | ||
**Github/Gitlab**: In string `...REPO/edit/BRANCH...`, you may replace `edit` with `tree` if you want source file to open in read-mode, rather than edit-mode directly on github/gitlab. | ||
### Step #2 - gitbook commands | ||
### Step #2 - gitbook commands | ||
1. Run `gitbook install`. It will automatically install `edit-link` gitbook plugin for your book. This is needed only once. | ||
@@ -42,0 +41,0 @@ 2. Build your book (`gitbook build`) or serve (`gitbook serve`) as usual. |
15676
52