You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/contribute/new-content/blogs-case-studies.md
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -189,6 +189,17 @@ To submit a blog post follow these directions:
189
189
- **Tutorials** that only apply to specific releases or versions and not all future versions
190
190
- References to pre-GA APIs or features
191
191
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
+
192
203
## Submit a case study
193
204
194
205
Case studies highlight how organizations are using Kubernetes to solve real-world problems. The
0 commit comments