mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Add sanke slugs to categories
This commit is contained in:
parent
302f1b9f29
commit
3ad58c7b5d
1 changed files with 15 additions and 0 deletions
|
|
@ -59,6 +59,7 @@ export const categories = {
|
|||
label: 'Developer Tools',
|
||||
pluralLabel: 'Developer Tools',
|
||||
slug: 'developer-tools',
|
||||
snakeSlug: 'developer_tools',
|
||||
},
|
||||
|
||||
'productivity-tools': {
|
||||
|
|
@ -67,6 +68,7 @@ export const categories = {
|
|||
label: 'Productivity Tools',
|
||||
pluralLabel: 'Productivity Tools',
|
||||
slug: 'productivity-tools',
|
||||
snakeSlug: 'productivity_tools',
|
||||
},
|
||||
|
||||
'video-and-motion-tools': {
|
||||
|
|
@ -75,6 +77,7 @@ export const categories = {
|
|||
label: 'Video and Motion Tools',
|
||||
pluralLabel: 'Video and Motion Tools',
|
||||
slug: 'video-and-motion-tools',
|
||||
snakeSlug: 'video_and_motion_tools',
|
||||
},
|
||||
|
||||
'social-and-communication': {
|
||||
|
|
@ -83,6 +86,7 @@ export const categories = {
|
|||
label: 'Social and Communication',
|
||||
pluralLabel: 'Social and Communication Apps',
|
||||
slug: 'social-and-communication',
|
||||
snakeSlug: 'social_and_communication',
|
||||
},
|
||||
|
||||
'entertainment-and-media-apps': {
|
||||
|
|
@ -91,6 +95,7 @@ export const categories = {
|
|||
label: 'Entertainment and Media Apps',
|
||||
pluralLabel: 'Entertainment and Media Apps',
|
||||
slug: 'entertainment-and-media-apps',
|
||||
snakeSlug: 'entertainment_and_media_apps',
|
||||
},
|
||||
|
||||
'music-and-audio-tools': {
|
||||
|
|
@ -99,6 +104,7 @@ export const categories = {
|
|||
label: 'Music and Audio Tools',
|
||||
pluralLabel: 'Music and Audio Tools',
|
||||
slug: 'music-and-audio-tools',
|
||||
snakeSlug: 'music_and_audio_tools',
|
||||
},
|
||||
|
||||
'photo-and-graphic-tools': {
|
||||
|
|
@ -107,6 +113,7 @@ export const categories = {
|
|||
label: 'Photo and Graphic Tools',
|
||||
pluralLabel: 'Photo and Graphic Tools',
|
||||
slug: 'photo-and-graphic-tools',
|
||||
snakeSlug: 'photo_and_graphic_tools',
|
||||
},
|
||||
|
||||
'science-and-research-software': {
|
||||
|
|
@ -115,6 +122,7 @@ export const categories = {
|
|||
label: 'Science and Research Software',
|
||||
pluralLabel: 'Science and Research Software',
|
||||
slug: 'science-and-research-software',
|
||||
snakeSlug: 'science_and_research_software',
|
||||
},
|
||||
|
||||
'3d-and-architecture': {
|
||||
|
|
@ -123,6 +131,7 @@ export const categories = {
|
|||
label: '3D and Architecture',
|
||||
pluralLabel: '3D and Architecture Applications',
|
||||
slug: '3d-and-architecture',
|
||||
snakeSlug: '3d_and_architecture',
|
||||
},
|
||||
|
||||
'vpns-security-and-privacy': {
|
||||
|
|
@ -131,6 +140,7 @@ export const categories = {
|
|||
label: 'VPNs, Security, and Privacy',
|
||||
pluralLabel: 'VPN, Security, and Privacy Applications',
|
||||
slug: 'vpns-security-and-privacy',
|
||||
snakeSlug: 'vpns_security_and_privacy',
|
||||
},
|
||||
|
||||
'live-production-and-performance': {
|
||||
|
|
@ -139,6 +149,7 @@ export const categories = {
|
|||
label: 'Live Production and Performance',
|
||||
pluralLabel: 'Live Production and Performance Software',
|
||||
slug: 'live-production-and-performance',
|
||||
snakeSlug: 'live_production_and_performance',
|
||||
},
|
||||
|
||||
'system-tools': {
|
||||
|
|
@ -147,6 +158,7 @@ export const categories = {
|
|||
label: 'System Tools',
|
||||
pluralLabel: 'System Tools',
|
||||
slug: 'system-tools',
|
||||
snakeSlug: 'system_tools',
|
||||
},
|
||||
|
||||
// Special Lists
|
||||
|
|
@ -156,6 +168,7 @@ export const categories = {
|
|||
label: 'Games',
|
||||
pluralLabel: 'Games',
|
||||
slug: 'games',
|
||||
snakeSlug: 'games',
|
||||
icon: '🎮',
|
||||
requestLinks: [
|
||||
{
|
||||
|
|
@ -171,6 +184,7 @@ export const categories = {
|
|||
pluralLabel: 'Homebrew Formulae',
|
||||
itemSuffixLabel: 'via Homebrew',
|
||||
slug: 'homebrew',
|
||||
snakeSlug: 'homebrew',
|
||||
icon: '🍺'
|
||||
},
|
||||
|
||||
|
|
@ -182,6 +196,7 @@ export const categories = {
|
|||
label: 'Uncategorized',
|
||||
pluralLabel: 'Uncategorized Software',
|
||||
slug: 'uncategorized',
|
||||
snakeSlug: 'uncategorized',
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue