@@ -68,13 +68,13 @@ module.exports = {
68
68
69
69
ACCOUNT_MENU_SWITCH_TEXT : {
70
70
title : 'Switch to BUSINESS' ,
71
- href : 'https://connect.topcoder.com' ,
71
+ href : 'https://connect.topcoder.com?ref=nav ' ,
72
72
} ,
73
73
HEADER_MENU : [
74
74
{
75
75
id : 'business' ,
76
76
title : 'BUSINESS' ,
77
- href : 'https://www.topcoder.com' ,
77
+ href : 'https://www.topcoder.com?ref=nav ' ,
78
78
} ,
79
79
{
80
80
id : 'community' , // required for 'Switch to BUSINESS' to work
@@ -83,29 +83,29 @@ module.exports = {
83
83
{
84
84
id : 'home' ,
85
85
title : 'Home' ,
86
- href : '/home' ,
86
+ href : '/home?ref=nav ' ,
87
87
logged : true ,
88
88
} ,
89
89
{
90
90
id : 'myprofile' ,
91
91
title : 'My Profile' ,
92
- href : '/members/willFilledByUserName' ,
92
+ href : '/members/willFilledByUserName?ref=nav ' ,
93
93
logged : true ,
94
94
} ,
95
95
{
96
96
title : 'Payments' ,
97
- href : 'https://community.topcoder.com/PactsMemberServlet?module=PaymentHistory&full_list=false' ,
97
+ href : 'https://community.topcoder.com/PactsMemberServlet?module=PaymentHistory&full_list=false&ref=nav ' ,
98
98
logged : true ,
99
99
openNewTab : true ,
100
100
} ,
101
101
{
102
102
title : 'Overview' ,
103
- href : '/community/learn' ,
103
+ href : '/community/learn?ref=nav ' ,
104
104
logged : false ,
105
105
} ,
106
106
{
107
107
title : 'How It Works' ,
108
- href : '/thrive/tracks?track=Topcoder' ,
108
+ href : '/thrive/tracks?track=Topcoder&ref=nav ' ,
109
109
logged : false ,
110
110
} ,
111
111
] ,
@@ -115,19 +115,19 @@ module.exports = {
115
115
subMenu : [
116
116
{
117
117
title : 'All Challenges' ,
118
- href : '/challenges' ,
118
+ href : '/challenges?ref=nav ' ,
119
119
} ,
120
120
{
121
121
title : 'Competitive Programming' ,
122
- href : '/community/arena' ,
122
+ href : '/community/arena?ref=nav ' ,
123
123
} ,
124
124
{
125
125
title : 'Gig Work' ,
126
- href : '/gigs' ,
126
+ href : '/gigs?ref=nav ' ,
127
127
} ,
128
128
{
129
129
title : 'Practice' ,
130
- href : '/community/practice' ,
130
+ href : '/community/practice?ref=nav ' ,
131
131
} ,
132
132
] ,
133
133
} ,
@@ -136,23 +136,23 @@ module.exports = {
136
136
subMenu : [
137
137
{
138
138
title : 'Competitive Programming' ,
139
- href : '/thrive/tracks?track=Competitive%20Programming' ,
139
+ href : '/thrive/tracks?track=Competitive%20Programming&ref=nav ' ,
140
140
} ,
141
141
{
142
142
title : 'Data Science' ,
143
- href : '/thrive/tracks?track=Data%20Science' ,
143
+ href : '/thrive/tracks?track=Data%20Science&ref=nav ' ,
144
144
} ,
145
145
{
146
146
title : 'Design' ,
147
- href : '/thrive/tracks?track=Design' ,
147
+ href : '/thrive/tracks?track=Design&ref=nav ' ,
148
148
} ,
149
149
{
150
150
title : 'Development' ,
151
- href : '/thrive/tracks?track=Development' ,
151
+ href : '/thrive/tracks?track=Development&ref=nav ' ,
152
152
} ,
153
153
{
154
154
title : 'QA' ,
155
- href : '/thrive/tracks?track=QA' ,
155
+ href : '/thrive/tracks?track=QA&ref=nav ' ,
156
156
} ,
157
157
] ,
158
158
} ,
@@ -161,34 +161,34 @@ module.exports = {
161
161
subMenu : [
162
162
{
163
163
title : 'TCO' ,
164
- href : '/community/member-programs/topcoder-open' ,
164
+ href : '/community/member-programs/topcoder-open?ref=nav ' ,
165
165
} ,
166
166
{
167
167
title : 'Programs' ,
168
- href : '/community/member-programs' ,
168
+ href : '/community/member-programs?ref=nav ' ,
169
169
} ,
170
170
{
171
171
title : 'Forums' ,
172
- href : 'https://discussions.topcoder.com' ,
172
+ href : 'https://discussions.topcoder.com?ref=nav ' ,
173
173
} ,
174
174
{
175
175
title : 'Statistics' ,
176
- href : '/community/statistics' ,
176
+ href : '/community/statistics?ref=nav ' ,
177
177
} ,
178
178
{
179
179
title : 'Blog' ,
180
- href : 'https://www.topcoder.com/blog' ,
180
+ href : 'https://www.topcoder.com/blog?ref=nav ' ,
181
181
openNewTab : true ,
182
182
} ,
183
183
{
184
184
title : 'Thrive' ,
185
- href : '/thrive' ,
185
+ href : '/thrive?ref=nav ' ,
186
186
} ,
187
187
] ,
188
188
} ,
189
189
{
190
190
title : 'Discord' ,
191
- href : 'https://discord.gg/topcoder' ,
191
+ href : 'https://discord.gg/topcoder?ref=nav ' ,
192
192
openNewTab : true ,
193
193
} ,
194
194
] ,
@@ -202,17 +202,17 @@ module.exports = {
202
202
ACCOUNT_MENU : [
203
203
{
204
204
title : 'Settings' ,
205
- href : '/settings/profile' ,
205
+ href : '/settings/profile?ref=nav ' ,
206
206
} ,
207
207
{ separator : true } ,
208
208
{
209
209
title : 'Help' ,
210
- href : 'https://www.topcoder.com/thrive/tracks?track=Topcoder&tax=Help%20Articles' ,
210
+ href : 'https://www.topcoder.com/thrive/tracks?track=Topcoder&tax=Help%20Articles&ref=nav ' ,
211
211
} ,
212
212
{ separator : true } ,
213
213
{
214
214
title : 'Log Out' ,
215
- href : 'https://www.topcoder.com/logout' ,
215
+ href : 'https://www.topcoder.com/logout?ref=nav ' ,
216
216
} ,
217
217
] ,
218
218
// Config for TC EDU - THRIVE
0 commit comments