From 263e0b8cedd147eec6526a4491d1304aa95a33ef Mon Sep 17 00:00:00 2001 From: zhangxianting Date: Fri, 8 Jul 2022 12:48:31 +0800 Subject: [PATCH 1/2] [zh] Localize added note about page weights and localization --- content/zh-cn/docs/contribute/style/content-organization.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/zh-cn/docs/contribute/style/content-organization.md b/content/zh-cn/docs/contribute/style/content-organization.md index 43becbb1a02..827671b1629 100644 --- a/content/zh-cn/docs/contribute/style/content-organization.md +++ b/content/zh-cn/docs/contribute/style/content-organization.md @@ -52,10 +52,12 @@ weight: 10 {{< note >}} 对于页面的权重,不建议使用连续的数值,比如 1、2、3...,而应采用其他间隔的数值,比如 10、20、30... 这样将来你可以将其他页面插入到想要的位置。 +此外,在相同目录(章节)中的每个权重不应该与其他权重重叠,这样做可以确保文档内容始终是正确且有条理的,尤其是对于本地化的内容。 {{< /note >}}