You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
516 B
23 lines
516 B
// Not using this for now.
|
|
// const navigation: ProductNavigationItems = [
|
|
// { href: '/offers', name: 'Offers' },
|
|
// { href: '/questions', name: 'Question Bank' },
|
|
// {
|
|
// children: [
|
|
// { href: '/resumes', name: 'View Resumes' },
|
|
// { href: '/resumes/submit', name: 'Submit Resume' },
|
|
// ],
|
|
// href: '#',
|
|
// name: 'Resumes',
|
|
// },
|
|
// ];
|
|
|
|
const config = {
|
|
navigation: [],
|
|
showGlobalNav: false,
|
|
title: 'Tech Interview Handbook',
|
|
titleHref: '/',
|
|
};
|
|
|
|
export default config;
|