Skip to content

Commit 8d813df

Browse files
authored
Merge pull request #2714 from topcoder-platform/feature-contentful
New navi integration to Contentful
2 parents 5fb16cb + b7cfcc8 commit 8d813df

File tree

21 files changed

+1244
-210
lines changed

21 files changed

+1244
-210
lines changed

config/default.js

+27
Original file line numberDiff line numberDiff line change
@@ -211,4 +211,31 @@ module.exports = {
211211
GRANT_TYPE: '',
212212
},
213213
},
214+
HEADER_AUTH_URLS: {
215+
href: 'https://accounts.topcoder-dev.com/member/registration?utm_source=community-app-main',
216+
location: 'https://accounts.topcoder-dev.com/member?retUrl=%S&utm_source=community-app-main',
217+
},
218+
ACCOUNT_MENU: [
219+
{
220+
title: 'Settings',
221+
href: '/settings/profile',
222+
},
223+
{ separator: true },
224+
{
225+
title: 'Help',
226+
href: 'https://help.topcoder-dev.com/',
227+
},
228+
{
229+
title: 'About Topcoder',
230+
href: 'https://www.topcoder.com/about/',
231+
},
232+
{
233+
title: 'Log Out',
234+
href: 'https://www.topcoder-dev.com/logout',
235+
},
236+
],
237+
ACCOUNT_MENU_SWITCH_TEXT: {
238+
title: 'Switch to BUSINESS',
239+
href: 'https://connect.topcoder-dev.com',
240+
},
214241
};

0 commit comments

Comments
 (0)