Skip to content

Commit 8053e08

Browse files
yupengztechenopis
yupengzte
authored andcommitted
Replace the tab with 4 spaces in html files
Signed-off-by: yupengzte <[email protected]>
1 parent eaa52cf commit 8053e08

File tree

65 files changed

+2932
-2932
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

65 files changed

+2932
-2932
lines changed

_includes/footer.html

+32-32
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
11
<footer>
2-
<main class="light-text">
3-
<nav>
4-
<a href="/docs/hellonode/">Get Started</a>
5-
<a href="/docs/">Documentation</a>
6-
<a href="http://blog.kubernetes.io/">Blog</a>
7-
<a href="/partners/">Partners</a>
8-
<a href="/community/">Community</a>
9-
<a href="/case-studies/">Case Studies</a>
10-
</nav>
11-
<div class="social">
12-
<div>
13-
<a href="https://twitter.com/kubernetesio" class="twitter"><span>twitter</span></a>
14-
<a href="https://github.com/kubernetes/kubernetes" class="github"><span>Github</span></a>
15-
<a href="http://slack.k8s.io/" class="slack"><span>Slack</span></a>
16-
</div>
17-
<div>
18-
<a href="http://stackoverflow.com/questions/tagged/kubernetes" class="stack-overflow"><span>Stack Overflow</span></a>
19-
<a href="https://groups.google.com/forum/#!forum/kubernetes-users" class="mailing-list"><span>Mailing List</span></a>
20-
<a href="https://calendar.google.com/calendar/embed?src=nt2tcnbtbied3l6gi2h29slvc0%40group.calendar.google.com" class="calendar"><span>Events Calendar</span></a>
21-
</div>
22-
<div>
23-
<a href="//get.k8s.io" class="button">Download K8s</a>
24-
<a href="https://github.com/kubernetes/kubernetes" class="button">Contribute to the K8s codebase</a>
25-
</div>
26-
</div>
27-
<div id="miceType" class="center">
28-
&copy; {{ 'now' | date: "%Y" }} The Kubernetes Authors | Documentation Distributed under <a href="https://github.com/kubernetes/kubernetes.github.io/blob/master/LICENSE" class="light-text">CC BY 4.0</a>
29-
</div>
30-
<div id="miceType" class="center">
31-
Copyright &copy; {{ 'now' | date: "%Y" }} The Linux Foundation&reg;. All rights reserved. The Linux Foundation has registered trademarks and uses trademarks. For a list of trademarks of The Linux Foundation, please see our Trademark Usage page: <a href="https://www.linuxfoundation.org/trademark-usage" class="light-text">https://www.linuxfoundation.org/trademark-usage</a>
32-
</div>
33-
</main>
2+
<main class="light-text">
3+
<nav>
4+
<a href="/docs/hellonode/">Get Started</a>
5+
<a href="/docs/">Documentation</a>
6+
<a href="http://blog.kubernetes.io/">Blog</a>
7+
<a href="/partners/">Partners</a>
8+
<a href="/community/">Community</a>
9+
<a href="/case-studies/">Case Studies</a>
10+
</nav>
11+
<div class="social">
12+
<div>
13+
<a href="https://twitter.com/kubernetesio" class="twitter"><span>twitter</span></a>
14+
<a href="https://github.com/kubernetes/kubernetes" class="github"><span>Github</span></a>
15+
<a href="http://slack.k8s.io/" class="slack"><span>Slack</span></a>
16+
</div>
17+
<div>
18+
<a href="http://stackoverflow.com/questions/tagged/kubernetes" class="stack-overflow"><span>Stack Overflow</span></a>
19+
<a href="https://groups.google.com/forum/#!forum/kubernetes-users" class="mailing-list"><span>Mailing List</span></a>
20+
<a href="https://calendar.google.com/calendar/embed?src=nt2tcnbtbied3l6gi2h29slvc0%40group.calendar.google.com" class="calendar"><span>Events Calendar</span></a>
21+
</div>
22+
<div>
23+
<a href="//get.k8s.io" class="button">Download K8s</a>
24+
<a href="https://github.com/kubernetes/kubernetes" class="button">Contribute to the K8s codebase</a>
25+
</div>
26+
</div>
27+
<div id="miceType" class="center">
28+
&copy; {{ 'now' | date: "%Y" }} The Kubernetes Authors | Documentation Distributed under <a href="https://github.com/kubernetes/kubernetes.github.io/blob/master/LICENSE" class="light-text">CC BY 4.0</a>
29+
</div>
30+
<div id="miceType" class="center">
31+
Copyright &copy; {{ 'now' | date: "%Y" }} The Linux Foundation&reg;. All rights reserved. The Linux Foundation has registered trademarks and uses trademarks. For a list of trademarks of The Linux Foundation, please see our Trademark Usage page: <a href="https://www.linuxfoundation.org/trademark-usage" class="light-text">https://www.linuxfoundation.org/trademark-usage</a>
32+
</div>
33+
</main>
3434
</footer>

