Skip to content

Commit 920a754

Browse files
committed
docs: テーブルを表に変更
1 parent d8090a5 commit 920a754

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/guides/tables.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
description: |
3-
テーブルの罫線の変更方法がわからない?テーブルを回転したい?このガイドでは、Typstでテーブルを扱うために必要な知識をすべて解説します
3+
表の罫線の変更方法がわからない?表を回転したい?このガイドでは、Typstで表を扱うために必要な知識をすべて解説します
44
---
55

6-
# テーブルガイド
6+
# 表ガイド
77
Tables are a great way to present data to your readers in an easily readable,
88
compact, and organized manner. They are not only used for numerical values, but
99
also survey responses, task planning, schedules, and more. Because of this wide

docs/guides/welcome.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ description: Typstのガイドです。
88
## ガイド一覧
99
- [LaTeXユーザー向けガイド]($guides/guide-for-latex-users)
1010
- [ページ設定ガイド]($guides/page-setup-guide)
11-
- [テーブルガイド]($guides/table-guide)
11+
- [表ガイド]($guides/table-guide)

docs/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -838,7 +838,7 @@ pub fn urlify(title: &str) -> EcoString {
838838
"ガイド" => "guides".into(),
839839
"LaTeXユーザー向けガイド" => "guide-for-latex-users".into(),
840840
"ページ設定ガイド" => "page-setup-guide".into(),
841-
"テーブルガイド" => "table-guide".into(),
841+
"表ガイド" => "table-guide".into(),
842842
"更新日志" => "changelog".into(),
843843
"路线图" => "roadmap".into(),
844844
"社区" => "community".into(),

0 commit comments

Comments
 (0)