Skip to content

Commit 21cfe84

Browse files
authored
Mkdocs Update Ko Version (#4)
* /ko 리다이렉션 * docs: Ko 버전 내용 완성 * Update README.md
1 parent 231a6ec commit 21cfe84

File tree

7 files changed

+21
-19
lines changed

7 files changed

+21
-19
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ mkdocs serve
2828

2929
### 3. open website
3030
```
31-
http://127.0.0.1:8000/ko/
31+
http://127.0.0.1:8000/
3232
```
3333

3434
[릴리즈 노트](https://github.com/pythonkr/pycon-code-of-conduct/releases)

docs/en/index.md

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

docs/en/report.md

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

docs/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<meta http-equiv="refresh" content="0; url=/ko/coc/a_intent_and_purpose/">

docs/ko/index.md

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

docs/ko/report.md

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

mkdocs.yml

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ theme:
1212
- content.tabs.link
1313
- content.code.annotation
1414
language: en
15-
# icon:
16-
# repo: fontawesome/brands/github
1715
palette:
1816
- scheme: default
1917
toggle:
@@ -27,7 +25,24 @@ theme:
2725
name: Switch to light mode
2826
primary: deep orange
2927
accent: lime
30-
# repo_url: https://github.com/pythonkr/pycon-code-of-conduct
28+
29+
nav:
30+
# - Home: index.md
31+
- Code of Conduct (English):
32+
- Introduction: en/coc/intro.md
33+
- Enforcement: en/coc/enforcement.md
34+
- Guidelines: en/coc/guidelines.md
35+
- Report: en/report.md
36+
- Code of Conduct (Korean):
37+
- 의도와 목적: ko/coc/a_intent_and_purpose.md
38+
- 커뮤니티: ko/coc/b_community.md
39+
- 의사소통: ko/coc/c_communication.md
40+
- 프라이버시: ko/coc/d_privacy.md
41+
- 영리 행위: ko/coc/e_commercial_activity.md
42+
- 공중 도덕: ko/coc/f_public_morality.md
43+
- 신고하기: ko/coc/g_reporting.md
44+
- 기여하기: ko/coc/h_contributing.md
45+
- REPORT(신고하기): https://forms.gle/M3xNuyMJ9qkGg79m7
3146

3247
extra:
3348
social:
@@ -56,4 +71,4 @@ markdown_extensions:
5671
emoji_generator: !!python/name:materialx.emoji.to_svg
5772

5873
copyright: |
59-
&copy; <a href="https://github.com/pythonkr" target"_blank" rel="noopener">PyCon KR</a>
74+
&copy; <a href="https://github.com/pythonkr" target"_blank" rel="noopener">PyCon KR</a>

0 commit comments

Comments
 (0)