Skip to content

Commit 7ea5de0

Browse files
authored
Merge pull request #48525 from rdalbuquerque/merged-main-dev-1.32
Merged main into dev 1.32
2 parents d2b389f + 1de1753 commit 7ea5de0

File tree

132 files changed

+2267
-984
lines changed

Some content is hidden

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

132 files changed

+2267
-984
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -197,14 +197,14 @@ If you need help at any point when contributing, the [New Contributor Ambassador
197197

198198
| Language | Language |
199199
| -------------------------- | -------------------------- |
200-
| [Bengali](README-bn.md) | [Korean](README-ko.md) |
201-
| [Chinese](README-zh.md) | [Polish](README-pl.md) |
202-
| [French](README-fr.md) | [Portuguese](README-pt.md) |
203-
| [German](README-de.md) | [Russian](README-ru.md) |
204-
| [Hindi](README-hi.md) | [Spanish](README-es.md) |
205-
| [Indonesian](README-id.md) | [Ukrainian](README-uk.md) |
206-
| [Italian](README-it.md) | [Vietnamese](README-vi.md) |
207-
| [Japanese](README-ja.md) | |
200+
| [Bengali](./content/bn/README.md) | [Korean](./content/ko/README.md) |
201+
| [Chinese](./content/zh-cn/README.md) | [Polish](./content/pl/README.md) |
202+
| [French](./content/fr/README.md) | [Portuguese](./content/pt-br/README.md) |
203+
| [German](./content/de/README.md) | [Russian](./content/ru/README.md) |
204+
| [Hindi](./content/hi/README.md) | [Spanish](./content/es/README.md) |
205+
| [Indonesian](./content/id/README.md) | [Ukrainian](./content/uk/README.md) |
206+
| [Italian](./content/it/README.md) | [Vietnamese](./content/vi/README.md) |
207+
| [Japanese](./content/ja/README.md) | |
208208

209209
## Code of conduct
210210

assets/scss/_base.scss

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ body {
4646
background-color: white;
4747

4848
a {
49-
color: $blue;
49+
color: $primary;
5050
}
5151
}
5252

@@ -74,13 +74,13 @@ footer {
7474
padding: 6px 20px;
7575
line-height: 1.3rem;
7676
color: white;
77-
background-color: $blue;
77+
background-color: $primary;
7878
text-decoration: none;
7979
font-size: 1rem;
8080
border: 0px;
8181

8282
&:hover {
83-
background-color: darken($blue, 10%);
83+
background-color: darken($primary, 10%);
8484
color: white;
8585
}
8686
}
@@ -102,13 +102,13 @@ main {
102102
padding: 6px 20px;
103103
line-height: 1.3rem;
104104
color: white;
105-
background-color: $blue;
105+
background-color: $primary;
106106
text-decoration: none;
107107
font-size: 1rem;
108108
border: 0px;
109109

110110
&:hover {
111-
background-color: darken($blue, 10%);
111+
background-color: darken($primary, 10%);
112112
color: white;
113113
}
114114
}
@@ -142,7 +142,7 @@ main {
142142
left: 15%;
143143
width: 70%;
144144
height: 2px;
145-
background-color: $blue;
145+
background-color: $primary;
146146
transition: 0.3s;
147147
content: "";
148148
}
@@ -259,15 +259,15 @@ main {
259259
transition: 0.3s;
260260

261261
&:hover {
262-
color: $blue;
262+
color: $primary;
263263
}
264264
}
265265

266266
a.item > .title {
267267
color: black;
268268

269269
&:hover {
270-
color: $blue;
270+
color: $primary;
271271
}
272272
}
273273

@@ -279,7 +279,7 @@ main {
279279
left: 2px;
280280
border-style: solid;
281281
border-width: 5px 0 5px 8px;
282-
border-color: transparent transparent transparent $blue;
282+
border-color: transparent transparent transparent $primary;
283283
transform: rotate(0deg);
284284
transition: 0.3s;
285285
}
@@ -378,7 +378,7 @@ dd {
378378
height: 45px;
379379
line-height: 45px;
380380
font-size: 20px;
381-
color: $blue;
381+
color: $primary;
382382
}
383383

384384
.button {
@@ -485,7 +485,7 @@ section#cncf {
485485
padding-bottom: $ocean-nodes-padding-Y;
486486

487487
a {
488-
color: $blue;
488+
color: $primary;
489489
}
490490

491491
.main-section {
@@ -571,7 +571,7 @@ section#cncf {
571571
font-size: 24px;
572572
background-color: white;
573573
border-radius: 8px;
574-
color: $blue;
574+
color: $primary;
575575
padding: 15px 30px 15px 80px;
576576
margin-bottom: 15px;
577577

@@ -583,7 +583,7 @@ section#cncf {
583583
height: 0;
584584
border-style: solid;
585585
border-width: 10px 0 10px 20px;
586-
border-color: transparent transparent transparent $blue;
586+
border-color: transparent transparent transparent $primary;
587587
}
588588

589589
&:hover::before {
@@ -681,7 +681,7 @@ section#cncf {
681681
padding: 0 20px;
682682
line-height: 31px;
683683
color: white;
684-
background-color: blue;
684+
background-color: $primary;
685685
text-decoration: none;
686686
font-size: 14px;
687687
}
@@ -788,7 +788,7 @@ section#cncf {
788788

789789
a {
790790
display: inline-block;
791-
color: $blue;
791+
color: $primary;
792792
font-size: 24px;
793793
font-weight: 400;
794794
text-decoration: none;
@@ -843,7 +843,7 @@ section#cncf {
843843
bottom: -30px;
844844
left: 50%;
845845
transform: translateX(-50%);
846-
color: $blue;
846+
color: $primary;
847847
font-weight: 400;
848848
}
849849
}
@@ -868,7 +868,7 @@ section#cncf {
868868
white-space: nowrap;
869869
text-indent: 50px;
870870
overflow: hidden;
871-
background: $blue url(/images/icon-pencil.svg) no-repeat;
871+
background: $primary url(/images/icon-pencil.svg) no-repeat;
872872
background-position: 12px 10px;
873873
background-size: 29px 29px;
874874
}

assets/scss/_custom.scss

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ $announcement-size-adjustment: 8px;
2727
}
2828

2929
.ui-widget-content a {
30-
color: $blue;
30+
color: $primary;
3131
}
3232
}
3333

@@ -75,6 +75,10 @@ body {
7575
}
7676
}
7777

78+
table td.value-not-applicable {
79+
text-align: center;
80+
}
81+
7882
/* Emphasize first paragraph of running text on site front page */
7983
body.td-home main[role="main"] > section:first-of-type .content p:first-child {
8084
line-height: 1.3em;
@@ -113,7 +117,7 @@ body.td-404 main .error-details {
113117

114118
// mermaid diagram - sequence diagram
115119
.actor {
116-
fill: #326ce5 !important;
120+
fill: $primary !important;
117121
}
118122
text.actor {
119123
font-size: 18px !important;
@@ -413,7 +417,7 @@ body.cid-community {
413417
display: inline-block;
414418
vertical-align: top;
415419
position: relative;
416-
background-color: #326ce5; // Kubernetes blue
420+
background-color: $primary;
417421
color: #fff;
418422
padding: 0;
419423
margin: 0;
@@ -527,9 +531,9 @@ body.cid-partners {
527531
border-radius: 6px;
528532
padding: 0 20px;
529533
line-height: 40px;
530-
color: #ffffff;
531534
font-size: 16px;
532-
background-color: #326ce5;
535+
background-color: $primary;
536+
color: $white;
533537
text-decoration: none;
534538
}
535539

@@ -735,7 +739,7 @@ body.cid-code-of-conduct main {
735739
color: #000000;
736740
}
737741

738-
color: $blue;
742+
color: $primary;
739743
margin: 1rem;
740744
}
741745
}
@@ -1158,7 +1162,7 @@ div.alert > em.javascript-required {
11581162

11591163
#search .pagefind-ui.pagefind-ui__result-nested::before {
11601164
content: "\2937 ";
1161-
color: $blue;
1165+
color: $primary;
11621166
}
11631167

11641168
#search .pagefind-ui ol > li {
@@ -1169,7 +1173,7 @@ div.alert > em.javascript-required {
11691173

11701174
#search .pagefind-ui button {
11711175
color: #fff;
1172-
background-color: $blue;
1176+
background-color: $primary;
11731177
border-radius: 0.2em;
11741178
border: 0.1rem solid $medium-grey;
11751179
padding: 0.3em;

assets/scss/_documentation.scss

Lines changed: 23 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ body {
162162

163163
> .feature-state-name::before {
164164
content: '';
165-
color: #326ce5; // Kubernetes blue
165+
color: $primary;
166166
}
167167
> .feature-state-name {
168168
display: inline-block;
@@ -214,7 +214,7 @@ body {
214214
}
215215

216216
.deprecation-warning.outdated-blog, .pageinfo.deprecation-warning.outdated-blog {
217-
background-color: $blue;
217+
background-color: $primary;
218218
color: $white;
219219
}
220220

@@ -238,6 +238,21 @@ body.td-home #deprecation-warning {
238238
margin-right: auto;
239239
}
240240

241+
// <details> shortcode
242+
243+
details > summary {
244+
margin-bottom: 1em;
245+
color: $primary;
246+
background: transparent;
247+
}
248+
249+
details:not([open]) > summary:after {
250+
content: '';
251+
display: inline-block;
252+
}
253+
254+
// glossary
255+
241256
body.glossary {
242257
main {
243258
ul.glossary-terms > li {
@@ -251,7 +266,7 @@ body.glossary {
251266
display: none;
252267
}
253268
ul.glossary-terms > li:has(.term-anchor:target) {
254-
border-left: 0.3em solid $blue;
269+
border-left: 0.3em solid $primary;
255270
background: rgba(#999999, 0.2);
256271
}
257272
#tag-container {
@@ -280,7 +295,7 @@ body.glossary {
280295
font-size: 0.925em;
281296
}
282297
.tag-option:not(.canonical-tag):hover {
283-
outline: 1.5px solid $blue;
298+
outline: 1.5px solid $primary;
284299
}
285300
.tag-description {
286301
margin-left: auto;
@@ -300,18 +315,18 @@ body.glossary {
300315
}
301316
.active-tag {
302317
color: $white;
303-
background-color: $blue;
318+
background-color: $primary;
304319
}
305320
// darken on hover
306321
.canonical-tag:hover {
307322
background: darken(#999999, 15%)
308323
}
309324
.canonical-tag.active-tag:hover {
310-
background: darken($blue, 15%)
325+
background: darken($primary, 10%);
311326
}
312327
}
313328
.term-anchor:target + .term-name > span {
314-
color: $blue;
329+
color: $primary;
315330
}
316331
.term-anchor:target {
317332
visibility: initial;
@@ -362,7 +377,7 @@ body.glossary {
362377
padding-left: 0.1em;
363378
}
364379
.term-name:hover {
365-
color: $blue;
380+
color: $primary;
366381
}
367382
.term-name:not(:hover) > .permalink {
368383
visibility: hidden;

assets/scss/_tablet.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ $feature-box-div-width: 45%;
199199

200200
a {
201201
display: inline-block;
202-
color: $blue;
202+
color: $primary;
203203
font-weight: 400;
204204
text-decoration: none;
205205
}

assets/scss/_variables_project.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
Override variables from the theme here. */
33

44
$primary: #326ce5;
5+
$secondary: #495057;
56

6-
$blue: #326ce5;
77
$light-grey: #f7f7f7;
8-
$dark-grey: #303030;
98
$medium-grey: #4c4c4c;
9+
$dark-grey: #303030;
1010
$white: #ffffff;
1111

1212
// tooltip

README-bn.md renamed to content/bn/README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -190,16 +190,16 @@ sudo launchctl load -w /Library/LaunchDaemons/limit.maxfiles.plist
190190

191191
## Localization READMEs
192192

193-
| Language | Language |
194-
| -------------------------- | -------------------------- |
195-
| [Bengali](README-bn.md) | [Korean](README-ko.md) |
196-
| [Chinese](README-zh.md) | [Polish](README-pl.md) |
197-
| [French](README-fr.md) | [Portuguese](README-pt.md) |
198-
| [German](README-de.md) | [Russian](README-ru.md) |
199-
| [Hindi](README-hi.md) | [Spanish](README-es.md) |
200-
| [Indonesian](README-id.md) | [Ukrainian](README-uk.md) |
201-
| [Italian](README-it.md) | [Vietnamese](README-vi.md) |
202-
| [Japanese](README-ja.md) | |
193+
| Language | Language |
194+
| ----------------------------- | -------------------------------- |
195+
| [Bengali](../bn/README.md) | [Japanese](../ja/README.md) |
196+
| [Chinese](../zh-cn/README.md) | [Korean](../ko/README.md) |
197+
| [English](../../README.md) | [Polish](../pl/README.md) |
198+
| [French](../fr/README.md) | [Portuguese](../pt-br/README.md) |
199+
| [German](../de/README.md) | [Russian](../ru/README.md) |
200+
| [Hindi](../hi/README.md) | [Spanish](../es/README.md) |
201+
| [Indonesian](../id/README.md) | [Ukrainian](../uk/README.md) |
202+
| [Italian](../it/README.md) | [Vietnamese](../vi/README.md) |
203203

204204
## কোড অফ কন্ডাক্ট
205205

0 commit comments

Comments
 (0)