File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,15 +9,15 @@ const workshopName = 'aggregation-pipeline-lab';
9
9
const organizationName = "mongodb-developer" ;
10
10
11
11
// 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 " ;
14
14
const startButtonTitle = "Start Lab" ;
15
15
const favicon = "img/favicon.svg"
16
16
17
17
// Main Page Features
18
18
const featureList = [
19
19
{
20
- title : 'Learn to write Aggregation Pipelines !' ,
20
+ title : 'Learn to write aggregation pipelines !' ,
21
21
illustration : 'img/writing.png' ,
22
22
description : `
23
23
Writing Aggregation Pipelines!
@@ -27,7 +27,7 @@ const featureList = [
27
27
title : 'Compose pipeline stages' ,
28
28
illustration : 'img/coding.png' ,
29
29
description : `
30
- Unleash the power of the Aggregation pipeline !
30
+ Unleash the power of the MongoDB Aggregation Pipeline !
31
31
` ,
32
32
} ,
33
33
{
You can’t perform that action at this time.
0 commit comments