We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7789b6 commit cae72f6Copy full SHA for cae72f6
src/lib/categories.ts
@@ -23,6 +23,13 @@ export const CATEGORY_GROUPS: CategoryGroup[] = [
23
{ id: "cpp", label: "C++" },
24
],
25
},
26
+ {
27
+ label: "Linux",
28
+ categories: [
29
+ { id: "linux", label: "Linux" },
30
+ { id: "arch-linux", label: "Arch Linux" },
31
+ ],
32
+ },
33
{
34
label: "Web",
35
categories: [
@@ -37,13 +44,6 @@ export const CATEGORY_GROUPS: CategoryGroup[] = [
37
44
{ id: "github-actions", label: "GitHub Actions" },
38
45
39
46
40
- {
41
- label: "Linux",
42
- categories: [
43
- { id: "arch-linux", label: "Arch Linux" },
- { id: "linux", label: "Linux" },
- ],
- },
47
48
label: "Algorithm",
49
categories: [{ id: "algorithm", label: "알고리즘" }],
0 commit comments