Skip to content

Commit fed79a3

Browse files
Add alt text to images.
1 parent 3af11dc commit fed79a3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/30-quick-start.mdx

+5-5
Original file line numberDiff line numberDiff line change
@@ -10,24 +10,24 @@ To use work through the exercises, we need to install the official MongoDB GUI.
1010

1111
### 1. Click on the "Add connection" button on the home page
1212

13-
![](/img/add-connection-compass.png)
13+
![Highlighting Add Connection button on Compass](/img/add-connection-compass.png)
1414

1515
### 2. Paste your connection string after updating your password and click on the "Save and Connect" button
1616

17-
![](/img/enter-connection-uri-compass.png)
17+
![Highlighting Connection URI input on Compass](/img/enter-connection-uri-compass.png)
1818

1919
### 3. Select the library database
2020

21-
![](/img/select-db-collection-compass.png)
21+
![Highlighting the library database and books collection on left side bar.](/img/select-db-collection-compass.png)
2222

2323
### 4. Click on the "Open MongoDB shell" button
2424

25-
![](/img/open-shell-compass.png)
25+
![Highlighting Open MongoDB Shell button on top right corner of the screen.](/img/open-shell-compass.png)
2626

2727
### 5. Switch to the library database in the shell
2828

2929
Once the shell is loaded, execute: `use library` to ensure you are in the correct database.
3030

31-
![](/img/use-library-compass.png)
31+
![Type "use library" in MongoDB Shell](/img/use-library-compass.png)
3232

3333
That's it for the setup, let's get our hands dirty!

0 commit comments

Comments
 (0)