Skip to content

Commit

Permalink
model: use only root and methodology for now
Browse files Browse the repository at this point in the history
  • Loading branch information
vithar committed May 25, 2019
1 parent 74d5986 commit c5d1ba1
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions model/model.js
Original file line number Diff line number Diff line change
Expand Up @@ -2154,19 +2154,19 @@ module.exports = [
}
]
.concat(methodology)
.concat(toolbox)
.concat(technologies)
.concat(libs)
.concat(tutorials)
.concat(community)
.concat({
url: '/forum/',
site: '/community/',
title: {
ru: 'Форум',
en: 'Forum',
},
source: { ru: '', en: '' },
level: 1,
nav: false
});
// .concat(toolbox)
// .concat(technologies)
// .concat(libs)
// .concat(tutorials)
// .concat(community)
// .concat({
// url: '/forum/',
// site: '/community/',
// title: {
// ru: 'Форум',
// en: 'Forum',
// },
// source: { ru: '', en: '' },
// level: 1,
// nav: false
// });

0 comments on commit c5d1ba1

Please sign in to comment.