Skip to content

Commit 2a93eba

Browse files
book/index.htmlが空白にならないようにした
1 parent 93528fb commit 2a93eba

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

atcoder-problems-frontend/src/components/NavigationBar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export const NavigationBar = () => {
9494

9595
<NavItem>
9696
<NavLink
97-
href="./book/ja/index.html"
97+
href="./book/index.html"
9898
target="_blank"
9999
rel="noopener noreferrer"
100100
>

guide/src/SUMMARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Summary
22

33

4+
[はじめに](./index.md)
45
- [Japanese](./ja/index.md)
56
- [問題を探す](./ja/find_problems.md)
67
- [進捗確認](./ja/progress.md)

guide/src/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# AtCoder Problems User Guide
2+
3+
AtCoder Problemsのユーザーガイドです。
4+
このガイドでは、AtCoder Problemsの持つ様々な機能の使い方について解説します。
5+
6+
左側のサイドバー(左上のメニューアイコン)またはページ下部にある矢印ボタンを使用することで、読みたいページに移動できます。

guide/src/ja/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# AtCoder Problems ユーザーガイド
1+
# AtCoder Problems ユーザーガイド(日本語版)
22

33
AtCoder Problemsのユーザーガイドです。
44
このガイドでは、AtCoder Problemsの持つ様々な機能の使い方について解説します。

0 commit comments

Comments
 (0)