Skip to content

Commit d2c156c

Browse files
committed
Add mirroring guidelines
1 parent ad537b9 commit d2c156c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

content/en/docs/contribute/new-content/blogs-case-studies.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,17 @@ To submit a blog post follow these directions:
189189
- **Tutorials** that only apply to specific releases or versions and not all future versions
190190
- References to pre-GA APIs or features
191191

192+
### Mirroring from the Kubernetes Contributor Blog
193+
194+
To mirror a blog post from the [Kubernetes contributor blog](https://www.kubernetes.dev/blog/), follow these guidelines:
195+
196+
- Keep the blog content the same. If there are changes, they should be made to the original article first, and then to the mirrored article.
197+
- The mirrored blog should have a `canonicalUrl`, that is, essentially the url of the original blog after it has been published.
198+
- [Kubernetes contributor blogs](https://kubernetes.dev/blog) have their authors mentioned in the YAML header, while the Kubernetes blog posts mention authors in the blog content itself. This should be changed when mirroring the content.
199+
- Publication dates stay the same as the original blog.
200+
201+
All of the other guidelines and expectations detailed above apply as well.
202+
192203
## Submit a case study
193204

194205
Case studies highlight how organizations are using Kubernetes to solve real-world problems. The

0 commit comments

Comments
 (0)