Skip to content

Commit 9a39f7e

Browse files
authored
Merge pull request #213 from npatta01/contribute_links_sidebar
add contribute links to sidebar
2 parents 631fabe + 8a63df1 commit 9a39f7e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

_data/navigation.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,10 @@ main:
1818
- title: "Examples"
1919
url: "https://scikit-learn.org/stable/auto_examples/index"
2020

21+
2122
# Sidebar
2223
docs:
24+
2325
- title: Archives
2426
children:
2527
- title: "Category"
@@ -37,6 +39,10 @@ docs:
3739
url: https://scikit-learn.org/stable/faq
3840
- title: "Code of Conduct"
3941
url: https://python.org/psf/conduct/
42+
- title: "Contribute to scikit-learn"
43+
url : "https://scikit-learn.org/stable/developers/contributing.html"
44+
- title: "Contribute to the blog"
45+
url : "https://github.com/scikit-learn/blog"
4046

4147
- title: Community
4248
children:

0 commit comments

Comments
 (0)