Skip to content

Commit

Permalink
Revert "fix(jp): set the v7 document version to v7 (#2884)" (#2889)
Browse files Browse the repository at this point in the history
This reverts commit c4004b5.
  • Loading branch information
liamdebeasi authored Apr 6, 2023
1 parent f521e46 commit 590b0c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/i18n.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -o errexit
set -o nounset

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

1 comment on commit 590b0c8

@vercel
Copy link

@vercel vercel bot commented on 590b0c8 Apr 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ionic-docs – ./

ionic-docs-gqykycf8t.vercel.app
ionic-docs-git-main-ionic1.vercel.app
ionic-docs-ionic1.vercel.app

Please sign in to comment.