Skip to content

Commit 4cb1316

Browse files
committed
fix documents
1 parent 0e3487e commit 4cb1316

17 files changed

+37
-44
lines changed

guide-ja/src/SUMMARY.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

guide-ja/src/for_developer.md

Lines changed: 0 additions & 28 deletions
This file was deleted.

guide-ja/src/user_info.md

Lines changed: 0 additions & 4 deletions
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.

guide/src/SUMMARY.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Summary
2+
3+
4+
- [Japanese](./ja/README.md)
5+
- [問題を探す](./ja/find_problems.md)
6+
- [進捗確認](./ja/progress.md)
7+
- [レコメンド](./ja/recommend.md)
8+
- [バーチャルコンテスト](./ja/virtual_contest.md)
9+
- [トレーニングモード](./ja/training.md)
10+
- [その他](./ja/misc.md)
11+
- [問題リスト作成](./ja/problem_list.md)
12+
- [進捗リセット](./ja/reset_progress.md)
13+
- [開発者向け・Contribution](./ja/for_developer.md)

guide/src/ja/README.md

Whitespace-only changes.
File renamed without changes.

guide/src/ja/for_developer.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# 開発者向け・Contribution
2+
AtCoder Problemsの中身についての解説と、Contribution についてまとめたページです。
3+
# AtCoder Problems のコンポーネント
4+
AtCoder Problemsの中身について解説します。
5+
## クローラー(Rust)
6+
- 提出クローラー
7+
- コンテスト・問題クローラー
8+
## APIサーバー(Rust)
9+
## フロントエンド(TypeScript)
10+
## 集計バッチ(Rust)
11+
- 差分集計
12+
- 全提出集計
13+
## 難易度推定(Python)
14+
- [アルゴリズム](https://pepsin-amylase.hatenablog.com/entry/atcoder-problems-difficulty)
15+
16+
# Contribution
17+
## 機能を追加したい・機能を修正したい
18+
- [GitHub](https://github.com/kenkoooo/AtCoderProblems)
19+
20+
## 要望を出したい・バグを報告したい
21+
- [GitHub issues](https://github.com/kenkoooo/AtCoderProblems/issues)
22+
23+
## サーバー代をカンパしたい
24+
- [GitHub Sponsors](https://github.com/sponsors/kenkoooo)

0 commit comments

Comments
 (0)