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:
Oliver Eyton-Williams
2020-09-04 00:07:40 +02:00
committed by GitHub
parent 6b081c7e7b
commit bd68b70f3d
1740 changed files with 151 additions and 1746 deletions

View File

@ -2,7 +2,6 @@
id: 587d7fb9367417b2b2512c12
title: Chain Search Query Helpers to Narrow Search Results
challengeType: 2
isHidden: false
forumTopicId: 301533
---

View File

@ -2,7 +2,6 @@
id: 587d7fb6367417b2b2512c07
title: Create a Model
challengeType: 2
isHidden: false
forumTopicId: 301535
---

View File

@ -2,7 +2,6 @@
id: 587d7fb6367417b2b2512c09
title: Create and Save a Record of a Model
challengeType: 2
isHidden: false
forumTopicId: 301536
---

View File

@ -2,7 +2,6 @@
id: 587d7fb7367417b2b2512c0a
title: Create Many Records with model.create()
challengeType: 2
isHidden: false
forumTopicId: 301537
---

View File

@ -2,7 +2,6 @@
id: 587d7fb8367417b2b2512c11
title: Delete Many Documents with model.remove()
challengeType: 2
isHidden: false
forumTopicId: 301538
---

View File

@ -2,7 +2,6 @@
id: 587d7fb8367417b2b2512c10
title: Delete One Document Using model.findByIdAndRemove
challengeType: 2
isHidden: false
forumTopicId: 301539
---

View File

@ -2,7 +2,6 @@
id: 587d7fb6367417b2b2512c06
title: Install and Set Up Mongoose
challengeType: 2
isHidden: false
forumTopicId: 301540
---

View File

@ -2,7 +2,6 @@
id: 587d7fb8367417b2b2512c0e
title: 'Perform Classic Updates by Running Find, Edit, then Save'
challengeType: 2
isHidden: false
forumTopicId: 301541
---

View File

@ -2,7 +2,6 @@
id: 587d7fb8367417b2b2512c0f
title: Perform New Updates on a Document Using model.findOneAndUpdate()
challengeType: 2
isHidden: false
forumTopicId: 301542
---

View File

@ -2,7 +2,6 @@
id: 587d7fb7367417b2b2512c0b
title: Use model.find() to Search Your Database
challengeType: 2
isHidden: false
forumTopicId: 301543
---

View File

@ -2,7 +2,6 @@
id: 587d7fb7367417b2b2512c0d
title: Use model.findById() to Search Your Database By _id
challengeType: 2
isHidden: false
forumTopicId: 301544
---

View File

@ -2,7 +2,6 @@
id: 587d7fb7367417b2b2512c0c
title: Use model.findOne() to Return a Single Matching Document from Your Database
challengeType: 2
isHidden: false
forumTopicId: 301545
---