Skip to content

Commit 7779f3f

Browse files
Fix issue #3444 : Always show sub nav when page have your own menu.
1 parent 725f549 commit 7779f3f

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

config/default.js

-3
Original file line numberDiff line numberDiff line change
@@ -335,12 +335,10 @@ module.exports = {
335335
{
336336
title: 'Competitive Programming',
337337
href: '/community/competitive-programming',
338-
collapsed: true,
339338
},
340339
{
341340
title: 'Data Science',
342341
href: '/community/data-science',
343-
collapsed: true,
344342
},
345343
{
346344
title: 'Design',
@@ -374,7 +372,6 @@ module.exports = {
374372
{
375373
title: 'Statistics',
376374
href: '/community/statistics',
377-
collapsed: true,
378375
},
379376
{
380377
title: 'Events',

config/production.js

-3
Original file line numberDiff line numberDiff line change
@@ -118,12 +118,10 @@ module.exports = {
118118
{
119119
title: 'Competitive Programming',
120120
href: '/community/competitive-programming',
121-
collapsed: true,
122121
},
123122
{
124123
title: 'Data Science',
125124
href: '/community/data-science',
126-
collapsed: true,
127125
},
128126
{
129127
title: 'Design',
@@ -157,7 +155,6 @@ module.exports = {
157155
{
158156
title: 'Statistics',
159157
href: '/community/statistics',
160-
collapsed: true,
161158
},
162159
{
163160
title: 'Events',

0 commit comments

Comments
 (0)