diff --git a/content/ja/ecosystem/_index.md b/content/ja/ecosystem/_index.md deleted file mode 100644 index c6fc8cb7a02b..000000000000 --- a/content/ja/ecosystem/_index.md +++ /dev/null @@ -1,12 +0,0 @@ ---- -title: OpenTelemetry Ecosystem -linkTitle: Ecosystem -description: > - OpenTelemetry's thriving ecosystem of components, examples, integrations and - vendors -cascade: { type: docs } -menu: { main: { weight: 20 } } -redirect: /ecosystem/ -_build: { render: link } -default_lang_commit: a575dfdbcd64b6d7b70b8fea9f9cabca602ddc04 ---- diff --git a/hugo.yaml b/hugo.yaml index 2ef5e6fab6ff..ea4595cf1c70 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -212,6 +212,10 @@ module: mounts: - source: content/en target: content + - source: tmp/community/mission-vision-values.md + target: content/community/mission.md + - source: tmp/community/roadmap.md + target: content/community/roadmap.md ## ja - source: content/ja @@ -221,6 +225,8 @@ module: - source: content/en target: content excludeFiles: &fallbackExcludeFiles + - blog/* + - community/* - docs/specs/* - ecosystem/* - site @@ -235,9 +241,6 @@ module: target: content excludeFiles: *fallbackExcludeFiles lang: zh - - source: content/ja/ecosystem - target: content - lang: zh # Other site content - source: tmp/otel/specification @@ -250,10 +253,6 @@ module: target: content/docs/specs/otlp/img - source: tmp/semconv/docs target: content/docs/specs/semconv - - source: tmp/community/mission-vision-values.md - target: content/community/mission.md - - source: tmp/community/roadmap.md - target: content/community/roadmap.md - source: static target: static - source: content-modules/semantic-conventions/schemas