add social & article category

pull/3/head
blyndusk 2019-01-30 16:44:52 +01:00
parent 95d4da7eab
commit 6b1928060c
1 changed files with 21 additions and 0 deletions

View File

@ -335,6 +335,27 @@ const json = {
]
}
]
},
{
name: 'Social & Articles',
icon: 'chatboxes',
categories: [
{
title: 'Articles',
links: [
{
title: 'dev.to(gether)',
text: 'Where programmers share ideas and help each other grow',
url: 'https://dev.to/'
},
{
title: 'medium.com',
text: 'Quality articles on many fields',
url: 'https://medium.com/'
}
]
}
]
}
]
};