Skip to content

Commit

Permalink
Merge branch 'main' into ja/collector/quick-start
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoshi Yamaguchi authored Jul 28, 2024
2 parents 884825a + 6e31241 commit a4e3872
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 12 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/component-owners.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Component owners
on:
pull_request_target:
workflow_dispatch:
# pull_request_target:

jobs:
run_self:
Expand Down
3 changes: 1 addition & 2 deletions .htmltest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ IgnoreURLs: # list of regexs of paths or URLs to be ignored
- ^(/..)?/docs/languages/net/(metrics-api|traces-api)/
- ^((/..)?/docs/migration/)?opencensus/$
- ^(/community/end-user/)?feedback-survey/$
- ^/../docs/specs/?$ # non-default locale spec redirect

- ^https://deploy-preview-\d+--opentelemetry.netlify.app/
- ^https://www\.googletagmanager\.com
Expand Down Expand Up @@ -72,5 +73,3 @@ IgnoreURLs: # list of regexs of paths or URLs to be ignored
- ^https://wikipedia.org/wiki/(S.M.A.R.T|Hop_)
# TODO move into content/en/blog/2023/contributing-to-otel/index.md once https://github.com/open-telemetry/opentelemetry.io/issues/3889 is implemented
- ^https://shorturl.at/vLYZ0$
# TODO remove the following temporary ignore rule (@chalin)
- ^/en/docs/specs$
8 changes: 2 additions & 6 deletions content/ja/docs/specs/_index.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
---
title: Specifications
linkTitle: Specs ↗
description: _Redirect page_
weight: 960
# _build: { render: link }
redirect: /en/docs/specs 301!
redirects: [{ from: '*', to: '/en/docs/specs/:splat' }]
_build: { render: link }
redirects: [{ from: '*', to: '/docs/specs/:splat' }]
default_lang_commit: 3b44fbfa49ced919daea01123abfaed836d2d0ec
---

Netlify redirect target: [{{% param "title" %}}]({{% param "redirect" %}}).
6 changes: 6 additions & 0 deletions data/ecosystem/vendors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@
contact: [email protected]
oss: false
commercial: true
- name: Centreon
nativeOTLP: true
url: https://docs.centreon.com/pp/integrations/plugin-packs/getting-started/how-to-guides/telegraf/
contact: [email protected]
oss: false
commercial: true
- name: Chronosphere
distribution: false
nativeOTLP: true
Expand Down
2 changes: 0 additions & 2 deletions layouts/partials/redirects/sites.redirects
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@

{{/* Process non-default languages. */ -}}

/ja/docs/specs /en/docs/specs/ 301!

{{ range after 1 .Sites -}}

{{ $siteLang := .Language.Lang -}}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"_hugo": "hugo --cleanDestinationDir",
"_list:check:*": "npm run --loglevel=warn | grep -Ee '^\\s*check:[^:]+$'",
"_list:fix:*": "npm run --loglevel=warn | grep -Ee '^\\s*fix:[^:]+$' | grep -v 'fix:all'",
"_ls-bad-filenames": "find assets content static -name '*_*' ! -name '_*'",
"_ls-bad-filenames": "find assets content static -name '*_*' ! -name '[_.]*'",
"_prebuild": "npm run seq -- get:submodule cp:spec",
"_prepare:docsy": "cd themes/docsy && npm install",
"_prettier:any": "npx prettier --ignore-path ''",
Expand Down
4 changes: 4 additions & 0 deletions static/refcache.json
Original file line number Diff line number Diff line change
Expand Up @@ -1035,6 +1035,10 @@
"StatusCode": 206,
"LastSeen": "2024-01-18T08:53:34.715996-05:00"
},
"https://docs.centreon.com/pp/integrations/plugin-packs/getting-started/how-to-guides/telegraf/": {
"StatusCode": 206,
"LastSeen": "2024-07-27T17:54:47.061938869Z"
},
"https://docs.chronosphere.io/ingest/otel/otel-ingest": {
"StatusCode": 200,
"LastSeen": "2024-03-19T05:23:55.741827909Z"
Expand Down

0 comments on commit a4e3872

Please sign in to comment.