Skip to content

Commit 8044b0d

Browse files
authored
Merge pull request #1 from kubernetes/master
merge k/website into tomkivlin/website
2 parents e201e63 + 14b20a3 commit 8044b0d

File tree

507 files changed

+15533
-10143
lines changed

Some content is hidden

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

507 files changed

+15533
-10143
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
name: Scheduled Netlify site build
3+
on:
4+
schedule: # Build twice daily: shortly after midnight and noon (UTC)
5+
# Offset is to be nice to the build service
6+
- cron: '4 0,12 * * *'
7+
jobs:
8+
build:
9+
runs-on: ubuntu-latest
10+
steps:
11+
- name: Trigger build on Netlify
12+
env:
13+
TOKEN: ${{ secrets.NETLIFY_BUILD_HOOK_KEY }}
14+
run: >-
15+
curl -s -H "Accept: application/json" -H "Content-Type: application/json" -X POST -d "{}" "https://api.netlify.com/build_hooks/${TOKEN}"

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ docker-serve:
5858
@echo -e "$(CCRED)**** The use of docker-serve is deprecated. Use container-serve instead. ****$(CCEND)"
5959
$(MAKE) container-serve
6060

61-
container-image:
61+
container-image: ## Build a container image for the preview of the website
6262
$(CONTAINER_ENGINE) build . \
6363
--network=host \
6464
--tag $(CONTAINER_IMAGE) \
@@ -67,7 +67,7 @@ container-image:
6767
container-build: module-check
6868
$(CONTAINER_RUN) --read-only --mount type=tmpfs,destination=/tmp,tmpfs-mode=01777 $(CONTAINER_IMAGE) sh -c "npm ci && hugo --minify"
6969

70-
container-serve: module-check
70+
container-serve: module-check ## Boot the development server using container. Run `make container-image` before this.
7171
$(CONTAINER_RUN) --read-only --mount type=tmpfs,destination=/tmp,tmpfs-mode=01777 -p 1313:1313 $(CONTAINER_IMAGE) hugo server --buildFuture --bind 0.0.0.0 --destination /tmp/hugo --cleanDestinationDir
7272

7373
test-examples:

OWNERS_ALIASES

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,9 @@ aliases:
77
- mrbobbytables
88
sig-docs-blog-reviewers: # Reviewers for blog content
99
- castrojo
10-
- cody-clark
1110
- kbarnard10
1211
- mrbobbytables
1312
- onlydole
14-
- parispittman
15-
- vonguard
1613
sig-docs-de-owners: # Admins for German content
1714
- bene2k1
1815
- mkorbi
@@ -30,6 +27,7 @@ aliases:
3027
- kbarnard10
3128
- kbhawkey
3229
- onlydole
30+
- reylejano
3331
- savitharaghunathan
3432
- sftim
3533
- steveperry-53
@@ -98,6 +96,7 @@ aliases:
9896
- irvifa
9997
sig-docs-id-reviews: # PR reviews for Indonesian content
10098
- girikuncoro
99+
- habibrosyad
101100
- irvifa
102101
- wahyuoi
103102
- phanama
@@ -138,6 +137,7 @@ aliases:
138137
- seokho-son
139138
- ysyukr
140139
- pjhwa
140+
- yoonian
141141
sig-docs-leads: # Website chairs and tech leads
142142
- irvifa
143143
- jimangel
@@ -214,3 +214,12 @@ aliases:
214214
- idvoretskyi
215215
- MaxymVlasov
216216
- Potapy4
217+
# authoritative source: git.k8s.io/community/OWNERS_ALIASES
218+
committee-steering: # provide PR approvals for announcements
219+
- cblecker
220+
- derekwaynecarr
221+
- dims
222+
- liggitt
223+
- mrbobbytables
224+
- nikhita
225+
- parispittman

README-de.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ Sobald Ihre Pull-Anfrage erstellt wurde, übernimmt ein Rezensent von Kubernetes
1414
Weitere Informationen zum Beitrag zur Kubernetes-Dokumentation finden Sie unter:
1515

1616
* [Mitwirkung beginnen](https://kubernetes.io/docs/contribute/start/)
17-
* [Ihre Dokumentationsänderungen bereitstellen](http://kubernetes.io/docs/contribute/intermediate#view-your-changes-locally)
18-
* [Seitenvorlagen verwenden](http://kubernetes.io/docs/contribute/style/page-content-types/)
19-
* [Dokumentationsstil-Handbuch](http://kubernetes.io/docs/contribute/style/style-guide/)
17+
* [Ihre Dokumentationsänderungen bereitstellen](https://kubernetes.io/docs/contribute/intermediate#view-your-changes-locally)
18+
* [Seitenvorlagen verwenden](https://kubernetes.io/docs/contribute/style/page-content-types/)
19+
* [Dokumentationsstil-Handbuch](https://kubernetes.io/docs/contribute/style/style-guide/)
2020
* [Übersetzung der Kubernetes-Dokumentation](https://kubernetes.io/docs/contribute/localization/)
2121

2222
## `README.md`'s Localizing Kubernetes Documentation
@@ -65,7 +65,7 @@ Dadurch wird der lokale Hugo-Server an Port 1313 gestartet. Öffnen Sie Ihren Br
6565

6666
## Community, Diskussion, Beteiligung und Unterstützung
6767

68-
Erfahren Sie auf der [Community-Seite](http://kubernetes.io/community/) wie Sie mit der Kubernetes-Community interagieren können.
68+
Erfahren Sie auf der [Community-Seite](https://kubernetes.io/community/) wie Sie mit der Kubernetes-Community interagieren können.
6969

7070
Sie können die Betreuer dieses Projekts unter folgender Adresse erreichen:
7171

README-es.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ Los revisores harán todo lo posible para proporcionar toda la información nece
1717
Para obtener más información sobre cómo contribuir a la documentación de Kubernetes, puede consultar:
1818

1919
* [Empezando a contribuir](https://kubernetes.io/docs/contribute/start/)
20-
* [Visualizando sus cambios en su entorno local](http://kubernetes.io/docs/contribute/intermediate#view-your-changes-locally)
21-
* [Utilizando las plantillas de las páginas](http://kubernetes.io/docs/contribute/style/page-content-types/)
22-
* [Guía de estilo de la documentación](http://kubernetes.io/docs/contribute/style/style-guide/)
20+
* [Visualizando sus cambios en su entorno local](https://kubernetes.io/docs/contribute/intermediate#view-your-changes-locally)
21+
* [Utilizando las plantillas de las páginas](https://kubernetes.io/docs/contribute/style/page-content-types/)
22+
* [Guía de estilo de la documentación](https://kubernetes.io/docs/contribute/style/style-guide/)
2323
* [Traduciendo la documentación de Kubernetes](https://kubernetes.io/docs/contribute/localization/)
2424

2525
## Levantando el sitio web kubernetes.io en su entorno local con Docker

0 commit comments

Comments
 (0)