From c209aa503753ccbd297eb8e0946c708dc9528a74 Mon Sep 17 00:00:00 2001 From: TAKAHASHI Shuuji Date: Tue, 18 Aug 2020 02:54:30 +0900 Subject: [PATCH 1/2] Copy contribute/style/_index.md from en/ directory. --- content/ja/docs/contribute/style/_index.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 content/ja/docs/contribute/style/_index.md diff --git a/content/ja/docs/contribute/style/_index.md b/content/ja/docs/contribute/style/_index.md new file mode 100644 index 0000000000..f7ad145f79 --- /dev/null +++ b/content/ja/docs/contribute/style/_index.md @@ -0,0 +1,9 @@ +--- +title: Documentation style overview +main_menu: true +weight: 80 +--- + +The topics in this section provide guidance on writing style, content formatting +and organization, and using Hugo customizations specific to Kubernetes +documentation. From de45043534eaf74ff79d4f2805398f51200e74fd Mon Sep 17 00:00:00 2001 From: TAKAHASHI Shuuji Date: Tue, 18 Aug 2020 02:54:49 +0900 Subject: [PATCH 2/2] Translate contribute/style/_index.md into Japanese. --- content/ja/docs/contribute/style/_index.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/content/ja/docs/contribute/style/_index.md b/content/ja/docs/contribute/style/_index.md index f7ad145f79..944a5cbd6e 100644 --- a/content/ja/docs/contribute/style/_index.md +++ b/content/ja/docs/contribute/style/_index.md @@ -1,9 +1,7 @@ --- -title: Documentation style overview +title: ドキュメントスタイルの概要 main_menu: true weight: 80 --- -The topics in this section provide guidance on writing style, content formatting -and organization, and using Hugo customizations specific to Kubernetes -documentation. +このセクション内のトピックでは、文章のスタイル、コンテンツの形式や構成、特にKubernetesのドキュメント特有のHugoカスタマイズの使用方法に関するガイダンスを提供します。