added contributing page

This commit is contained in:
Amruth Pillai
2020-03-29 13:11:21 +05:30
parent 75506420e8
commit 7c0ea86647
3 changed files with 46 additions and 3 deletions

View File

@ -9,6 +9,6 @@ module.exports = {
{ text: 'Home', link: '/' },
{ text: 'Go to App', link: 'https://rxresu.me/' },
],
sidebar: ['/', '/features/', '/built-with/'],
sidebar: ['/', '/features/', '/technology/', '/contributing/'],
},
};