We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44b8de7 commit 90ff8b9Copy full SHA for 90ff8b9
src/templates/partials/sidebar.hbs
@@ -18,6 +18,7 @@ slug: sidebar
18
<li><a href="{{root}}/learn/">{{#i18n "Learn"}}{{/i18n}}</a></li>
19
<li><a href="{{root}}/teach/">{{#i18n "Teach"}}{{/i18n}}</a></li>
20
<li><a href="{{root}}/examples/">{{#i18n "Examples"}}{{/i18n}}</a></li>
21
+ <li><a href="https://p5js.org/contributor-docs/#/">{{#i18n "Contribute"}}{{/i18n}}</a></li>
22
<li><a href="{{root}}/books/">{{#i18n "Books"}}{{/i18n}}</a></li>
23
<li><a href="{{root}}/community/">{{#i18n "Community"}}{{/i18n}}</a></li>
24
<li><a href="https://showcase.p5js.org">{{#i18n "Showcase"}}{{/i18n}}</a></li>
0 commit comments