Skip to content

Commit

Permalink
feat: made some additions
Browse files Browse the repository at this point in the history
  • Loading branch information
CBID2 committed Sep 30, 2023
1 parent c0d715c commit e7388c4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions components/TopBar/CategoryDescriptions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ const categoryDescriptions: CategoryDescriptions = {
'other resources': 'Some extra resources to help you in your coding projects.',
podcasts: 'Coding podcasts to listen to when you feel demotivated.',
contributors: 'These are the people that have helped LinksHub come to life! Thank you for your support! Note: M = Maintainer and C = Contributors'
//technical-writing
'technical-writingTools': 'This list provides the tools to suit your tech writing needs.',
}

export default categoryDescriptions
4 changes: 3 additions & 1 deletion database/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,9 @@ export const sidebarData: ISidebar[] = [
},
{
category: 'technical-writing',
subcategory: [{ name: 'Tools', url: '/tools', resources: DB.tools }],
subcategory: [
{ name: 'Tools', url: '/tools', resources: DB.technicalwritingTools },
],
},
]

Expand Down

0 comments on commit e7388c4

Please sign in to comment.