adding the building from source page

This commit is contained in:
Amruth Pillai
2020-03-29 15:18:33 +05:30
parent a8ffbb782a
commit 9831e95ff2
3 changed files with 90 additions and 1 deletions

View File

@ -9,6 +9,7 @@ module.exports = {
{ text: 'Home', link: '/' },
{ text: 'Go to App', link: 'https://rxresu.me/' },
],
sidebar: ['/', '/features/', '/technology/', '/contributing/'],
sidebar: ['/', '/features/', '/technology/', '/contributing/', '/building-from-source/'],
displayAllHeaders: true,
},
};