Skip to content

Commit 90ff8b9

Browse files
authored
Add 'Contribute' to side nav bar
1 parent 44b8de7 commit 90ff8b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/templates/partials/sidebar.hbs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ slug: sidebar
1818
<li><a href="{{root}}/learn/">{{#i18n "Learn"}}{{/i18n}}</a></li>
1919
<li><a href="{{root}}/teach/">{{#i18n "Teach"}}{{/i18n}}</a></li>
2020
<li><a href="{{root}}/examples/">{{#i18n "Examples"}}{{/i18n}}</a></li>
21+
<li><a href="https://p5js.org/contributor-docs/#/">{{#i18n "Contribute"}}{{/i18n}}</a></li>
2122
<li><a href="{{root}}/books/">{{#i18n "Books"}}{{/i18n}}</a></li>
2223
<li><a href="{{root}}/community/">{{#i18n "Community"}}{{/i18n}}</a></li>
2324
<li><a href="https://showcase.p5js.org">{{#i18n "Showcase"}}{{/i18n}}</a></li>

0 commit comments

Comments
 (0)