From 5148c9a6de7af60d7a1eb64c4040f49be0c4a607 Mon Sep 17 00:00:00 2001 From: Jordan Liggitt Date: Mon, 2 Nov 2020 22:47:08 -0500 Subject: Add website guidelines Link to sig-docs website and blog subprojects Add policy on use of the website banner for community statements --- communication/README.md | 5 +++++ communication/website-guidelines.md | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 communication/website-guidelines.md diff --git a/communication/README.md b/communication/README.md index 7ea729ac..ce666ece 100644 --- a/communication/README.md +++ b/communication/README.md @@ -108,6 +108,10 @@ We use Zoom for all of our community group meetings and contributor programs. - We keep a [shared calendar] with all of our community group meetings. If you'd like a contributor event published, please reach out to [#sig-contribex] on slack. +### Website + +Documentation is published at https://kubernetes.io - [website guidelines] + ### Social Media & Blogs #### Twitter @@ -185,6 +189,7 @@ place! [10am US Pacific Time]: https://www.google.com/search?q=1000+am+in+pst [troubleshooting guide]: https://kubernetes.io/docs/tasks/debug-application-cluster/troubleshooting/ [@kubernetesio]: https://twitter.com/kubernetesio +[website guidelines]: ./website-guidelines.md [Josh Berkus]: https://github.com/jberkus [zoom]: https://zoom.us/my/kubernetescommunity [k-dev moderators]: ./moderators.md#kubernetes-dev diff --git a/communication/website-guidelines.md b/communication/website-guidelines.md new file mode 100644 index 00000000..4a91e944 --- /dev/null +++ b/communication/website-guidelines.md @@ -0,0 +1,33 @@ +# Website guidelines + +## General content + +The SIG-Docs [website subproject] maintains the kubernetes.io website, +including site content, documentation, and generated reference documentation. +SIG-Docs maintains guides for website contributors, including a [content guide] +detailing the types of content allowed, and a [style guide]. + +[Contribute to Kubernetes docs] + +## Blog + +The [Kubernetes Blog] is a subproject of SIG-Docs and operated by the [blog team]. + +[Submit a blog post] + +## Community statements + +Prominent notices on Kubernetes web sites (such as site-wide or front-page banners) +may be used occasionally to publish statements on behalf of the Kubernetes community. +The content of those statements must be approved by the [Kubernetes Steering Committee]. +Statements may remain up to 3 weeks, after which they automatically expire +and are removed unless renewed by the steering committee for additional 3 week periods. + +[website subproject]: https://github.com/kubernetes/community/tree/master/sig-docs#website +[content guide]: https://kubernetes.io/docs/contribute/style/content-guide/ +[style guide]: https://kubernetes.io/docs/contribute/style/style-guide/ +[Contribute to Kubernetes docs]: https://kubernetes.io/docs/contribute/ +[Kubernetes Blog]: https://kubernetes.io/blog/ +[blog team]: /sig-docs/blog-subproject +[Submit a blog post]: https://kubernetes.io/docs/contribute/#other-ways-to-contribute +[Kubernetes Steering Committee]: https://github.com/kubernetes/steering#steering-committee \ No newline at end of file -- cgit v1.2.3 From 0dfc38b35db207d5ff2c7085ab05900a11f94c2c Mon Sep 17 00:00:00 2001 From: Jordan Liggitt Date: Wed, 4 Nov 2020 10:39:21 -0500 Subject: statements -> notices --- communication/website-guidelines.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/communication/website-guidelines.md b/communication/website-guidelines.md index 4a91e944..b430b0c8 100644 --- a/communication/website-guidelines.md +++ b/communication/website-guidelines.md @@ -18,9 +18,9 @@ The [Kubernetes Blog] is a subproject of SIG-Docs and operated by the [blog team ## Community statements Prominent notices on Kubernetes web sites (such as site-wide or front-page banners) -may be used occasionally to publish statements on behalf of the Kubernetes community. -The content of those statements must be approved by the [Kubernetes Steering Committee]. -Statements may remain up to 3 weeks, after which they automatically expire +may be used occasionally to publish information on behalf of the Kubernetes community. +The content of those notices must be approved by the [Kubernetes Steering Committee]. +Notices may remain up to 3 weeks, after which they automatically expire and are removed unless renewed by the steering committee for additional 3 week periods. [website subproject]: https://github.com/kubernetes/community/tree/master/sig-docs#website -- cgit v1.2.3