Skip to content

Commit 8558baa

Browse files
authored
chore: JP docs point to v7 (#3056)
1 parent f947b4a commit 8558baa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/i18n.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -o errexit
33
set -o nounset
44

5-
mkdir -p i18n/ja/docusaurus-plugin-content-docs/version-v6/
5+
mkdir -p i18n/ja/docusaurus-plugin-content-docs/version-v7/
66
curl -fsSL https://github.com/ionic-team/ionic-docs/archive/refs/heads/translation/jp.tar.gz |
7-
tar -zxf - -C i18n/ja/docusaurus-plugin-content-docs/version-v6/ --strip-components 2 ionic-docs-translation-jp/docs
7+
tar -zxf - -C i18n/ja/docusaurus-plugin-content-docs/version-v7/ --strip-components 2 ionic-docs-translation-jp/docs
88
node scripts/api-ja.js

0 commit comments

Comments
 (0)