Skip to content

Commit

Permalink
htmltest: ignore non-default locale spec redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin committed Jul 27, 2024
1 parent 8f2b223 commit bdde25a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
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$
1 change: 0 additions & 1 deletion content/ja/docs/specs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ title: Specifications
linkTitle: Specs ↗
weight: 960
_build: { render: link }
# redirect: /docs/specs 301! # no longer seems necessary, at least not under Netlify-cli dev
redirects: [{ from: '*', to: '/docs/specs/:splat' }]
default_lang_commit: 3b44fbfa49ced919daea01123abfaed836d2d0ec
---

0 comments on commit bdde25a

Please sign in to comment.