File tree Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Expand file tree Collapse file tree 4 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ Critical items to know are:
14
14
- changed behaviour
15
15
16
16
## [ master] ( https://github.com/vsoch/docsy-jekyll/tree/master )
17
+ - added support for github_branch (default 'master') in config (0.0.22)
17
18
- adding support in footer to icon and link to linkedin url (0.0.21)
18
19
- updating repository with copyright notice, google analytics bug fix (0.0.2)
19
20
- fixing link to repository in about.md (0.0.19)
Original file line number Diff line number Diff line change 1
- 0.0.21
1
+ 0.0.22
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ url: "https://vsoch.github.io" # the base hostname & protocol for your site
32
32
repo : " https://github.com/vsoch/docsy-jekyll"
33
33
github_user : " vsoch"
34
34
github_repo : " docsy-jekyll"
35
+ github_branch : " master"
35
36
36
37
# Optional
37
38
twitter : vsoch
Original file line number Diff line number Diff line change 1
- < a href ="{{ site.repo }}/edit/master /{{ page.path }} " target ="_blank "> < i class ="fa fa-edit fa-fw "> </ i > Edit this page</ a >
1
+ < a href ="{{ site.repo }}/edit/{{ site.github_branch }} /{{ page.path }} " target ="_blank "> < i class ="fa fa-edit fa-fw "> </ i > Edit this page</ a >
2
2
< a href ="{{ site.repo }}/issues/new?labels={% if page.editable %}{{ page.editable }}{% else %}question{% endif %}&title=Question:&body=Question on: {{ site.repo }}/tree/master/{{ page.path }} " target ="_blank "> < i class ="fab fa-github fa-fw "> </ i > Create documentation issue</ a >
3
3
< a href ="{{ site.repo }}/issues/new " target ="_blank "> < i class ="fas fa-tasks fa-fw "> </ i > Create project issue</ a >
4
4
<!-- this will parse through the header fields and add a button to open
You can’t perform that action at this time.
0 commit comments