docs icon indicating copy to clipboard operation
docs copied to clipboard

Change the current English links to Japanese links for JA docs

Open lilin90 opened this issue 1 year ago • 1 comments

In the translated TiDB docs in Japanese:

  • For links using the standard relative path, the links are Japanese ones and work well.
  • For absolute URLs using the entire the link address, the links remain English ones. Such links exist in:
    • The learning path on the main page of each active TiDB LTS version. For example, https://docs.pingcap.com/ja/tidb/stable Image
    • The links in HTML tables. For example, https://docs.pingcap.com/ja/tidbcloud/dev-guide-third-party-support#driver Image

lilin90 avatar Dec 12 '24 03:12 lilin90

Will support the ExternalLink in this pr: https://github.com/pingcap/website-docs/pull/569

We can use [TiDBセルフマネージドとは](/overview?target=_blank) instead of [TiDBセルフマネージドとは](https://docs.pingcap.com/tidb/v8.1/overview) for the relative path which needs to be opened in the new window. Image

example: https://github.com/pingcap/docs/pull/19741

shhdgit avatar Dec 20 '24 04:12 shhdgit