Skip to content

Commit 6483276

Browse files
authored
docs(NODE-5540): Fix MDB University links in GH pages (#3814)
1 parent 7955610 commit 6483276

File tree

2 files changed

+18
-10
lines changed

2 files changed

+18
-10
lines changed

etc/docs/template/layouts/index.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,13 @@
2525
{{ partial "features.html" . }}
2626

2727
{{ partial "quickStart.html" . }}
28+
29+
<hr/>
30+
31+
{{ partial "mongodbUniversity.html" . }}
2832
</div>
2933
<div class="col-md-4">
30-
{{ partial "releases.html" . }}
31-
{{ partial "mongodbUniversity.html" . }}
34+
{{ partial "releases.html" . }}
3235
</div>
3336
</div>
3437
</div>
Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
<section id="universityPromo">
2-
<h3><span>MongoDB University</span></h3>
3-
4-
<h4>M101JS: MongoDB for Node.JS Developers</h4>
5-
<p>Learn everything you need to know to get started building a MongoDB-based app. From basic installation, JSON, schema design, querying, insertion of data, indexing and working with the Node.JS driver.
6-
</p>
7-
<p>
8-
<a href="https://university.mongodb.com/courses/M101JS/about" target="_blank" class="btn btn-success btn-mongo">Learn More</a>
9-
</p>
2+
<h3><span>MongoDB University</span></h3>
3+
<br/>
4+
<h4>Using MongoDB with Node.js</h4>
5+
<p>This course guides you through everything you need to get started with MongoDB in your NodeJS applications. In this course, you’ll get an overview of the official MongoDB NodeJS/Javascript driver and learn how to install it by using npm. You’ll learn how to connect your application, perform basic CRUD operations, troubleshoot, and then build aggregations.</p>
6+
<p>
7+
<a href="https://learn.mongodb.com/learning-paths/using-mongodb-with-nodejs" target="_blank" class="btn btn-success btn-mongo">Learn More</a>
8+
</p>
9+
<br/>
10+
<h4>MongoDB Node.js Developer Path</h4>
11+
<p>This learning path contains a series of courses to teach you MongoDB skills. In this path, you’ll learn the basics of building modern applications with Node.JS, using MongoDB as your database.</p>
12+
<p>
13+
<a href="https://learn.mongodb.com/learning-paths/mongodb-nodejs-developer-path" target="_blank" class="btn btn-success btn-mongo">Learn More</a>
14+
</p>
1015
</section>

0 commit comments

Comments
 (0)