-
Notifications
You must be signed in to change notification settings - Fork 117
/
mkdocs.yml
69 lines (63 loc) · 1.86 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
site_name: Open Source Development 2024/2
repo_url: https://github.com/insper/open-dev/
repo_name: Open Dev
site_url: https://insper.github.io/open-dev/
theme:
name: 'material'
extra_css:
- css/custom.css
- css/people.css
nav:
- 'Home': 'index.md'
- 'syllabus.md'
- 'assessment.md'
- 'students.md'
# - 'Agenda apresentações': 'agenda_apresentacoes.md'
- 'Lessons':
- 'lessons/01-distributed-workflow/index.md'
- 'lessons/02-software-and-communities/index.md'
- 'lessons/02-xpresentations-communities/index.md'
- 'lessons/03-software-documentation/index.md'
- 'lessons/04-professional-project/index.md'
- 'lessons/05-python-packaging/index.md'
- 'lessons/06-localization-translation/index.md'
- 'lessons/07-code-quality/index.md'
- 'lessons/08-automated-testing/index.md'
- 'lessons/09-releases/index.md'
# - 'lessons/10-first-contribution/index.md'
- lessons/11-floss-people/index.md
# - lessons/12-licenses/index.md
- 'Impact':
- '2024/2': 'impact.md'
- '2023/2': 'impact-2023.md'
- '2022/2': 'impact-2022.md'
- '2021/2': 'impact-2021.md'
- '2020/1': 'impact-2020.md'
- '2019/2': 'impact-2019.md'
- 'Ongoing projects':
- 'projects/2024/2/index.md'
extra_javascript:
- js/markdown-enhancer.js
markdown_extensions:
- attr_list
- markdown.extensions.admonition
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.details
- pymdownx.tabbed
- pymdownx.superfences
- pymdownx.magiclink
- pymdownx.critic:
mode: view
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
- pymdownx.smartsymbols
- pymdownx.snippets:
base_path: "docs/_snippets"
check_paths: true
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg