-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmkdocs.yml
More file actions
31 lines (28 loc) · 1.25 KB
/
mkdocs.yml
File metadata and controls
31 lines (28 loc) · 1.25 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
28
29
30
31
site_name: Codecheck Documentation
theme: readthedocs
# 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
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.
- Using Github: en/guide_github.md
- Using The Web Editor: en/guide_web_editor.md
#- 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.
- Webエディタの使用方法: ja/guide_web_editor.md
- Githubの使用方法: ja/guide_github.md
# - チャレンジの運営: ja/guide_organizing_challenges.md
- よくある質問: ja/Q-and-A.md
- リファレンス: ja/reference_users.md
#- 運営者リファレンス: ja/reference_organizers.md