Skip to content

Commit

Permalink
Removing aliases from ja translation
Browse files Browse the repository at this point in the history
Translations should not have aliases. When that happens they
override the english language aliases.

Closes helm#773

Signed-off-by: Matt Farina <matt@mattfarina.com>
  • Loading branch information
mattfarina committed Aug 18, 2020
1 parent 4395c5f commit dbf959d
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion content/ja/docs/chart_best_practices/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: "ベストプラクティス"
sidebar: true
weight: 4
aliases: ["/docs/topics/chart_best_practices/"]
---

# チャートのベストプラクティスガイド
Expand Down
1 change: 0 additions & 1 deletion content/ja/docs/chart_template_guide/_index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: "チャートテンプレートガイド"
weight: 5
aliases: ["/topics/chart_template_guide/"]
---

# チャートテンプレート開発者ガイド
Expand Down
1 change: 0 additions & 1 deletion content/ja/docs/intro/_index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: "概要"
weight: 1
aliases: ["/docs/using_helm/"]
---

# Helm の概要
Expand Down
1 change: 0 additions & 1 deletion content/ja/docs/intro/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: "Helm のインストール"
description: "Helm をインストールして実行する方法を学びます。"
weight: 2
aliases: ["/docs/install/"]
---

このガイドでは、Helm CLI のインストール方法を示します。Helm はソースから、またはビルド済みのバイナリリリースから
Expand Down
1 change: 0 additions & 1 deletion content/ja/docs/intro/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: "クイックスタートガイド"
description: "ディストリビューション、FAQ、プラグインの手順を含む、Helm のインストール方法と使用方法。"
weight: 1
aliases: ["/docs/quickstart/"]
---

このガイドでは、Helm をすぐに使い始める方法について説明します。
Expand Down
1 change: 0 additions & 1 deletion content/ja/docs/topics/advanced.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: "高度な Helm のテクニック"
description: "Helm パワーユーザー向けのさまざまな高度な機能について説明します"
aliases: ["/docs/advanced_helm_techniques"]
weight: 9
---

Expand Down
1 change: 0 additions & 1 deletion content/ja/docs/topics/architecture.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: "Helm アーキテクチャ"
description: "Helm アーキテクチャの概要を説明します。"
aliases: ["/docs/architecture/"]
weight: 8
---

Expand Down
1 change: 0 additions & 1 deletion content/ja/docs/topics/chart_tests.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
title: "チャートのテスト"
description: "チャートを実行およびテストする方法について説明します。"
aliases: ["/docs/chart_tests/"]
weight: 3
---

Expand Down

0 comments on commit dbf959d

Please sign in to comment.