File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ permalink: /:categories/:title/
10
10
11
11
exclude : ['js', '_site', '*.sketch']
12
12
# Build settings
13
- os_links : false
13
+ os_links : true
14
14
markdown : kramdown
15
15
highlighter : rouge
16
16
defaults :
Original file line number Diff line number Diff line change 1
1
{% if site.os_links %}
2
2
< div >
3
- < a href ="https://github.com/segmentio/segment-docs /edit/master/src/{{ page.path }} " class ="button edit flex no-icon " target ="_blank ">
3
+ < a href ="{{site.env.REPOSITORY_URL}} /edit/master/src/{{ page.path }} " class ="button edit flex no-icon " target ="_blank ">
4
4
< span class ="button__icon "> {% include icons/symbols/edit.svg %}</ span >
5
5
6
6
< span class ="button__text "> Edit this page</ span >
7
7
</ a >
8
8
9
- < a href ="https://github.com/segmentio/segment-docs/ issues/new?body=File:%20[{{ page.path }}](https://segment.com/docs/) " class ="button edit no-icon " target ="_blank ">
9
+ < a href ="{{site.env.REPOSITORY_URL}}/ issues/new/choose ?body=File:%20[{{ page.path }}](https://segment.com/docs/) " class ="button edit no-icon " target ="_blank ">
10
10
< span class ="button__icon "> {% include icons/symbols/plus.svg %}</ span >
11
11
12
12
< span class ="button__text "> Request docs change</ span >
You can’t perform that action at this time.
0 commit comments