Skip to content

Commit db26893

Browse files
authored
Merge pull request #27 from mongodb-developer/sync-tabs
Added groupId to Tabs to sync when a deployment type is selected
2 parents f2318e5 + 0da06f5 commit db26893

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

docs/atlas/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This guide covers essential security configurations for MongoDB deployments. Lea
1111

1212
## Network security
1313

14-
<Tabs>
14+
<Tabs groupId="deployments">
1515
<TabItem value="atlas" label="MongoDB Atlas">
1616

1717
### IP access list
@@ -81,7 +81,7 @@ apt-get install openvpn
8181

8282
## Encryption configuration
8383

84-
<Tabs>
84+
<Tabs groupId="deployments">
8585
<TabItem value="atlas" label="MongoDB Atlas">
8686

8787
### Encryption at rest
@@ -128,7 +128,7 @@ net:
128128
129129
## Best practices
130130
131-
<Tabs>
131+
<Tabs groupId="deployments">
132132
<TabItem value="atlas" label="MongoDB Atlas">
133133
134134
1. **Network security**

docs/authentication/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Authentication is a crucial security feature that verifies the identity of clien
1111

1212
## Authentication Mechanisms
1313

14-
<Tabs groupId="deployment">
14+
<Tabs groupId="deployments">
1515
<TabItem value="atlas" label="MongoDB Atlas">
1616

1717
:::info[Atlas User Types]
@@ -179,7 +179,7 @@ mongosh --tls --tlsCertificateKeyFile client.pem \
179179

180180
## Best Practices
181181

182-
<Tabs>
182+
<Tabs groupId="deployments">
183183
<TabItem value="atlas" label="MongoDB Atlas">
184184

185185
1. **User Management**

docs/considerations/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ graph TD
5454

5555
## Auditing and monitoring
5656

57-
<Tabs>
57+
<Tabs groupId="deployments">
5858
<TabItem value="atlas" label="MongoDB Atlas">
5959

6060
### Enable database auditing
@@ -132,7 +132,7 @@ net:
132132
133133
## Backup and recovery
134134
135-
<Tabs>
135+
<Tabs groupId="deployments">
136136
<TabItem value="atlas" label="MongoDB Atlas">
137137
138138
### Continuous backup

docs/queryable-encryption/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ MongoDB, while offering various security features, can benefit significantly fro
1919

2020
## Overview
2121

22-
<Tabs>
22+
<Tabs groupId="deployments">
2323
<TabItem value="atlas" label="MongoDB Atlas">
2424

2525
In MongoDB Atlas, Queryable Encryption is available for:

docs/rbac/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ A role consists of:
1717
- Privileges (actions allowed on resources).
1818
- Roles (other roles from which this role inherits privileges).
1919

20-
<Tabs>
20+
<Tabs groupId="deployments">
2121
<TabItem value="atlas" label="MongoDB Atlas">
2222

2323
### Built-in roles in Atlas
@@ -115,7 +115,7 @@ db.createRole({
115115

116116
## Role management best practices
117117

118-
<Tabs>
118+
<Tabs groupId="deployments">
119119
<TabItem value="atlas" label="MongoDB Atlas">
120120

121121
1. **Project-level access control**
@@ -162,7 +162,7 @@ db.setParameter({
162162

163163
## Practical examples
164164

165-
<Tabs>
165+
<Tabs groupId="deployments">
166166
<TabItem value="atlas" label="MongoDB Atlas">
167167

168168
### Application-specific roles

0 commit comments

Comments
 (0)