forked from python/pycon-code-of-conduct
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmkdocs.yml
83 lines (77 loc) · 2.41 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
site_name: PyCon KR CoC
site_url: https://pythonkr.github.io/pycon-code-of-conduct
repo_url: https://github.com/pythonkr/pycon-code-of-conduct
theme:
name: material
logo: logo.png
features:
- navigation.tabs
- navigation.sections
- navigation.top
- toc.integrate
- search.suggest
- search.highlight
- content.tabs.link
- content.code.annotation
language: en
palette:
- scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
primary: deep orange
accent: purple
- scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
primary: deep orange
accent: lime
use_directory_urls: false
nav:
# - Home: index.md
- Code of Conduct (English):
- Intent and Purpose: en/coc/a_intent_and_purpose.md
- Community: en/coc/b_community.md
- Communication: en/coc/c_communication.md
- Privacy: en/coc/d_privacy.md
- Commercial Activity: en/coc/e_commercial_activity.md
- Public Decorum: en/coc/f_public_decorum.md
- Reporting: en/coc/g_reporting.md
- Contributing: en/coc/h_contributing.md
- Code of Conduct (Korean):
- 의도와 목적: ko/coc/a_intent_and_purpose.md
- 커뮤니티: ko/coc/b_community.md
- 의사소통: ko/coc/c_communication.md
- 프라이버시: ko/coc/d_privacy.md
- 영리 행위: ko/coc/e_commercial_activity.md
- 공중 도덕: ko/coc/f_public_decorum.md
- 신고하기: ko/coc/g_reporting.md
- 기여하기: ko/coc/h_contributing.md
- REPORT(신고하기): https://forms.gle/M3xNuyMJ9qkGg79m7
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/pythonkr
- icon: fontawesome/brands/twitter
link: https://twitter.com/pyconkr
- icon: fontawesome/brands/instagram
link: https://instagram.com/pycon_korea
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- admonition
- pymdownx.arithmatex:
generic: true
- footnotes
- pymdownx.details
- pymdownx.superfences
- pymdownx.mark
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
copyright: |
© <a href="https://github.com/pythonkr" target"_blank" rel="noopener">PyCon KR</a>