-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathmkdocs.yml
325 lines (316 loc) · 10.8 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
# See:
# https://github.com/squidfunk/mkdocs-material/blob/master/mkdocs.yml
# Project information
site_name: AtCoder Clans
site_url: https://KATO-Hiro.github.io/AtCoderClans/
site_author: hiro_hiro
site_description: >-
【非公式】AtCoderがもっと楽しくなるリンク集です。有志による非公式サービス・ツール・ライブラリ・記事などをまとめています。
# GitHub Repository
repo_name: KATO-Hiro/AtCoderClans
repo_url: https://github.com/KATO-Hiro/AtCoderClans
edit_uri: "edit/master/docs"
# Copyright
copyright: Copyright © 2020-2025 hiro_hiro
## Basic Configuration
theme:
name: material
language: ja
features:
- content.action.edit
- content.action.view
- content.code.copy
- navigation.instant
- navigation.top
- navigation.footer
- search.highlight
- search.share
- search.suggest
palette:
- scheme: atcoderclans
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
icon:
repo: fontawesome/brands/github
favicon: images/favicon/android-chrome-512x512.png
logo: images/favicon/android-chrome-512x512.png
# Plugins
plugins:
- search:
lang:
- ja
- en
# Customization
extra:
analytics:
provider: google
property: G-JZZK4RM2YD
feedback:
title: このページは役に立ちましたか?
ratings:
- icon: material/thumb-up-outline
name: This page was helpful
data: 1
note: >-
ありがとうございます!
- icon: material/thumb-down-outline
name: This page could be improved
data: 0
note: >-
ありがとうございます! このページの改善にご協力ください
(<a href="https://github.com/KATO-Hiro/AtCoderClans/issues/new?title=[Feedback]+{title}+-+{url}" target="_blank" rel="noopener">GitHub</a>)。
extra_css:
- stylesheets/extra.css
extra_javascript:
- https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js
- javascripts/link_as_new_tab.js
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js
# Extensions
markdown_extensions:
- admonition
- attr_list
- md_in_html
- pymdownx.arithmatex:
generic: true
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- tables
# Page tree
nav:
- Home: index.md
- Quick Start: quick_start.md
- For Beginners:
- for_beginners/index.md
- for_beginners/question0.md
- for_beginners/question1.md
- for_beginners/question2.md
- for_beginners/question3.md
- for_beginners/question4.md
- for_beginners/question5.md
- for_beginners/question6.md
- for_beginners/question7.md
- for_beginners/question8.md
- Recommendation:
- recommendation/index.md
- recommendation/solve_problems.md
- recommendation/submit_codes.md
- recommendation/improve_ui.md
- Web Apps and Sites:
- web_app/index.md
- Webアプリ・Webサイト:
- web_app/solve_problems.md
- web_app/support_tools.md
- web_app/participate_in_contests.md
- web_app/view_and_compare_scores.md
- web_app/services_using_scores.md
- web_app/statistics.md
- web_app/rivals.md
- web_app/quiz_and_game.md
- web_app/for_writers.md
- web_app/for_developers.md
- Bot: bot/index.md
- Web API: web_api/index.md
- Scripts:
- scripts/index.md
- ユーザスクリプト:
- user_scripts/solve_problems.md
- user_scripts/submit_codes.md
- user_scripts/read_editorials.md
- user_scripts/participate_in_contests.md
- user_scripts/view_scores.md
- user_scripts/colors.md
- user_scripts/rivals.md
- user_scripts/jokes.md
- user_scripts/for_developers.md
- Google Chromeの拡張機能:
- chrome_extensions/solve_problems.md
- chrome_extensions/submit_codes.md
- chrome_extensions/review.md
- chrome_extensions/participate_in_contests.md
- chrome_extensions/view_scores.md
- chrome_extensions/improve_ui.md
- Articles, Blogs, Books and Videos:
- media/index.md
- 記事:
- articles/introduction.md
- articles/development_env.md
- articles/programming_languages.md
- articles/how_to_practice.md
- articles/algorithm.md
- articles/heuristic.md
- articles/math.md
- 実装テクニックを学ぶ:
- articles/implementation/index.md
- articles/implementation/general.md
- articles/implementation/multiple_languages.md
- articles/implementation/cpp.md
- articles/implementation/python.md
- articles/implementation/ruby.md
- articles/implementation/rust.md
- articles/implementation/others.md
- articles/user_editorials.md
- articles/how_to_approach_difficult_problems.md
- articles/for_writers.md
- articles/view_scores.md
- articles/look_back_on_past.md
- articles/club_activities.md
- articles/past.md
- articles/jobs.md
- ブログ:
- blogs/index.md
- アルゴリズム部門:
- blogs/algorithm/c.md
- blogs/algorithm/cpp.md
- blogs/algorithm/crystal.md
- blogs/algorithm/csharp.md
- blogs/algorithm/java.md
- blogs/algorithm/nim.md
- blogs/algorithm/python.md
- blogs/algorithm/ruby.md
- blogs/algorithm/rust.md
- ヒューリスティック部門:
- blogs/heuristic/c.md
- blogs/heuristic/cpp.md
- blogs/heuristic/crystal.md
- blogs/heuristic/csharp.md
- blogs/heuristic/d.md
- blogs/heuristic/go.md
- blogs/heuristic/java.md
- blogs/heuristic/nim.md
- blogs/heuristic/python.md
- blogs/heuristic/rust.md
- 資料集: materials/index.md
- 書籍: books/index.md
- 動画:
- videos/index.md
- YouTube:
- youtube/channel.md
- youtube/video.md
- videos/niconico.md
- videos/archived_video.md
- SNS: sns/index.md
- Libraries and Snippets:
- libraries/index.md
- AtCoder Library (ACL):
- libraries/atcoder_library.md
- libraries/articles.md
- libraries/porting_of_acl.md
- libraries/library_checker.md
- 有志による公開ライブラリ:
- libraries/libraries.md
- libraries/cpp.md
- libraries/csharp.md
- libraries/d.md
- libraries/java.md
- libraries/python.md
- libraries/rust.md
- libraries/others.md
- Command Line Tools:
- cli/index.md
- cli/test_tools.md
- cli/template_testcase_generator.md
- cli/tools_for_submission.md
- cli/programming_languages.md
- cli/solver.md
- cli/tools_for_writers.md
- Milestones:
- milestones/index.md
- 色変記事:
- milestones/brown.md
- milestones/green.md
- milestones/cyan.md
- milestones/blue.md
- milestones/yellow.md
- milestones/orange.md
- milestones/red.md
- 休止・引退: milestones/retirement.md
- Related Contest Sites:
- related_contest_sites/index.md
- アルゴリズム系コンテスト:
- related_contest_sites/algo_method.md
- related_contest_sites/aoj.md
- related_contest_sites/boj.md
- related_contest_sites/codeforces.md
- related_contest_sites/icpc.md
- related_contest_sites/joi_ioi.md
- related_contest_sites/leetcode.md
- related_contest_sites/topcoder.md
- related_contest_sites/yukicoder.md
- related_contest_sites/algorithm.md
- related_contest_sites/math.md
- related_contest_sites/puzzle_quiz.md
- related_contest_sites/machine_learning.md
- related_contest_sites/ai_accelerator.md
- related_contest_sites/db.md
- related_contest_sites/web_services.md
- related_contest_sites/security.md
- related_contest_sites/quantum.md
- Archives:
- archived/index.md
- archived/need_to_confirm_operation.md
- archived/outdated_information.md
- archived/migrate_servers.md
- archived/broken_links.md
- archived/no_longer_available.md
- privacy_policy.md
- contact.md
- special_thanks.md
- Contributing:
- contributing/index.md
- contributing/guideline.md
- contributing/design.md
- contributing/references.md
- license.md
- Change Log:
- changelog/latest.md
- 2025:
- January, 2025: changelog/2025_01.md
- 2024:
- December, 2024: changelog/2024_12.md
- November, 2024: changelog/2024_11.md
- October, 2024: changelog/2024_10.md
- September, 2024: changelog/2024_09.md
- August, 2024: changelog/2024_08.md
- July, 2024: changelog/2024_07.md
- June, 2024: changelog/2024_06.md
- May, 2024: changelog/2024_05.md
- April, 2024: changelog/2024_04.md
- March, 2024: changelog/2024_03.md
- February, 2024: changelog/2024_02.md
- January, 2024: changelog/2024_01.md
- 2023:
- December, 2023: changelog/2023_12.md
- November, 2023: changelog/2023_11.md
- October, 2023: changelog/2023_10.md
- September, 2023: changelog/2023_09.md
- August, 2023: changelog/2023_08.md
- July, 2023: changelog/2023_07.md
- June, 2023: changelog/2023_06.md
- May, 2023: changelog/2023_05.md
- April, 2023: changelog/2023_04.md
- March, 2023: changelog/2023_03.md
- February, 2023: changelog/2023_02.md
- January, 2023: changelog/2023_01.md
- 2022:
- December, 2022: changelog/2022_12.md
- November, 2022: changelog/2022_11.md
- October, 2022: changelog/2022_10.md
- September, 2022: changelog/2022_09.md
- August, 2022: changelog/2022_08.md
- July, 2022: changelog/2022_07.md
- June, 2022: changelog/2022_06.md
- May, 2022: changelog/2022_05.md
- April, 2022: changelog/2022_04.md
- March, 2022: changelog/2022_03.md