diff --git a/content/ja/_index.md b/content/ja/_index.md index 7d54927857a5..52e4e734e687 100644 --- a/content/ja/_index.md +++ b/content/ja/_index.md @@ -2,8 +2,7 @@ title: OpenTelemetry description: >- 効果的な観測を可能にする、高品質でユビキタスかつポータブルなテレメトリー -developer_note: - blocks/coverコラム(以下で使用)は、ファイル名に "background" を含む画像ファイルを背景画像として使用します。 +developer_note: blocks/coverコラム(以下で使用)は、ファイル名に "background" を含む画像ファイルを背景画像として使用します。 show_banner: true default_lang_commit: 902043db --- diff --git a/content/ja/docs/what-is-opentelemetry.md b/content/ja/docs/what-is-opentelemetry.md index 38e883c08eeb..e6a7fb23693c 100644 --- a/content/ja/docs/what-is-opentelemetry.md +++ b/content/ja/docs/what-is-opentelemetry.md @@ -29,8 +29,8 @@ OpenTelemetryの主な目的は、あなたのアプリケーションやシス OpenTelemetryは、2つの重要な原則に従いながら、オブザーバビリティの需要を満たしています。 - 1. あなたが生成したデータはあなたのものです。ベンダーのロックインはありません。 - 2. APIと規約は1セットだけ覚えれば良いです。 +1. あなたが生成したデータはあなたのものです。ベンダーのロックインはありません。 +2. APIと規約は1セットだけ覚えれば良いです。 この2つの原則を組み合わせることで、現代のコンピューティングの世界で必要とされる柔軟性をチームや組織に与えられます。 diff --git a/content/zh/docs/demo/_index.md b/content/zh/docs/demo/_index.md index ad76b124e689..19e7f1ee6857 100644 --- a/content/zh/docs/demo/_index.md +++ b/content/zh/docs/demo/_index.md @@ -22,18 +22,18 @@ default_lang_commit: b7ee690154aacc8d6e43636af00743994fb6dc27 想要了解特定编程语言的工具是如何工作的?从这里开始: -| 语言 | 自动插桩 | 插桩库 | 手动插桩 | -| ---------- | ------------------- | -------------------- | ------------------------------------ | -| .NET | | [购物车服务](services/cart/) | [购物车服务](services/cart/) | -| C++ | | | [货币服务](services/currency/) | -| Go | | [会计服务](services/accounting/)、[结账服务](services/checkout/)、[产品目录服务](services/product-catalog/) | [结账服务](services/checkout/)、 [产品目录服务](services/product-catalog/) | -| Java | [广告服务](services/ad/) | | [广告服务](services/ad/) | -| JavaScript | | [前端](services/frontend/) | [前端](services/frontend/)、[支付服务](services/payment/) | -| Kotlin | | [欺诈检测服务](services/fraud-detection/) | | -| PHP | | [报价服务](services/quote/) | [报价服务](services/quote/) | -| Python | [推荐服务](services/recommendation/) | | [推荐服务](services/recommendation/) | -| Ruby | | [电子邮件服务](services/email/) | [电子邮件服务](services/email/) | -| Rust | | [发货服务](services/shipping/) | [发货服务](services/shipping/) | +| 语言 | 自动插桩 | 插桩库 | 手动插桩 | +| ---------- | ------------------------------------ | ----------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------- | +| .NET | | [购物车服务](services/cart/) | [购物车服务](services/cart/) | +| C++ | | | [货币服务](services/currency/) | +| Go | | [会计服务](services/accounting/)、[结账服务](services/checkout/)、[产品目录服务](services/product-catalog/) | [结账服务](services/checkout/)、 [产品目录服务](services/product-catalog/) | +| Java | [广告服务](services/ad/) | | [广告服务](services/ad/) | +| JavaScript | | [前端](services/frontend/) | [前端](services/frontend/)、[支付服务](services/payment/) | +| Kotlin | | [欺诈检测服务](services/fraud-detection/) | | +| PHP | | [报价服务](services/quote/) | [报价服务](services/quote/) | +| Python | [推荐服务](services/recommendation/) | | [推荐服务](services/recommendation/) | +| Ruby | | [电子邮件服务](services/email/) | [电子邮件服务](services/email/) | +| Rust | | [发货服务](services/shipping/) | [发货服务](services/shipping/) | ## 服务文档 diff --git a/package.json b/package.json index 67bdf4829ce2..90fdaf645a1d 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "spelling": "cSpell:ignore docsy elemetry HTMLTEST hugo loglevel netlify prebuild precheck preinstall postbuild postget refcache textlint -", + "spelling": "cSpell:ignore docsy elemetry HTMLTEST hugo loglevel netlify nowrap prebuild precheck preinstall postbuild postget refcache textlint -", "Notes": [ "The 'all' runs _all_ named scripts in sequence, even if one fails; and exits with failure in that case." ], @@ -7,6 +7,8 @@ "__check:links": "make --keep-going check-links", "_build": "npm run _hugo -- -e dev --buildDrafts --baseURL \"${DEPLOY_PRIME_URL:-http://localhost}\"", "_check:format:any": "npx prettier --check --ignore-path ''", + "_check:format:ja+zh": "npm run _check:format:nowrap -- content/ja content/zh", + "_check:format:nowrap": "npm run _check:format:any -- --prose-wrap preserve", "_check:format": "npx prettier --check .", "_check:links--md": "npx markdown-link-check --config .markdown-link-check.json *.md", "_check:links--warn": "npm run _check:links || (echo; echo 'WARNING: see link-checker output for issues.'; echo)", @@ -37,7 +39,7 @@ "build": "npm run _build", "cd:public": "cd public &&", "check:filenames": "test -z \"$(npm run -s _ls-bad-filenames)\" || npm run -s _filename-error", - "check:format": "npm run _check:format || (echo '[help] Run: npm run fix:format'; exit 1)", + "check:format": "npm run _check:format && npm run _check:format:ja+zh || (echo '[help] Run: npm run fix:format'; exit 1)", "check:links:internal": "npm run _check:links:internal", "check:links": "npm run _check:links", "check:markdown": "npx gulp lint-md", @@ -61,7 +63,7 @@ "fix:submodules": "npm run _sync", "fix:text": "npm run check:text -- --fix", "fix": "npm run fix:all", - "format": "npm run _check:format -- --write", + "format": "npm run _check:format -- --write && npm run _check:format:ja+zh -- --write", "get:submodule": "npm run _get:${GET:-submodule}", "install:netlify-cli": "npm list netlify-cli || npm install netlify-cli", "log:check:links": "npm run check:links | tee tmp/build-log.txt",