Skip to content

Commit 9551c49

Browse files
authored
docs: GitHubリポジトリのURLを移行先に置換 (typst-jp#279)
1 parent 942df90 commit 9551c49

File tree

7 files changed

+10
-11
lines changed

7 files changed

+10
-11
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ labels:
66
body:
77
- type: markdown
88
attributes:
9-
value: 翻訳ドキュメントの改善をご提案いただきありがとうございます。[Issueを作成する前に同様のIssueが既に存在しないかを確認してください。](https://github.com/typst-jp/typst-jp.github.io/issues?q=is%3Aopen)
9+
value: 翻訳ドキュメントの改善をご提案いただきありがとうございます。[Issueを作成する前に同様のIssueが既に存在しないかを確認してください。](https://github.com/typst-jp/docs/issues?q=is%3Aopen)
1010
- type: textarea
1111
attributes:
1212
label: 対象ドキュメント

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ contact_links:
44
url: https://github.com/typst/typst
55
about: 原文やTypst本体に対しての提案は公式のリポジトリにお問い合わせください。
66
- name: その他の提案
7-
url: https://github.com/typst-jp/typst-jp.github.io/issues/new
7+
url: https://github.com/typst-jp/docs/issues/new
88
about: 当てはまるものがない場合は、テンプレートを使用せずにIssueを作成できます。

.github/ISSUE_TEMPLATE/feature.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ labels:
66
body:
77
- type: markdown
88
attributes:
9-
value: 翻訳ドキュメントの新規追加をご提案いただきありがとうございます。[Issueを作成する前に同様のIssueが既に存在しないかを確認してください。](https://github.com/typst-jp/typst-jp.github.io/issues?q=is%3Aopen)
9+
value: 翻訳ドキュメントの新規追加をご提案いただきありがとうございます。[Issueを作成する前に同様のIssueが既に存在しないかを確認してください。](https://github.com/typst-jp/docs/issues?q=is%3Aopen)
1010
- type: textarea
1111
attributes:
1212
label: 対象ドキュメント

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ Typst日本語ドキュメント翻訳プロジェクトにご興味をお持ち
99

1010
## 翻訳の進め方
1111

12-
翻訳は[GitHub上の当リポジトリ](https://github.com/typst-jp/typst-jp.github.io)を中心に行います。実際の翻訳作業やそれに対する議論や提案などは、主にGitHubの[Issue](https://github.com/typst-jp/typst-jp.github.io/issues)[Pull Request](https://github.com/typst-jp/typst-jp.github.io/pulls)機能を通じて行います。また、[Discordサーバー「くみはんクラブ」](https://discord.gg/9xF7k4aAuH)`#typst-翻訳`チャンネルでも、質問の対応などが可能です。
12+
翻訳は[GitHub上の当リポジトリ](https://github.com/typst-jp/docs)を中心に行います。実際の翻訳作業やそれに対する議論や提案などは、主にGitHubの[Issue](https://github.com/typst-jp/docs/issues)[Pull Request](https://github.com/typst-jp/docs/pulls)機能を通じて行います。また、[Discordサーバー「くみはんクラブ」](https://discord.gg/9xF7k4aAuH)`#typst-翻訳`チャンネルでも、質問の対応などが可能です。
1313

1414
### 翻訳提案の手順
1515

1616
> [!WARNING]
17-
> ここに記載されている内容は改訂中です。現在の手順は最新の[Pull Request](https://github.com/typst-jp/typst-jp.github.io/pulls?q=sort%3Aupdated-desc+is%3Apr+is%3Aopen)を参照してください。
17+
> ここに記載されている内容は改訂中です。現在の手順は最新の[Pull Request](https://github.com/typst-jp/docs/pulls?q=sort%3Aupdated-desc+is%3Apr+is%3Aopen)を参照してください。
1818
1919
1. このGitHubリポジトリをフォークします。
2020
2. ドキュメントの実体は、主にMarkdownファイルおよびコンパイラのソースコード内のコメントの2種類から構成されています。それぞれ、下記の注意書きに従って翻訳作業をお願いします。
@@ -35,7 +35,7 @@ Typst日本語ドキュメント翻訳プロジェクトにご興味をお持ち
3535

3636
### 技術的な詳細
3737

38-
[`./website/`のREADME](https://github.com/typst-jp/typst-jp.github.io/blob/main/website/README.md)を参照してください。
38+
[`./website/`のREADME](https://github.com/typst-jp/docs/blob/main/website/README.md)を参照してください。
3939

4040
### ローカル環境でWebページを生成
4141

README.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ The actual working web version can be viewed at the following URL.
1212
1313
## How to participate in translation
1414

15-
Please refer to the [Translation Guidelines (CONTRIBUTING.md)](CONTRIBUTING.md) and create a [Pull Request](https://github.com/typst-jp/typst-jp.github.io/pulls). Questions and discussions are also welcome in [Issues](https://github.com/typst-jp/typst-jp.github.io/issues).
15+
Please refer to the [Translation Guidelines (CONTRIBUTING.md)](CONTRIBUTING.md) and create a [Pull Request](https://github.com/typst-jp/docs/pulls). Questions and discussions are also welcome in [Issues](https://github.com/typst-jp/docs/issues).
1616

1717
Also, feel free to join our Discord server [Kumihan Club](https://discord.gg/9xF7k4aAuH) to get in touch with us directly.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Typst 日本語ドキュメント (非公式)
22

3-
[![CI/CD for website](https://github.com/typst-jp/typst-jp.github.io/actions/workflows/website.yml/badge.svg?branch=main&event=push)](https://github.com/typst-jp/typst-jp.github.io/actions/workflows/website.yml)
3+
[![CI/CD for website](https://github.com/typst-jp/docs/actions/workflows/website.yml/badge.svg?branch=main&event=push)](https://github.com/typst-jp/docs/actions/workflows/website.yml)
44

55
> [!NOTE]
66
> For English version, please refer to [README.en.md](README.en.md).
@@ -14,7 +14,7 @@
1414
1515
## 翻訳に参加するには
1616

17-
[貢献ガイドライン (CONTRIBUTING.md)](CONTRIBUTING.md) をご覧の上、[Pull Request](https://github.com/typst-jp/typst-jp.github.io/pulls) を作成してください。[Issue](https://github.com/typst-jp/typst-jp.github.io/issues)での質問や議論も歓迎します。
17+
[貢献ガイドライン (CONTRIBUTING.md)](CONTRIBUTING.md) をご覧の上、[Pull Request](https://github.com/typst-jp/docs/pulls) を作成してください。[Issue](https://github.com/typst-jp/docs/issues)での質問や議論も歓迎します。
1818

1919
ご質問などがある場合は、[「くみはんクラブ」のDiscordサーバー](https://discord.gg/9xF7k4aAuH)に参加してご連絡ください。
2020

website/src/metadata.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ export const typstOfficialDocsUrl: `http://${string}/` | `https://${string}/` =
1111
/** The GitHub organization URL. */
1212
export const githubOrganizationUrl = "https://github.com/typst-jp";
1313
/** The GitHub repository URL. */
14-
export const githubRepositoryUrl =
15-
"https://github.com/typst-jp/typst-jp.github.io";
14+
export const githubRepositoryUrl = "https://github.com/typst-jp/docs";
1615
/** The Discord server invite URL. */
1716
export const discordServerUrl = "https://discord.gg/9xF7k4aAuH";
1817
/** The origin URL of the deployed site, used for metadata. Note that the base path should not be included. */

0 commit comments

Comments
 (0)