From 2c57225c9111f353af06f7e9091956171cbb7edc Mon Sep 17 00:00:00 2001 From: Lauren Schaefer Date: Thu, 23 May 2024 15:07:08 -0400 Subject: [PATCH] Update intro.mdx --- docs/intro.mdx | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/docs/intro.mdx b/docs/intro.mdx index d42b41c..dcb6805 100644 --- a/docs/intro.mdx +++ b/docs/intro.mdx @@ -7,16 +7,9 @@ sidebar_position: 0 import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -|Lab goals|Learn about Aggregation Pipelines writing Aggregation Pipelines| +|Lab goals|Learn about aggregation pipelines| |-|-| -|What you'll learn|What are Aggregation Pipelines | -||How are they different from simple MongoDB queries or SQL| -||How to use simple pipelines to get data, filter it, show the fields needed| -||How to write more advanced pipelines, querying arrays, counting and sorting results| -||How to do JOINs using $lookup| -||How to group data| -||Exporting data| -||How to write aggregations using popular programming languages (TBD)| +|What you'll learn| |Time to complete|90 mins| In the navigation bar and in some pages, you will notice some icons. Here is their meaning: @@ -25,5 +18,5 @@ In the navigation bar and in some pages, you will notice some icons. Here is the |-|:-| |📘|Lecture material - If you're following along in an instructor lead session, they probably have covered this already.| |👐|Hands-on content - Get ready to get some work done. You should follow these steps.| -|💬|Discussion - Item to discuss during the Lab| -|🦸|Advanced content - This content isn't covered during the lab, but if you're interested in learning more, you can check it out.| \ No newline at end of file +|💬|Discussion - Item to discuss during the lab| +|🦸|Advanced content - This content isn't covered during the lab, but, if you're interested in learning more, you can check it out.|