File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -70,6 +70,8 @@ export const SKILLS_CONFIG: SkillsConfig = {
70
70
'NumPy' ,
71
71
'Oracle DB' ,
72
72
'Puppeteer' ,
73
+ 'Selenium' ,
74
+ 'Vitepress' ,
73
75
] ,
74
76
[ SkillType . Tools ] : [
75
77
// Common
@@ -79,8 +81,12 @@ export const SKILLS_CONFIG: SkillsConfig = {
79
81
'Linux' ,
80
82
// Uncommon
81
83
'Blender' ,
84
+ 'Continue' ,
82
85
'GIMP' ,
86
+ 'GitHub Actions' ,
87
+ 'GitHub Copilot' ,
83
88
'Inkscape' ,
89
+ 'OpenStack' ,
84
90
'Postman' ,
85
91
'Slack' ,
86
92
'Visual Studio Code' ,
Original file line number Diff line number Diff line change @@ -70,11 +70,13 @@ export type TechnologySkill =
70
70
| 'PostgreSQL'
71
71
| 'Puppeteer'
72
72
| 'React'
73
+ | 'Selenium'
73
74
| 'SolidJS'
74
75
| 'Spring Framework'
75
76
| 'SQLite'
76
77
| 'Tailwind CSS'
77
78
| 'Vite'
79
+ | 'Vitepress'
78
80
| 'Vue'
79
81
| 'Webpack'
80
82
| 'Zod' ;
@@ -85,7 +87,11 @@ export type TechnologySkill =
85
87
export type ToolSkill =
86
88
| 'Android Studio'
87
89
| 'Blender'
90
+ | 'Continue'
88
91
| 'GIMP'
92
+ | 'GitHub Actions'
93
+ | 'GitHub Copilot'
94
+ | 'OpenStack'
89
95
| 'GitHub'
90
96
| 'Inkscape'
91
97
| 'Jira'
You can’t perform that action at this time.
0 commit comments