-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
43 lines (32 loc) · 943 Bytes
/
mkdocs.yml
File metadata and controls
43 lines (32 loc) · 943 Bytes
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
site_name: Programming Contest Hosting Guide
theme: readthedocs
nav:
- 메인 : index.md
- 대회 준비사항 (general) :
- 대회 기반 준비 : preparation.md
- 대회 문제 세팅 및 검수 : problem_setting.md
- Online Judge별 준비사항 :
- CMS : OJs/cms.md
- Coduck : OJs/coduck.md
- DOMjudge : OJs/domjudge.md
- JUNGOL : OJs/jungol.md
- Project PS : OJs/projectps.md
- 대회 중 (general) :
- 대회 현장 : during_contest.md
- 대회 종료 (general) :
- 대회 종료 : contest_end.md
- 업데이트 내역 :
- 업데이트 내역 : updatelog.md
- 도움 주신 분들 :
- 도움 주신 분들 : credits.md
extra_css:
- stylesheets/extra.css
markdown_extensions:
- pymdownx.arithmatex:
generic: true
- attr_list
extra_javascript:
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
extra:
version:
v 0a.011