-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmkdocs.yml
43 lines (37 loc) · 969 Bytes
/
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
site_name: Guide | Open Source Promotion Plan
site_dir: public
repo_url: https://summer-ospp.ac.cn/help/
site_url: https://summer-ospp.ac.cn/help/en/
repo_name: 中文版
copyright: Copyright © 2020 - 2024 Open Source Promotion Plan Organizing Committee
theme:
name: material
language: 'en'
features:
- navigation.expand
icon:
repo: fontawesome/solid/link
logo: assets/logo.svg
favicon: assets/logo.svg
extra:
social:
- icon: fontawesome/solid/envelope
link: mailto:[email protected]
extra_javascript:
- 'js/tongji.js'
plugins:
- git-revision-date
- search
nav:
- Frequently Asked: index.md
- Roles: roles.md
- Timeline: timeline.md
- Student Guide:
- Questions: student.md
- Suggestions: proj_apply.md
- Community: community.md
- Communities List: communities-list.md
- Mentor: mentor.md
- Cooperation: cooperation.md
- Contact Us: contactus.md
- Acknowledgements: acknowledgements.md