Skip to content

Commit 93528fb

Browse files
リンク先をindex.htmlに戻し、index.mdに案内を追加
1 parent 12752b9 commit 93528fb

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-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/find_problems.html"
97+
href="./book/ja/index.html"
9898
target="_blank"
9999
rel="noopener noreferrer"
100100
>

guide/src/SUMMARY.md

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

33

4-
- [Japanese](./ja/README.md)
4+
- [Japanese](./ja/index.md)
55
- [問題を探す](./ja/find_problems.md)
66
- [進捗確認](./ja/progress.md)
77
- [レコメンド](./ja/recommend.md)

guide/src/ja/index.md

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

0 commit comments

Comments
 (0)