Translate contribute/style/content-guide.md into Japanese.
This commit is contained in:
@@ -1,77 +1,62 @@
|
|||||||
---
|
---
|
||||||
title: Documentation Content Guide
|
title: ドキュメントコンテンツガイド
|
||||||
linktitle: Content guide
|
linktitle: コンテンツガイド
|
||||||
content_type: concept
|
content_type: concept
|
||||||
weight: 10
|
weight: 10
|
||||||
---
|
---
|
||||||
|
|
||||||
<!-- overview -->
|
<!-- overview -->
|
||||||
|
|
||||||
This page contains guidelines for Kubernetes documentation.
|
このページでは、Kubernetesのドキュメント上のコンテンツのガイドラインを説明します。
|
||||||
|
|
||||||
If you have questions about what's allowed, join the #sig-docs channel in
|
許可されるコンテンツに関して疑問がある場合は、[Kubernetes Slack](https://slack.k8s.io/)の#sig-docsチャンネルに参加して質問してください!
|
||||||
[Kubernetes Slack](https://slack.k8s.io/) and ask!
|
|
||||||
|
|
||||||
You can register for Kubernetes Slack at https://slack.k8s.io/.
|
|
||||||
|
|
||||||
For information on creating new content for the Kubernetes
|
|
||||||
docs, follow the [style guide](/docs/contribute/style/style-guide).
|
|
||||||
|
|
||||||
|
Kubernetes Slackには、<https://slack.k8s.io/> から参加登録ができます。
|
||||||
|
|
||||||
|
Kubernetesドキュメントの新しいコンテンツの作成に関する情報については、[スタイルガイド](/docs/contribute/style/style-guide)に従ってください。
|
||||||
|
|
||||||
<!-- body -->
|
<!-- body -->
|
||||||
|
|
||||||
## Overview
|
## 概要
|
||||||
|
|
||||||
Source for the Kubernetes website, including the docs, resides in the
|
ドキュメントを含むKubernetesのウェブサイトのソースは、[kubernetes/website](https://github.com/kubernetes/website)リポジトリに置かれています。
|
||||||
[kubernetes/website](https://github.com/kubernetes/website) repository.
|
|
||||||
|
|
||||||
Located in the `kubernetes/website/content/<language_code>/docs` folder, the
|
Kubernetesの主要なドキュメントは`kubernetes/website/content/<language_code>/docs`フォルダに置かれており、これらは[Kubernetesプロジェクト](https://github.com/kubernetes/kubernetes)を対象としています。
|
||||||
majority of Kubernetes documentation is specific to the [Kubernetes
|
|
||||||
project](https://github.com/kubernetes/kubernetes).
|
|
||||||
|
|
||||||
## What's allowed
|
## 許可されるコンテンツ
|
||||||
|
|
||||||
Kubernetes docs allow content for third-party projects only when:
|
Kubernetesのドキュメントにサードパーティーのコンテンツを掲載することが許されるのは、次の場合のみです。
|
||||||
|
|
||||||
- Content documents software in the Kubernetes project
|
- コンテンツがKubernetesプロジェクト内のソフトウェアのドキュメントとなる場合
|
||||||
- Content documents software that's out of project but necessary for Kubernetes to function
|
- コンテンツがプロジェクト外のソフトウェアのドキュメントとなるが、Kubernetesを機能させるために必要である場合
|
||||||
- Content is canonical on kubernetes.io, or links to canonical content elsewhere
|
- コンテンツがkubernetes.ioの正規のコンテンツであるか、他の場所の正規のコンテンツへのリンクである場合
|
||||||
|
|
||||||
### Third party content
|
### サードパーティーのコンテンツ
|
||||||
|
|
||||||
Kubernetes documentation includes applied examples of projects in the Kubernetes project—projects that live in the [kubernetes](https://github.com/kubernetes) and
|
Kubernetesのドキュメントには、Kubernetesプロジェクト([kubernetes](https://github.com/kubernetes)および[kubernetes-sigs](https://github.com/kubernetes-sigs) GitHub organizationsに存在するプロジェクト)の適用例が含まれています。
|
||||||
[kubernetes-sigs](https://github.com/kubernetes-sigs) GitHub organizations.
|
|
||||||
|
|
||||||
Links to active content in the Kubernetes project are always allowed.
|
Kubernetesプロジェクト内のアクティブなコンテンツへのリンクは常に許可されます。
|
||||||
|
|
||||||
Kubernetes requires some third party content to function. Examples include container runtimes (containerd, CRI-O, Docker),
|
Kubernetesを機能させるためには、一部サードパーティーのコンテンツが必要です。たとえば、コンテナランタイム(containerd、CRI-O、Docker)、[ネットワークポリシー](/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins/)(CNI plugin)、[Ingressコントローラー](/ja/docs/concepts/services-networking/ingress-controllers/)、[ロギング](/docs/concepts/cluster-administration/logging/)などです。
|
||||||
[networking policy](/docs/concepts/extend-kubernetes/compute-storage-net/network-plugins/) (CNI plugins), [Ingress controllers](/docs/concepts/services-networking/ingress-controllers/), and [logging](/docs/concepts/cluster-administration/logging/).
|
|
||||||
|
|
||||||
Docs can link to third-party open source software (OSS) outside the Kubernetes project only if it's necessary for Kubernetes to function.
|
ドキュメント内で、Kubernetesプロジェクト外のサードパーティーのオープンソースソフトウェア(OSS)にリンクすることができるのは、Kubernetesを機能させるために必要な場合のみです。
|
||||||
|
|
||||||
### Dual sourced content
|
### 情報源が重複するコンテンツ
|
||||||
|
|
||||||
Wherever possible, Kubernetes docs link to canonical sources instead of hosting
|
可能な限り、Kubernetesのドキュメントは正規の情報源にリンクするようにし、情報源が重複してしまうようなホスティングは行いません。
|
||||||
dual-sourced content.
|
|
||||||
|
|
||||||
Dual-sourced content requires double the effort (or more!) to maintain
|
情報源が重複したコンテンツは、メンテナンスするために2倍の労力(あるいはそれ以上!)が必要になり、より早く情報が古くなってしまいます。
|
||||||
and grows stale more quickly.
|
|
||||||
|
|
||||||
{{< note >}}
|
{{< note >}}
|
||||||
|
|
||||||
If you're a maintainer for a Kubernetes project and need help hosting your own docs,
|
あなたがKubernetesのプロジェクトのメンテナーであり、ドキュメントのホスティングに関して手助けが必要なときは、[Kubernetes Slackの#sig-docs](https://kubernetes.slack.com/messages/C1J0BPD2M/)で教えてください。
|
||||||
ask for help in [#sig-docs on Kubernetes Slack](https://kubernetes.slack.com/messages/C1J0BPD2M/).
|
|
||||||
|
|
||||||
{{< /note >}}
|
{{< /note >}}
|
||||||
|
|
||||||
### More information
|
### その他の情報
|
||||||
|
|
||||||
If you have questions about allowed content, join the [Kubernetes Slack](https://slack.k8s.io/) #sig-docs channel and ask!
|
|
||||||
|
|
||||||
|
|
||||||
|
許可されるコンテンツに関して疑問がある場合は、[Kubernetes Slack](https://slack.k8s.io/)の#sig-docsチャンネルに参加して質問してください!
|
||||||
|
|
||||||
## {{% heading "whatsnext" %}}
|
## {{% heading "whatsnext" %}}
|
||||||
|
|
||||||
|
* [スタイルガイド](/docs/contribute/style/style-guide)を読む
|
||||||
* Read the [Style guide](/docs/contribute/style/style-guide).
|
|
||||||
|
|||||||
Reference in New Issue
Block a user