diff --git a/docs/summary.mdx b/docs/summary.mdx
new file mode 100644
index 0000000..93708f9
--- /dev/null
+++ b/docs/summary.mdx
@@ -0,0 +1,18 @@
+---
+sidebar_position: 100
+---
+
+# 🎯 Summary
+
+Congratulations! Following this hands-on lab, you have successfully learned:
+
+- How to configure Atlas-specific security features, such as network access controls and private endpoints
+- How to set up user authentication with X.509 certificates and credentials
+- How to create a manager roles, assign privilages to roles and implement role inheritance
+- How to use queryable encryption to write and read encrypted field data
+
+You now have everything you need to earn your Secure MongoDB Atlas: AuthN and AuthZ Skill Badge — an official recognition of your MongoDB knowledge. Claim your badge for free and proudly display it on your LinkedIn profile under **Licenses & Certifications**!
+
+
+
+Explore all free MongoDB Skill Badges and level up your skills today!
diff --git a/docusaurus.config.js b/docusaurus.config.js
index 384983e..ec6d533 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -49,18 +49,14 @@ const footerLinks = [
},
{
label: "MongoDB Forums",
- href: `https://www.mongodb.com/community/forums/?${utmParams}`,
+ href: `https://www.mongodb.com/community/forums?${utmParams}`,
},
{
- label: "Developer Center",
- href: `https://www.mongodb.com/developer/?${utmParams}`,
+ label: "Skill Badges",
+ href: `https://learn.mongodb.com/skills?team=devrel&${utmParams}`,
},
{
- label: "MongoDB University",
- href: `https://learn.mongodb.com/?${utmParams}`,
- },
- {
- href: `https://github.com/${organizationName}/?${workshopName}`,
+ href: `https://github.com/${organizationName}/${workshopName}`,
label: "GitHub Repository",
},
{
diff --git a/sidebars.js b/sidebars.js
index e65ff52..ef5336d 100644
--- a/sidebars.js
+++ b/sidebars.js
@@ -75,7 +75,12 @@ const sidebars = {
{
type: 'doc',
id: 'considerations/index',
- label: 'Security Considerations and Summary',
+ label: 'Security Considerations',
+ },
+ {
+ type: 'doc',
+ id: 'summary',
+ label: 'Summary',
}
],
};
diff --git a/static/img/badge.png b/static/img/badge.png
new file mode 100644
index 0000000..8dc1571
Binary files /dev/null and b/static/img/badge.png differ