We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 691f08d commit bcb946fCopy full SHA for bcb946f
content/ja/docs/specs/_index.md
@@ -4,8 +4,8 @@ linkTitle: Specs ↗
4
description: _Redirect page_
5
weight: 960
6
# _build: { render: link }
7
-redirect: /docs/specs # TODO: this will need to be /en/...
8
-redirects: [{ from: '*', to: ':splat' }]
+redirect: /en/docs/specs
+redirects: [{ from: '*', to: '/en/docs/specs/:splat' }]
9
default_lang_commit: 3b44fbfa49ced919daea01123abfaed836d2d0ec
10
---
11
layouts/partials/redirects/sites.redirects
@@ -13,6 +13,8 @@
13
14
{{/* Process non-default languages. */ -}}
15
16
+/ja/docs/specs /en/docs/specs/
17
+
18
{{ range after 1 .Sites -}}
19
20
{{ $siteLang := .Language.Lang -}}
0 commit comments