@@ -22,42 +22,27 @@ extra_javascript:
2222 - js/index.json
2323
2424nav :
25- # - Home: 'index.md'
2625 - 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
3628 - Projects :
3729 - 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"
5742 - 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"
6146 - Partnership :
6247 - index : " partnership/index.md"
6348 - Partners : " partnership/partners/index.md"
6752 - index : guidelines/index.md
6853 - Articles : guidelines/articles/index.md
6954 - DEI : guidelines/dei/index.md
70- # - DevOps/Discord: guidelines/devops/discord.md
71- # - Fund Raiser: guidelines/fund-raiser/index.md
7255 - Mentoring : guidelines/mentoring/index.md
7356 - About :
7457 - index : " about/index.md"
@@ -92,6 +75,10 @@ markdown_extensions:
9275 - pymdownx.superfences
9376
9477plugins :
78+ - include-markdown :
79+ start : <!-- start -->
80+ end : <!-- end -->
81+
9582 - blogging :
9683 template : theme/blog-list.html
9784 dirs :
0 commit comments