Skip to content

Commit 2ae58cd

Browse files
authored
Merge pull request #5288 from liggitt/website-policy
Add website guidelines
2 parents 768a5e0 + 0dfc38b commit 2ae58cd

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed

communication/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,10 @@ We use Zoom for all of our community group meetings and contributor programs. -
108108
We keep a [shared calendar] with all of our community group meetings. If you'd
109109
like a contributor event published, please reach out to [#sig-contribex] on slack.
110110

111+
### Website
112+
113+
Documentation is published at https://kubernetes.io - [website guidelines]
114+
111115
### Social Media & Blogs
112116

113117
#### Twitter
@@ -185,6 +189,7 @@ place!
185189
[10am US Pacific Time]: https://www.google.com/search?q=1000+am+in+pst
186190
[troubleshooting guide]: https://kubernetes.io/docs/tasks/debug-application-cluster/troubleshooting/
187191
[@kubernetesio]: https://twitter.com/kubernetesio
192+
[website guidelines]: ./website-guidelines.md
188193
[Josh Berkus]: https://github.com/jberkus
189194
[zoom]: https://zoom.us/my/kubernetescommunity
190195
[k-dev moderators]: ./moderators.md#kubernetes-dev

communication/website-guidelines.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Website guidelines
2+
3+
## General content
4+
5+
The SIG-Docs [website subproject] maintains the kubernetes.io website,
6+
including site content, documentation, and generated reference documentation.
7+
SIG-Docs maintains guides for website contributors, including a [content guide]
8+
detailing the types of content allowed, and a [style guide].
9+
10+
[Contribute to Kubernetes docs]
11+
12+
## Blog
13+
14+
The [Kubernetes Blog] is a subproject of SIG-Docs and operated by the [blog team].
15+
16+
[Submit a blog post]
17+
18+
## Community statements
19+
20+
Prominent notices on Kubernetes web sites (such as site-wide or front-page banners)
21+
may be used occasionally to publish information on behalf of the Kubernetes community.
22+
The content of those notices must be approved by the [Kubernetes Steering Committee].
23+
Notices may remain up to 3 weeks, after which they automatically expire
24+
and are removed unless renewed by the steering committee for additional 3 week periods.
25+
26+
[website subproject]: https://github.com/kubernetes/community/tree/master/sig-docs#website
27+
[content guide]: https://kubernetes.io/docs/contribute/style/content-guide/
28+
[style guide]: https://kubernetes.io/docs/contribute/style/style-guide/
29+
[Contribute to Kubernetes docs]: https://kubernetes.io/docs/contribute/
30+
[Kubernetes Blog]: https://kubernetes.io/blog/
31+
[blog team]: /sig-docs/blog-subproject
32+
[Submit a blog post]: https://kubernetes.io/docs/contribute/#other-ways-to-contribute
33+
[Kubernetes Steering Committee]: https://github.com/kubernetes/steering#steering-committee

0 commit comments

Comments
 (0)