Skip to content

Commit 6400585

Browse files
committed
Add more info to Jekyll config
1 parent 86f2caa commit 6400585

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

_config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1+
# It seems GitHub Pages has Jekyll SEO enabled.
2+
# https://github.com/jekyll/jekyll-seo-tag/blob/master/docs/usage.md
3+
14
title: Rustの日本語ドキュメント/Japanese Docs for Rust
5+
description: Rust(プログラミング言語)の日本語文書・和訳文書、日本語コミュニティ紹介
6+
url: https://doc.rust-jp.rs/
7+
lang: ja_JP

index.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
title: "Home"
33
---
44

5-
このサイトでは[プログラミング言語Rust][rust-lang]の日本語ドキュメントを公開しています。
5+
このサイトでは[Rust][rust-lang]の日本語ドキュメントを公開しています。
6+
Rustは速度、安全性、平行性の3つのゴールにフォーカスしたシステムプログラミング言語です。
67

78
- **プログラミング言語Rust / The Rust Programming Language**
89
* [2nd Edition][trpl2](最新版)
@@ -15,7 +16,7 @@ title: "Home"
1516
* お試しで[`Vec<T>`のみ翻訳されています][std-vec]
1617

1718
- [**Rust裏本 / The Rustnomicon**][nomicon]
18-
+ 翻訳半ばで中断しています。翻訳者募集中です
19+
+ 全体の三割ほど翻訳済み。翻訳者募集中です
1920

2021
- [**エディションガイド / The Edition Guide**][edition-guide]
2122
+ 翻訳中です
@@ -34,7 +35,7 @@ title: "Home"
3435
[edition-guide]: https://doc.rust-jp.rs/edition-guide/
3536

3637

37-
## お問い合わせ先
38+
## 内容についての連絡方法
3839

3940
誤訳を見つけたときや翻訳に参加したいときなどは以下の方法にてご連絡ください。
4041

0 commit comments

Comments
 (0)