From 29d1a31b6a5a048fa4f9926266dfdc66035fb1b0 Mon Sep 17 00:00:00 2001 From: Ayush Date: Fri, 28 Mar 2025 00:02:38 +0530 Subject: [PATCH] add point in Readme --- README.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ca40fcf8c390a..5cb2a7f919a05 100644 --- a/README.md +++ b/README.md @@ -30,12 +30,14 @@ cd website The Kubernetes website uses the [Docsy Hugo theme](https://github.com/google/docsy#readme). Even if you plan to run the website in a container, we strongly recommend pulling in the submodule and other development dependencies by running the following: ### Windows + ```powershell # fetch submodule dependencies git submodule update --init --recursive --depth 1 ``` ### Linux / other Unix + ```bash # fetch submodule dependencies make module-init @@ -178,9 +180,9 @@ For more information about contributing to the Kubernetes documentation, see: If you need help at any point when contributing, the [New Contributor Ambassadors](https://kubernetes.io/docs/contribute/advanced/#serve-as-a-new-contributor-ambassador) are a good point of contact. These are SIG Docs approvers whose responsibilities include mentoring new contributors and helping them through their first few pull requests. The best place to contact the New Contributors Ambassadors would be on the [Kubernetes Slack](https://slack.k8s.io/). Current New Contributors Ambassadors for SIG Docs: -| Name | Slack | GitHub | -| -------------------------- | -------------------------- | -------------------------- | -| Arsh Sharma | @arsh | @RinkiyaKeDad | +| Name | Slack | GitHub | +| ----------- | ----- | ------------- | +| Arsh Sharma | @arsh | @RinkiyaKeDad | ## Localization `README.md`'s @@ -194,10 +196,16 @@ If you need help at any point when contributing, the [New Contributor Ambassador | [Italian](README-it.md) | [Ukrainian](README-uk.md) | | [Japanese](README-ja.md) | [Vietnamese](README-vi.md) | +## Deployment + +The website is automatically deployed: +Preview builds are created for each PR via Netlify +Merges to main are deployed to production + ## Code of conduct Participation in the Kubernetes community is governed by the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/main/code-of-conduct.md). -## Thank you +## Thank you all Kubernetes thrives on community participation, and we appreciate your contributions to our website and our documentation!