@@ -22,42 +22,27 @@ extra_javascript:
22
22
- js/index.json
23
23
24
24
nav :
25
- # - Home: 'index.md'
26
25
- Blog : " blog/index.md"
27
- - Affiliations :
28
- - index : affiliations/index.md
29
- # - Member Affiliation: 'affiliations/membership/index.md'
30
- # - OpenHub: 'affiliations/open-hub/index.md'
31
- # - Programs:
32
- # Mentors: 'projects/mentoring/mentors.md'
33
- # - Activities: about/archives/index.md
34
- # note> faq is out-of-date
35
- # - FAQ: faq/index.md
26
+ # - Affiliations:
27
+ # - index: affiliations/index.md
36
28
- Projects :
37
29
- index : " projects/index.md"
38
- - Incubator : " projects/incubator/index.md"
39
- - Affiliated :
40
- - index : " projects/affiliated/index.md"
41
- - Affiliated Projects : " projects/affiliated/projects.md"
42
- # - Mentoring: 'projects/mentoring/index.md'
43
- # note: let's keep these projects hidden for now
44
- # - Packaging Support: 'projects/packaging-support/index.md'
45
- # - Virtual-Labs: 'projects/virtual-labs/index.md'
46
- - Careers :
47
- - index : careers/index.md
48
- - Internship :
49
- - index : " careers/internship/index.md"
50
- - Interns Guide : " careers/internship/guides/interns/index.md"
51
- - Mentors Guide : " careers/internship/guides/mentors/index.md"
52
- # - "Cycle 2024-02": 'careers/internship/cycles/2024-02.md'
53
- # - "Cycle 2024-01 (CLOSED)": 'careers/internship/cycles/2024-01.md'
54
- # - "Cycle 2023-01 (CLOSED)": 'careers/internship/cycles/2023-01.md'
55
- - " TEMPLATE: Projects Ideas " : " careers/internship/templates/projects-ideas.md"
56
- - " TEMPLATE: Intern Project Proposal " : " careers/internship/templates/intern-proposal.md"
30
+ - Incubation : " projects/incubation/index.md"
31
+ - Affiliation :
32
+ - index : " projects/affiliation/index.md"
33
+ - All Projects : " projects/list/index.md"
34
+ - Opportunities :
35
+ - index : opportunities/index.md
36
+ - Open Source Internship :
37
+ - index : " opportunities/internship/index.md"
38
+ - Interns Guide : " opportunities/internship/guides/interns/index.md"
39
+ - Mentors Guide : " opportunities/internship/guides/mentors/index.md"
40
+ - " TEMPLATE: Projects Ideas " : " opportunities/internship/templates/projects-ideas.md"
41
+ - " TEMPLATE: Intern Project Proposal " : " opportunities/internship/templates/intern-proposal.md"
57
42
- GSoC :
58
- - index : " careers /gsoc/index.md"
59
- - Contributor Guide : " careers /gsoc/guides/contributor/index.md"
60
- - " TEMPLATE: Contributor Project Proposal " : " careers /gsoc/templates/contributor-proposal.md"
43
+ - index : " opportunities /gsoc/index.md"
44
+ - Contributor Guide : " opportunities /gsoc/guides/contributor/index.md"
45
+ - " TEMPLATE: Contributor Project Proposal " : " opportunities /gsoc/templates/contributor-proposal.md"
61
46
- Partnership :
62
47
- index : " partnership/index.md"
63
48
- Partners : " partnership/partners/index.md"
67
52
- index : guidelines/index.md
68
53
- Articles : guidelines/articles/index.md
69
54
- DEI : guidelines/dei/index.md
70
- # - DevOps/Discord: guidelines/devops/discord.md
71
- # - Fund Raiser: guidelines/fund-raiser/index.md
72
55
- Mentoring : guidelines/mentoring/index.md
73
56
- About :
74
57
- index : " about/index.md"
@@ -92,6 +75,10 @@ markdown_extensions:
92
75
- pymdownx.superfences
93
76
94
77
plugins :
78
+ - include-markdown :
79
+ start : <!-- start -->
80
+ end : <!-- end -->
81
+
95
82
- blogging :
96
83
template : theme/blog-list.html
97
84
dirs :
0 commit comments