Skip to content

Commit 4740ffb

Browse files
committed
Renamed repo
1 parent 82e94af commit 4740ffb

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Aggregation Pipeline Workshop
1+
# Aggregation Pipeline Lab
22

3-
You can access the online version [here](https://mongodb-developer.github.io/aggregation-workshop/)
3+
You can access the online version [here](https://mongodb-developer.github.io/aggregation-pipeline-lab/)
44

55
This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator. We have a lab on how to use it available on https://mongodb-developer.github.io/docusaurus-workshop/.
66

docs/intro.mdx

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ sidebar_position: 0
77
import Tabs from '@theme/Tabs';
88
import TabItem from '@theme/TabItem';
99

10-
|Workshop goals|Learn about Aggregation Pipelines writing Aggregation Pipelines|
10+
|Lab goals|Learn about Aggregation Pipelines writing Aggregation Pipelines|
1111
|-|-|
1212
|Prerequisites|A MongoDB database an sample data, you can create a free forever cluster following [these instructions](/docs/mongodb-atlas/prerequisites)|
1313
|What you'll learn|What an Aggregation Pipeline is|
@@ -20,5 +20,5 @@ In the navigation bar and in some pages, you will notice some icons. Here is the
2020
|-|:-|
2121
|📘|Lecture material - If you're following along in an instructor lead session, they probably have covered this already.|
2222
|💻|Hands-on content - Get ready to get some work done. You should follow these steps.|
23-
|💬|Discussion - Item to discuss during the Workshop|
23+
|💬|Discussion - Item to discuss during the Lab|
2424
|🦸|Advanced content - This content isn't covered during the lab, but if you're interested in learning more, you can check it out.|

docusaurus.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// Change here to customise config
55

66
// Name of the Github Repo, it's also teh baseUrl
7-
const workshopName = 'aggregation-workshop';
7+
const workshopName = 'aggregation-pipeline-lab';
88
// Change this if hosting outside mongodb-developer
99
const organizationName = "mongodb-developer";
1010

0 commit comments

Comments
 (0)