-
Notifications
You must be signed in to change notification settings - Fork 16
/
mkdocs.yml
124 lines (116 loc) · 3.83 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
site_name: Open Science Labs
site_url: https://opensciencelabs.org
docs_dir: pages
site_dir: build
theme:
name: null
custom_dir: "theme/"
features:
- content.code.copy
palette:
primary: indigo
extra_css:
- css/style.css
- css/index.css
extra_javascript:
- js/bundle.js
- js/search.js
- js/index.json
nav:
# - Home: 'index.md'
- Blog: "blog/index.md"
- Affiliations:
- index: affiliations/index.md
# - Member Affiliation: 'affiliations/membership/index.md'
# - OpenHub: 'affiliations/open-hub/index.md'
# - Programs:
# Mentors: 'projects/mentoring/mentors.md'
# - Activities: about/archives/index.md
# note> faq is out-of-date
# - FAQ: faq/index.md
- Projects:
- index: "projects/index.md"
- Incubator: "projects/incubator/index.md"
- Affiliated:
- index: "projects/affiliated/index.md"
- Affiliated Projects: "projects/affiliated/projects.md"
# - Mentoring: 'projects/mentoring/index.md'
# note: let's keep these projects hidden for now
# - Packaging Support: 'projects/packaging-support/index.md'
# - Virtual-Labs: 'projects/virtual-labs/index.md'
- Careers:
- index: careers/index.md
- Internship:
- index: "careers/internship/index.md"
- Interns Guide: "careers/internship/guides/interns/index.md"
- Mentors Guide: "careers/internship/guides/mentors/index.md"
# - "Cycle 2024-02": 'careers/internship/cycles/2024-02.md'
# - "Cycle 2024-01 (CLOSED)": 'careers/internship/cycles/2024-01.md'
# - "Cycle 2023-01 (CLOSED)": 'careers/internship/cycles/2023-01.md'
- "TEMPLATE: Projects Ideas": "careers/internship/templates/projects-ideas.md"
- "TEMPLATE: Intern Project Proposal": "careers/internship/templates/intern-proposal.md"
- GSoC:
- index: "careers/gsoc/index.md"
- Contributor Guide: "careers/gsoc/guides/contributor/index.md"
- "TEMPLATE: Contributor Project Proposal": "careers/gsoc/templates/contributor-proposal.md"
- Partnership:
- index: "partnership/index.md"
- Partners: "partnership/partners/index.md"
- Events:
- index: events/index.md
- "OpenVerse'24": events/openverse24/index.md
- Guidelines:
- index: guidelines/index.md
- Articles: guidelines/articles/index.md
- DEI: guidelines/dei/index.md
# - DevOps/Discord: guidelines/devops/discord.md
# - Fund Raiser: guidelines/fund-raiser/index.md
- Mentoring: guidelines/mentoring/index.md
- About:
- index: "about/index.md"
- About OSL: "about/index.md"
- Our Formula: "about/formula/index.md"
- Team: about/team/index.md
- Roadmap: about/roadmap/index.md
- Governance: about/governance/index.md
- CoC: about/coc/index.md
- Donate: "donate/index.md"
markdown_extensions:
- toc:
permalink: " #"
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
plugins:
- blogging:
template: theme/blog-list.html
dirs:
- blog
features:
tags: {}
- rss:
abstract_chars_count: 160 # -1 for full content
abstract_delimiter: <!-- more -->
categories:
- tags
comments_path: "#__comments"
date_from_meta:
as_creation: "date"
as_update: false
datetime_format: "%Y-%m-%d"
default_timezone: Europe/Paris
default_time: "09:30"
enabled: true
feed_ttl: 1440
image: https://upload.wikimedia.org/wikipedia/commons/thumb/4/43/Feed-icon.svg/128px-Feed-icon.svg.png
length: 20
pretty_print: false
match_path: ".*"
url_parameters:
utm_source: "documentation"
utm_medium: "RSS"
utm_campaign: "feed-syndication"