mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-13 00:03:27 +10:00
25 lines
625 B
JavaScript
25 lines
625 B
JavaScript
module.exports = {
|
|
title: 'Reactive Resume',
|
|
description:
|
|
"A one-of-a-kind resume builder that's not out to get your data. Completely secure, customizable, portable, open-source and free forever.",
|
|
themeConfig: {
|
|
logo: '/logo.png',
|
|
repo: 'AmruthPillai/Reactive-Resume',
|
|
nav: [
|
|
{ text: 'Home', link: '/' },
|
|
{ text: 'Go to App', link: 'https://rxresu.me/' },
|
|
],
|
|
sidebar: [
|
|
'/',
|
|
'/features/',
|
|
'/templates/',
|
|
'/technology/',
|
|
'/contributing/',
|
|
'/building-from-source/',
|
|
'/deployment/',
|
|
'/changelog/',
|
|
],
|
|
smoothScroll: true,
|
|
},
|
|
};
|