summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKubernetes Prow Robot <k8s-ci-robot@users.noreply.github.com>2020-11-13 17:59:04 -0800
committerGitHub <noreply@github.com>2020-11-13 17:59:04 -0800
commit2ae58cd824aa71a027cac3dc77edb314ff6a35c1 (patch)
treec3a2f2c10fab9d6f4f209df7651e0ce201f99aa8
parent768a5e0b719e17c420eb9b2ebcc818991ae76a35 (diff)
parent0dfc38b35db207d5ff2c7085ab05900a11f94c2c (diff)
Merge pull request #5288 from liggitt/website-policy
Add website guidelines
-rw-r--r--communication/README.md5
-rw-r--r--communication/website-guidelines.md33
2 files changed, 38 insertions, 0 deletions
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..b430b0c8
--- /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 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
+[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