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/zh-cn/docs/contribute/new-content/blogs-case-studies.md
+7-3Lines changed: 7 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -286,6 +286,10 @@ SIG Docs
286
286
date: YYYY-MM-DD
287
287
slug: text-for-URL-link-here-no-spaces
288
288
---
289
+
author: >
290
+
Author-1 (Affiliation),
291
+
Author-2 (Affiliation),
292
+
Author-3 (Affiliation)
289
293
```
290
294
291
295
<!--
@@ -361,15 +365,15 @@ To mirror a blog post from the [Kubernetes contributor blog](https://www.kuberne
361
365
<!--
362
366
- 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.
363
367
- The mirrored blog should have a `canonicalUrl`, that is, essentially the url of the original blog after it has been published.
364
-
- [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.
368
+
- Same as [Kubernetes contributor blogs](https://kubernetes.dev/blog), Kubernetes blog posts also mention authors in the YAML header as per the new guidelines. This should be ensured.
365
369
- Publication dates stay the same as the original blog.
366
370
367
371
All of the other guidelines and expectations detailed above apply as well.
0 commit comments