Skip to content

Commit 46ea990

Browse files
committed
Updated Lab title
1 parent 2015570 commit 46ea990

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docusaurus.config.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,15 @@ const workshopName = 'aggregation-pipeline-lab';
99
const organizationName = "mongodb-developer";
1010

1111
// Main page config
12-
const title = "Aggregation Pipeline Lab";
13-
const tagLine = "Write Aggregation Pipelines in no time!";
12+
const title = "Simplify Data Processing";
13+
const tagLine = "With the MongoDB Aggregation Framework";
1414
const startButtonTitle = "Start Lab";
1515
const favicon = "img/favicon.svg"
1616

1717
// Main Page Features
1818
const featureList = [
1919
{
20-
title: 'Learn to write Aggregation Pipelines!',
20+
title: 'Learn to write aggregation pipelines!',
2121
illustration: 'img/writing.png',
2222
description: `
2323
Writing Aggregation Pipelines!
@@ -27,7 +27,7 @@ const featureList = [
2727
title: 'Compose pipeline stages',
2828
illustration: 'img/coding.png',
2929
description: `
30-
Unleash the power of the Aggregation pipeline!
30+
Unleash the power of the MongoDB Aggregation Pipeline!
3131
`,
3232
},
3333
{

0 commit comments

Comments
 (0)