Skip to content

Commit d0b41f7

Browse files
authored
Merge branch 'main' into codeharborhub-v
2 parents 2b71f99 + 07743ea commit d0b41f7

File tree

11 files changed

+75
-438
lines changed

11 files changed

+75
-438
lines changed

courses/MongoDB/intermediate-Level/Data-Validation/Schema-validation.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
2-
id: lesson-1
2+
id: lesson-3
33
title: "Data Validation in MongoDB"
44
sidebar_label: Data Validation
5-
sidebar_position: 1
5+
sidebar_position: 3
66
description: "Data Validation in MongoDB"
77
tags: [courses,beginner-level,Data Validation,Introduction]
88
---

docusaurus.config.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,8 @@ const config = {
204204
},
205205

206206
{
207-
to: "/blog",
208-
html: '<span class="nav-emoji">📰</span> Blog',
207+
to: "/blogs",
208+
html: '<span class="nav-emoji">📰</span> Blogs',
209209
},
210210

211211
{

dsa-solutions/lc-solutions/0400-0499/0493-reverse-pairs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -321,4 +321,4 @@ public:
321321
{['Ishitamukherjee2004', 'ImmidiSivani'].map(username => (
322322
<Author key={username} username={username} />
323323
))}
324-
</div>
324+
</div>

0 commit comments

Comments
 (0)