designing the deployment page

This commit is contained in:
Amruth Pillai
2020-03-29 15:58:10 +05:30
parent 9831e95ff2
commit 75c0a7ac88
4 changed files with 51 additions and 2 deletions

View File

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