Commit 6e31241 1 parent 3b7594c commit 6e31241 Copy full SHA for 6e31241
File tree 3 files changed +3
-10
lines changed
layouts/partials/redirects
3 files changed +3
-10
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ IgnoreURLs: # list of regexs of paths or URLs to be ignored
15
15
- ^(/..)?/docs/languages/net/(metrics-api|traces-api)/
16
16
- ^((/..)?/docs/migration/)?opencensus/$
17
17
- ^(/community/end-user/)?feedback-survey/$
18
+ - ^/../docs/specs/?$ # non-default locale spec redirect
18
19
19
20
- ^https://deploy-preview-\d+--opentelemetry.netlify.app/
20
21
- ^https://www\.googletagmanager\.com
@@ -72,5 +73,3 @@ IgnoreURLs: # list of regexs of paths or URLs to be ignored
72
73
- ^https://wikipedia.org/wiki/(S.M.A.R.T|Hop_)
73
74
# TODO move into content/en/blog/2023/contributing-to-otel/index.md once https://github.com/open-telemetry/opentelemetry.io/issues/3889 is implemented
74
75
- ^https://shorturl.at/vLYZ0$
75
- # TODO remove the following temporary ignore rule (@chalin)
76
- - ^/en/docs/specs$
Original file line number Diff line number Diff line change 1
1
---
2
2
title : Specifications
3
3
linkTitle : Specs ↗
4
- description : _Redirect page_
5
4
weight : 960
6
- # _build: { render: link }
7
- redirect : /en/docs/specs 301!
8
- redirects : [{ from: '*', to: '/en/docs/specs/:splat' }]
5
+ _build : { render: link }
6
+ redirects : [{ from: '*', to: '/docs/specs/:splat' }]
9
7
default_lang_commit : 3b44fbfa49ced919daea01123abfaed836d2d0ec
10
8
---
11
-
12
- Netlify redirect target: [ {{% param "title" %}}] ({{% param "redirect" %}}).
Original file line number Diff line number Diff line change 13
13
14
14
{{/* Process non-default languages. */ -}}
15
15
16
- /ja/docs/specs /en/docs/specs/ 301!
17
-
18
16
{{ range after 1 .Sites -}}
19
17
20
18
{{ $siteLang := .Language.Lang -}}
You can’t perform that action at this time.
0 commit comments