Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
More
  • Loading branch information
chalin committed Jun 8, 2024
commit f24b4943a53354ea0dce9ea7b5535874e8ca6dd6
2 changes: 1 addition & 1 deletion .htmltest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ IgnoreURLs: # list of regexs of paths or URLs to be ignored
- ^(/..)?/docs/collector/registry/$
- ^(/..)?/docs/languages/net/(metrics-api|traces-api)/
- ^((/..)?/docs/migration/)?opencensus/$
- ^/community/end-user/feedback-survey/$
- ^(/community/end-user/)?feedback-survey/$

- ^https://deploy-preview-\d+--opentelemetry.netlify.app/
- ^https://www\.googletagmanager\.com
Expand Down
2 changes: 1 addition & 1 deletion content/en/community/end-user/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ right place!
[OpenTelemetry YouTube channel](https://www.youtube.com/@otel-official)
- To provide feedback and help prioritize issues:
- Participate in a [direct interview/feedback session](interviews-feedback/)
- Take a [survey](/community/end-user/feedback-survey/)
- Take a [survey](feedback-survey/)
- Join a panel discussion (more info coming soon!)
- Vote on issues (more info coming soon!)

Expand Down
2 changes: 1 addition & 1 deletion content/en/ecosystem/_index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: OpenTelemetry Ecosystem
linkTitle: Ecosystem
description: >-
description: >
OpenTelemetry's thriving ecosystem of components, examples, integrations and
vendors
cascade: { type: docs }
Expand Down
12 changes: 12 additions & 0 deletions content/ja/ecosystem/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
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
---
22 changes: 11 additions & 11 deletions hugo.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -218,25 +218,25 @@ module:
target: content
lang: ja
# fallback pages
- excludeFiles: specs/*
source: content/en/docs
target: content/docs
lang: ja
- source: content/en/announcements
target: content/announcements
- source: content/en
target: content
excludeFiles: &fallbackExcludeFiles
- docs/specs/*
- ecosystem/*
- site
lang: ja

## zh
- source: content/zh
target: content
lang: zh
# fallback pages
- excludeFiles: specs/*
source: content/en/docs
target: content/docs
- source: content/en
target: content
excludeFiles: *fallbackExcludeFiles
lang: zh
- source: content/en/announcements
target: content/announcements
- source: content/ja/ecosystem
target: content
lang: zh

# Other site content
Expand Down