You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 27, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2-3
Original file line number
Diff line number
Diff line change
@@ -32,10 +32,9 @@ Link target will be that page's source file on Github or Gitlab or any repo.
32
32
```
33
33
**Note**: Above snippet can be used as complete `book.json` file, if your book doesn't have one yet.
34
34
35
-
**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.
35
+
**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.
36
36
37
-
38
-
### Step #2 - gitbook commands
37
+
### Step #2 - gitbook commands
39
38
40
39
1. Run `gitbook install`. It will automatically install `edit-link` gitbook plugin for your book. This is needed only once.
41
40
2. Build your book (`gitbook build`) or serve (`gitbook serve`) as usual.
0 commit comments