-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
27 lines (24 loc) · 1.06 KB
/
mkdocs.yml
File metadata and controls
27 lines (24 loc) · 1.06 KB
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
site_name: Codecheck Documentation
# Good themes: readthedocs, yeti, journal
# Not elegantly responsive: readable, cosmo, flatly, spacelab, cerulean, slate, mkdocs, journal
# Color does not match codecheck: cyborg, united, amelia, mkdocs
# Font does not match codecheck: simplex
# Bleh in general: bootstrap
theme: readthedocs
use_directory_urls: true
docs_dir: source
site_dir: docs
pages:
## English pages:
- "": index.md # DO NOT change this path. Build.py will fail.
- Welcome: en/index.md # DO NOT change this path. Build.py will fail.
# - Organizing Challenges: en/guide_organizing_challenges.md
# - Reference: en/reference_users.md
# - Organizer Reference: en/reference_organizers.md
##
## Japanese Pages:
- はじめに: ja/index.md # DO NOT change this path. Build.py will fail.
- チャレンジの運営: ja/guide_organizing_challenges.md
- よくある質問: ja/Q-and-A.md
# - リファレンス: ja/reference_users.md
- 運営者リファレンス: ja/reference_organizers.md