Feat: hide blocks not challenges (#39504)
* fix: remove isHidden flag from frontmatter * fix: add isUpcomingChange Co-authored-by: Ahmad Abdolsaheb <ahmad.abdolsaheb@gmail.com> * feat: hide blocks not challenges Co-authored-by: Ahmad Abdolsaheb <ahmad.abdolsaheb@gmail.com> Co-authored-by: Ahmad Abdolsaheb <ahmad.abdolsaheb@gmail.com>
This commit is contained in:
committed by
GitHub
parent
6b081c7e7b
commit
bd68b70f3d
@ -1,5 +1,6 @@
|
||||
{
|
||||
"name": "Basic JavaScript",
|
||||
"isUpcomingChange": false,
|
||||
"dashedName": "basic-javascript",
|
||||
"order": 1,
|
||||
"time": "10 hours",
|
||||
@ -447,7 +448,7 @@
|
||||
[
|
||||
"5cd9a70215d3c4e65518328f",
|
||||
"Use Recursion to Create a Countdown"
|
||||
],
|
||||
],
|
||||
[
|
||||
"5cc0bd7a49b71cb96132e54c",
|
||||
"Use Recursion to Create a Range of Numbers"
|
||||
|
Reference in New Issue
Block a user