From edfb30aa75645675e8d22701bc72828c7503bd83 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Tue, 4 Jun 2024 15:29:37 -0400 Subject: [PATCH] Adjust ja landing page + add Hugo ja config --- content/ja/_index.md | 15 +-------------- hugo.yaml | 7 +++++++ 2 files changed, 8 insertions(+), 14 deletions(-) diff --git a/content/ja/_index.md b/content/ja/_index.md index e4c242110d41..d9d4935368de 100644 --- a/content/ja/_index.md +++ b/content/ja/_index.md @@ -4,19 +4,6 @@ description: >- 効果的な観測を可能にする、高品質でユビキタスかつポータブルなテレメトリー developer_note: blocks/coverコラム(以下で使用)は、ファイル名に "background" を含む画像ファイルを背景画像として使用します。 -show_banner: true -limit_banner: 2 # Default to 2, adjust as needed -banners: - - message: - ' Join us for [**OTel Community Day** on - June - 25th](https://events.linuxfoundation.org/open-telemetry-community-day/)!' - to: 2024-06-25 - - message: - ' Help improve OTel and Prometheus - interoperability: [complete our - survey](https://forms.gle/bZAG9f7udoJsjZUG9) by May 31' - to: 2024-05-31 ---
@@ -65,7 +52,7 @@ OpenTelemetry は API、SDK、ツールのコレクションです。 サービスやソフトウェアからテレメトリーデータを作成・収集し、様々な分析ツールに転送します。 -{{% /blocks/feature %}}。 +{{% /blocks/feature %}} {{% blocks/feature icon="fas fa-magic" title="ドロップイン計装" %}} diff --git a/hugo.yaml b/hugo.yaml index 8e8111939383..12a1ab1ff36b 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -15,6 +15,10 @@ languages: languageName: English params: description: The OpenTelemetry Project Site + ja: + languageName: 日本語 (Japanese) + # params: + # description: zh: languageName: 中文 (Chinese) params: @@ -206,6 +210,9 @@ module: mounts: - source: content/en target: content + - source: content/ja + target: content + lang: ja - source: content/zh target: content lang: zh