Skip to content

Commit 549ae4d

Browse files
author
zacharysarah
committed
Clarify permitted content
1 parent 6e6f44d commit 549ae4d

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

content/en/docs/contribute/style/content-guide.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,14 @@ project](https://github.com/kubernetes/kubernetes).
3232

3333
## What's allowed
3434

35-
Kubernetes docs permit only some kinds of content.
35+
Kubernetes docs allow content for third-party projects only when:
36+
37+
- Content documents software in the Kubernetes project
38+
- Content documents software that's out of project but necessary for Kubernetes to function
39+
- Content is canonical on kubernetes.io, or links to canonical content elsewhere
3640

3741
### Third party content
42+
3843
Kubernetes documentation includes applied examples of projects in the Kubernetes project—projects that live in the [kubernetes](https://github.com/kubernetes) and
3944
[kubernetes-sigs](https://github.com/kubernetes-sigs) GitHub organizations.
4045

@@ -43,7 +48,7 @@ Links to active content in the Kubernetes project are always allowed.
4348
Kubernetes requires some third party content to function. Examples include container runtimes (containerd, CRI-O, Docker),
4449
[networking policy](/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins/) (CNI plugins), [Ingress controllers](https://kubernetes.io/docs/concepts/services-networking/ingress-controllers/), and [logging](https://kubernetes.io/docs/concepts/cluster-administration/logging/).
4550

46-
Docs can link to third-party open source software (OSS) outside the Kubernetes project if it's necessary for Kubernetes to function.
51+
Docs can link to third-party open source software (OSS) outside the Kubernetes project only if it's necessary for Kubernetes to function.
4752

4853
### Dual sourced content
4954

0 commit comments

Comments
 (0)