Skip to content

Commit 08e74c9

Browse files
committed
wip: Add mentorship section
Signed-off-by: Arthur Silva Sens <arthursens2005@gmail.com>
1 parent 1dd0398 commit 08e74c9

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

content/mentorship.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: Mentorship
3+
---
4+
<div class="row">
5+
<div class="col-md-12 doc-content">
6+
7+
<h1>Mentorship Programs</h1>
8+
<p>
9+
Prometheus offers paid mentorship programs through CNCF mentorship initiatives(See <a href="https://github.com/cncf/mentorship">https://github.com/cncf/mentorship</a>). Such initiatives create opportunities to people who want to contribute to Prometheus, but have a hard time understanding how to start.
10+
</p>
11+
12+
</div>
13+
</div>

layouts/header.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
<li><a href="/docs/introduction/overview/">Docs</a></li>
8181
<li><a href="/download/">Download</a></li>
8282
<li><a href="/community/">Community</a></li>
83+
<li><a href="/mentorship/">Mentorship</a></li>
8384
<li><a href="/support-training/">Support & Training</a></li>
8485
<li><a href="/blog/">Blog</a></li>
8586
<li><input class="searchbox form-control" type="search" placeholder="Search" aria-label="Search"></li>

0 commit comments

Comments
 (0)