Skip to content

Commit ed07d3f

Browse files
authored
Merge pull request #24686 from eagleusb/merged-master-dev-1.20
Merge master into dev-1.20 to keep in sync
2 parents a9b21d2 + 45ec60b commit ed07d3f

File tree

268 files changed

+11694
-55802
lines changed

Some content is hidden

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

268 files changed

+11694
-55802
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The [Kubernetes SIG Docs Discussion Group](https://groups.google.com/forum/#!for
1818

1919
### Style Guides and Templates
2020

21-
Before submitting a pull request to create new content, please review the [Kubernetes.io style guide](http://kubernetes.io/docs/home/contribute/style-guide/) and follow the [instructions for using page templates](http://kubernetes.io/docs/home/contribute/page-templates/).
21+
Before submitting a pull request to create new content, please review the [Kubernetes.io style guide](http://kubernetes.io/docs/home/contribute/style-guide/) and follow the [instructions for using page templates](https://kubernetes.io/docs/contribute/style/page-content-types/).
2222

2323

2424
## Contributing to Documentation

OWNERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ approvers:
99
emeritus_approvers:
1010
# - chenopis, commented out to disable PR assignments
1111
# - jaredbhatti, commented out to disable PR assignments
12+
# - steveperry-53, commented out to disable PR assignments
1213
- stewart-yu
1314
- zacharysarah
1415

OWNERS_ALIASES

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ aliases:
3434
- sftim
3535
- steveperry-53
3636
- tengqm
37-
- xiangpengzhao
3837
- zacharysarah
3938
- zparnold
4039
sig-docs-en-reviews: # PR reviews for English content
@@ -49,7 +48,6 @@ aliases:
4948
- sftim
5049
- steveperry-53
5150
- tengqm
52-
- xiangpengzhao
5351
- zparnold
5452
sig-docs-es-owners: # Admins for Spanish content
5553
- raelga
@@ -156,7 +154,6 @@ aliases:
156154
- SataQiu
157155
- tanjunchen
158156
- tengqm
159-
- xiangpengzhao
160157
- xichengliudui
161158
# zhangxiaoyu-zidif
162159
sig-docs-zh-reviews: # PR reviews for Chinese content
@@ -167,7 +164,6 @@ aliases:
167164
- SataQiu
168165
- tanjunchen
169166
- tengqm
170-
- xiangpengzhao
171167
- xichengliudui
172168
# zhangxiaoyu-zidif
173169
sig-docs-pt-owners: # Admins for Portuguese content

README-hi.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
* [योगदान देना शुरू करें](https://kubernetes.io/docs/contribute/start/)
1919
* [परिवर्तनों को अंतिम चरण में लेजाएं](http://kubernetes.io/docs/contribute/intermediate#view-your-changes-locally)
20-
* [पेज टेम्पलेट](http://kubernetes.io/docs/contribute/style/page-templates/)
20+
* [पेज टेम्पलेट](https://kubernetes.io/docs/contribute/style/page-content-types/)
2121
* [प्रलेखन शैली गाइड](http://kubernetes.io/docs/contribute/style/style-guide/)
2222
* [स्थानीयकरण कुबरनेट्स प्रलेखन](https://kubernetes.io/docs/contribute/localization/)
2323

@@ -81,4 +81,4 @@ make serve
8181

8282
कुबरनेट्स सामुदायिक भागीदारी पर पनपती है, और हम वास्तव में हमारी साइट और हमारे प्रलेखन में आपके योगदान की सराहना करते हैं!
8383

84-
कुबरनेट्स आपकी भागीदारी पर निर्भर है, और हम हमारी साइट और प्रलेखन में आपके योगदान का मान करते हैं!
84+
कुबरनेट्स आपकी भागीदारी पर निर्भर है, और हम हमारी साइट और प्रलेखन में आपके योगदान का मान करते हैं!

README-ko.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
* [기여 시작하기](https://kubernetes.io/docs/contribute/start/)
1717
* [문서화 변경 사항 스테이징하기](http://kubernetes.io/docs/contribute/intermediate#view-your-changes-locally)
18-
* [페이지 템플릿 사용하기](http://kubernetes.io/docs/contribute/style/page-templates/)
18+
* [페이지 템플릿 사용하기](https://kubernetes.io/docs/contribute/style/page-content-types/)
1919
* [문서화 스타일 가이드](http://kubernetes.io/docs/contribute/style/style-guide/)
2020
* [쿠버네티스 문서화 로컬라이징](https://kubernetes.io/docs/contribute/localization/)
2121

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This repository contains the assets required to build the [Kubernetes website an
66

77
# Using this repository
88

9-
You can run the website locally using Hugo, or you can run it in a container runtime. We strongly recommend using the container runtime, as it gives deployment consistency with the live website.
9+
You can run the website locally using Hugo (Extended version), or you can run it in a container runtime. We strongly recommend using the container runtime, as it gives deployment consistency with the live website.
1010

1111
## Prerequisites
1212

@@ -15,7 +15,7 @@ To use this repository, you need the following installed locally:
1515
- [yarn](https://yarnpkg.com/)
1616
- [npm](https://www.npmjs.com/)
1717
- [Go](https://golang.org/)
18-
- [Hugo](https://gohugo.io/)
18+
- [Hugo (Extended version)](https://gohugo.io/)
1919
- A container runtime, like [Docker](https://www.docker.com/).
2020

2121
Before you start, install the dependencies. Clone the repository and navigate to the directory:
@@ -58,6 +58,11 @@ make serve
5858

5959
This will start the local Hugo server on port 1313. Open up your browser to http://localhost:1313 to view the website. As you make changes to the source files, Hugo updates the website and forces a browser refresh.
6060

61+
## Troubleshooting
62+
### error: failed to transform resource: TOCSS: failed to transform "scss/main.scss" (text/x-scss): this feature is not available in your current Hugo version
63+
64+
Hugo is shipped in two set of binaries for technical reasons. The current website runs based on the **Hugo Extended** version only. In the [release page](https://github.com/gohugoio/hugo/releases) look for archives with `extended` in the name. To confirm, run `hugo version` and look for the word `extended`.
65+
6166
### Troubleshooting macOS for too many open files
6267

6368
If you run `make serve` on macOS and receive the following error:

assets/scss/_case-studies.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
hr {
44
background-color: #999999;
5+
margin-top: 0;
56
}
67

78
h2 {
@@ -10,7 +11,7 @@ h2 {
1011

1112
.subhead {
1213
padding-bottom: 2% !important;
13-
padding-top: 0% !important;
14+
padding-top: 0.75em !important;
1415
}
1516

1617
.details {

assets/scss/_custom.scss

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,6 @@ $announcement-size-adjustment: 8px;
1111
max-width: 100%;
1212
}
1313

14-
table {
15-
margin-bottom: 1rem;
16-
display: initial;
17-
}
18-
1914
@media only screen and (min-width: 768px) {
2015
padding-top: 2rem !important;
2116
}

0 commit comments

Comments
 (0)