Skip to content

Commit 003cb3b

Browse files
authored
docs: CONTRIBUTINGの技術的な詳細のリンクを更新 (#163)
1 parent 3eae5a0 commit 003cb3b

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Typst日本語ドキュメント翻訳プロジェクトにご興味をお持ち
3333

3434
### 技術的な詳細
3535

36-
[中国語版](https://github.com/typst-doc-cn/typst-doc-cn.github.io?tab=readme-ov-file#%E6%8A%80%E6%9C%AF%E7%BB%86%E8%8A%82)を参照してください。
36+
[`./website/`のREADME](https://github.com/typst-jp/typst-jp.github.io/blob/main/website/README.md)を参照してください。
3737

3838
### ローカル環境でWebページを生成する
3939

website/README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# website
22

3-
## Develop
3+
> [!NOTE]
4+
> このドキュメントは執筆中です。
5+
6+
## Commands
7+
8+
### Develop
49

510
> [!NOTE]
611
> 全文検索のインデックスは[pagefind](https://pagefind.app/)で生成していますが、インデックスの出力先が`dist/`になっているため、現在は開発サーバーで全文検索が機能しません。検索機能関連の開発をする場合は、`bun run build`を実行してから、`bun run preview`でビルド後の状態を確認してください。
@@ -9,13 +14,13 @@
914
bun run dev
1015
```
1116

12-
## Build
17+
### Build
1318

1419
```sh
1520
bun run build
1621
```
1722

18-
## Preview
23+
### Preview
1924

2025
```sh
2126
bun run preview

0 commit comments

Comments
 (0)