We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e116202 commit b998c50Copy full SHA for b998c50
2 files changed
scripts/check-project.js
@@ -16,6 +16,7 @@ const KNOWN_CATEGORIES = [
16
"Governance",
17
"Infrastructure",
18
"Integration",
19
+ "Motoko",
20
"Security",
21
];
22
src/lib/skills.ts
@@ -23,6 +23,7 @@ const CATEGORY_ORDER = [
23
'Governance',
24
'Infrastructure',
25
'Integration',
26
+ 'Motoko',
27
'Security',
28
'Tokens',
29
'Wallet',
0 commit comments