_includes/v1.3/extensions-v1beta1-definitions.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -4275,10 +4275,10 @@ <h3 id="_v1beta1_ingressrule">v1beta1.IngressRule</h3>
42754275
<tr>
42764276
<td class="tableblock halign-left valign-top"><p class="tableblock">host</p></td>
42774277
<td class="tableblock halign-left valign-top"><p class="tableblock">Host is the fully qualified domain name of a network host, as defined by RFC 3986. Note the following deviations from the "host" part of the URI as defined in the RFC: 1. IPs are not allowed. Currently an IngressRuleValue can only apply to the<br>
4278-
IP in the Spec of the parent Ingress.<br>
4278+
IP in the Spec of the parent Ingress.<br>
42794279
2. The <code>:</code> delimiter is not respected because ports are not allowed.<br>
4280-
Currently the port of an Ingress is implicitly :80 for http and<br>
4281-
:443 for https.<br>
4280+
Currently the port of an Ingress is implicitly :80 for http and<br>
4281+
:443 for https.<br>
42824282
Both these may change in the future. Incoming requests are matched against the host before the IngressRuleValue. If the host is unspecified, the Ingress routes all traffic based on the specified IngressRuleValue.</p></td>
42834283
<td class="tableblock halign-left valign-top"><p class="tableblock">false</p></td>
42844284
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>

_includes/v1.4/extensions-v1beta1-definitions.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -4393,10 +4393,10 @@ <h3 id="_v1beta1_ingressrule">v1beta1.IngressRule</h3>
43934393
<tr>
43944394
<td class="tableblock halign-left valign-top"><p class="tableblock">host</p></td>
43954395
<td class="tableblock halign-left valign-top"><p class="tableblock">Host is the fully qualified domain name of a network host, as defined by RFC 3986. Note the following deviations from the "host" part of the URI as defined in the RFC: 1. IPs are not allowed. Currently an IngressRuleValue can only apply to the<br>
4396-
IP in the Spec of the parent Ingress.<br>
4396+
IP in the Spec of the parent Ingress.<br>
43974397
2. The <code>:</code> delimiter is not respected because ports are not allowed.<br>
4398-
Currently the port of an Ingress is implicitly :80 for http and<br>
4399-
:443 for https.<br>
4398+
Currently the port of an Ingress is implicitly :80 for http and<br>
4399+
:443 for https.<br>
44004400
Both these may change in the future. Incoming requests are matched against the host before the IngressRuleValue. If the host is unspecified, the Ingress routes all traffic based on the specified IngressRuleValue.</p></td>
44014401
<td class="tableblock halign-left valign-top"><p class="tableblock">false</p></td>
44024402
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>

_includes/v1.5/extensions-v1beta1-definitions.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -4613,10 +4613,10 @@ <h3 id="_v1beta1_ingressrule">v1beta1.IngressRule</h3>
46134613
<tr>
46144614
<td class="tableblock halign-left valign-top"><p class="tableblock">host</p></td>
46154615
<td class="tableblock halign-left valign-top"><p class="tableblock">Host is the fully qualified domain name of a network host, as defined by RFC 3986. Note the following deviations from the "host" part of the URI as defined in the RFC: 1. IPs are not allowed. Currently an IngressRuleValue can only apply to the<br>
4616-
IP in the Spec of the parent Ingress.<br>
4616+
IP in the Spec of the parent Ingress.<br>
46174617
2. The <code>:</code> delimiter is not respected because ports are not allowed.<br>
4618-
Currently the port of an Ingress is implicitly :80 for http and<br>
4619-
:443 for https.<br>
4618+
Currently the port of an Ingress is implicitly :80 for http and<br>
4619+
:443 for https.<br>
46204620
Both these may change in the future. Incoming requests are matched against the host before the IngressRuleValue. If the host is unspecified, the Ingress routes all traffic based on the specified IngressRuleValue.</p></td>
46214621
<td class="tableblock halign-left valign-top"><p class="tableblock">false</p></td>
46224622
<td class="tableblock halign-left valign-top"><p class="tableblock">string</p></td>

_layouts/docwithnav.html

+14-14
Original file line numberDiff line numberDiff line change
@@ -59,20 +59,20 @@ <h1>{{ page.title }}</h1>
5959

6060
<p><a href=""><img src="https://kubernetes-site.appspot.com/UA-36037335-10/GitHub/{{ page.path }}?pixel" alt="Analytics" /></a></p>
6161
{% if page.url != "/404.html" and page.url != "/docs/search/" %}
62-
<script type="text/javascript">
63-
PDRTJS_settings_8345992 = {
64-
"id" : "8345992",
65-
"unique_id" : "{{ page.url }}",
66-
"title" : "{{ page.title }}",
67-
"permalink" : "http://kubernetes.github.io{{ page.url }}"
68-
};
69-
(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'));
70-
</script>
71-
<a href="" onclick="window.open('https://github.com/kubernetes/kubernetes.github.io/issues/new?title=Issue%20with%20' +
72-
window.location.pathname)" class="button issue">Create an Issue</a>
73-
<a href="/editdocs#{{ page.path }}" class="button issue">Edit this Page</a>
74-
{% endif %}
75-
</div>
62+
<script type="text/javascript">
63+
PDRTJS_settings_8345992 = {
64+
"id" : "8345992",
65+
"unique_id" : "{{ page.url }}",
66+
"title" : "{{ page.title }}",
67+
"permalink" : "http://kubernetes.github.io{{ page.url }}"
68+
};
69+
(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'));
70+
</script>
71+
<a href="" onclick="window.open('https://github.com/kubernetes/kubernetes.github.io/issues/new?title=Issue%20with%20' +
72+
window.location.pathname)" class="button issue">Create an Issue</a>
73+
<a href="/editdocs#{{ page.path }}" class="button issue">Edit this Page</a>
74+
{% endif %}
75+
</div>
7676
</section>
7777

7878
{% include_cached footer.html %}

0 commit comments

Comments
 (0)