diff --git a/docs/20-mongodb-atlas/1-create-account.mdx b/docs/20-mongodb-atlas/1-create-account.mdx index 1fcc6d1..3edc0c2 100644 --- a/docs/20-mongodb-atlas/1-create-account.mdx +++ b/docs/20-mongodb-atlas/1-create-account.mdx @@ -8,25 +8,25 @@ In this lab, you will learn how to use MongoDB Atlas as a knowledge base as well To use MongoDB Atlas, you will need to start by creating an account.
- 🦸‍♀️ If you already have an Atlas account, you can use it by creating a new project + 🦹 If you already have an Atlas account, you can use it by creating a new project First, log into MongoDB Atlas using your existing credentials. - + ## Create a new Atlas project Once you're in Atlas, open the dropdown on the left-top corner of the page and select **New Project**. - + Enter a name for your project and click **Next**. - + On the next page, you can leave the current user as the project owner, and click **Create Project**. - Once the project is ready, continue the workshop **deploying a Database Cluster** + Once the project is ready, continue the workshop from **deploying a Database Cluster**
## Sign up for MongoDB Atlas diff --git a/static/img/screenshots/20-mongodb-atlas/1-create-account/3-login.png b/static/img/screenshots/20-mongodb-atlas/1-create-account/3-login.png new file mode 100644 index 0000000..b6e678b Binary files /dev/null and b/static/img/screenshots/20-mongodb-atlas/1-create-account/3-login.png differ diff --git a/static/img/screenshots/20-mongodb-atlas/1-create-account/4-new-project.png b/static/img/screenshots/20-mongodb-atlas/1-create-account/4-new-project.png new file mode 100644 index 0000000..31ced0d Binary files /dev/null and b/static/img/screenshots/20-mongodb-atlas/1-create-account/4-new-project.png differ diff --git a/static/img/screenshots/20-mongodb-atlas/1-create-account/5-new-project-name.png b/static/img/screenshots/20-mongodb-atlas/1-create-account/5-new-project-name.png new file mode 100644 index 0000000..b4519cb Binary files /dev/null and b/static/img/screenshots/20-mongodb-atlas/1-create-account/5-new-project-name.png differ