feat: refactor + remove trading section
This commit is contained in:
parent
8d320b8c1c
commit
9effc1cab9
16 changed files with 83 additions and 233 deletions
|
|
@ -11,10 +11,6 @@ const postMapping = new Map([
|
|||
"Economics",
|
||||
[{ name: "models of production", link: "models-of-production" }],
|
||||
],
|
||||
[
|
||||
"Trading",
|
||||
[{ name: "extrema circular buffer", link: "extrema-circular-buffer" }],
|
||||
],
|
||||
[
|
||||
"Algorithms",
|
||||
[
|
||||
|
|
@ -24,6 +20,7 @@ const postMapping = new Map([
|
|||
},
|
||||
{ name: "leetcode daily", link: "leetcode-daily" },
|
||||
{ name: "practice makes perfect", link: "practice-makes-perfect" },
|
||||
{ name: "extrema circular buffer", link: "extrema-circular-buffer" },
|
||||
],
|
||||
],
|
||||
]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue