Remove 'Create an Issue' button on docs/setup page (#6214)
This commit is contained in:
@@ -55,18 +55,20 @@
|
|||||||
{{ content }}
|
{{ content }}
|
||||||
|
|
||||||
<p><a href=""><img src="https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/{{ page.path }}?pixel" alt="Analytics" /></a></p>
|
<p><a href=""><img src="https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/{{ page.path }}?pixel" alt="Analytics" /></a></p>
|
||||||
{% if page.url != "/404.html" and page.url != "/docs/search/" %}
|
{% if page.url != "/404.html" and page.url != "/docs/search/"%}
|
||||||
|
{% unless page.no_issue %}
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
PDRTJS_settings_8345992 = {
|
PDRTJS_settings_8345992 = {
|
||||||
"id" : "8345992",
|
"id" : "8345992",
|
||||||
"unique_id" : "{{ page.url }}",
|
"unique_id" : "{{ page.url }}",
|
||||||
"title" : "{{ page.title }}",
|
"title" : "{{ page.title }}",
|
||||||
"permalink" : "https://kubernetes.io{{ page.url }}"
|
"permalink" : "http://kubernetes.github.io{{ page.url }}"
|
||||||
};
|
};
|
||||||
(function(d,c,j){if(!document.getElementById(j)){var pd=d.createElement(c),s;pd.id=j;pd.src=('https:'==document.location.protocol)?'https://polldaddy.com/js/rating/rating.js':'http://i0.poll.fm/js/rating/rating.js';s=document.getElementsByTagName(c)[0];s.parentNode.insertBefore(pd,s);}}(document,'script','pd-rating-js'));
|
(function(d,c,j){if(!document.getElementById(j)){var pd=d.createElement(c),s;pd.id=j;pd.src=('https:'==document.location.protocol)?'https://polldaddy.com/js/rating/rating.js':'http://i0.poll.fm/js/rating/rating.js';s=document.getElementsByTagName(c)[0];s.parentNode.insertBefore(pd,s);}}(document,'script','pd-rating-js'));
|
||||||
</script>
|
</script>
|
||||||
<a href="" onclick="window.open('https://github.com/kubernetes/website/issues/new?title=Issue%20with%20' +
|
<a href="" onclick="window.open('https://github.com/kubernetes/kubernetes.github.io/issues/new?title=Issue%20with%20' +
|
||||||
'k8s.io'+window.location.pathname)" class="button issue">Create an Issue</a>
|
'k8s.io'+window.location.pathname)" class="button issue">Create an Issue</a>
|
||||||
|
{% endunless %}
|
||||||
{% unless page.noedit %}
|
{% unless page.noedit %}
|
||||||
<a href="/editdocs#{{ page.path }}" class="button issue">Edit this Page</a>
|
<a href="/editdocs#{{ page.path }}" class="button issue">Edit this Page</a>
|
||||||
{% endunless %}
|
{% endunless %}
|
||||||
|
|||||||
@@ -3,6 +3,7 @@ approvers:
|
|||||||
- brendandburns
|
- brendandburns
|
||||||
- erictune
|
- erictune
|
||||||
- mikedanese
|
- mikedanese
|
||||||
|
no_issue: true
|
||||||
title: Setup
|
title: Setup
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user