mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-13 08:13:49 +10:00
designing the deployment page
This commit is contained in:
@ -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,
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user