Skip to content

Commit 3adcdb7

Browse files
committed
add to toc
1 parent a2f2858 commit 3adcdb7

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

source/includes/security/authentication.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,4 +203,4 @@ val settings = MongoClientSettings.builder()
203203
.build()
204204

205205
val mongoClient = MongoClient.create(settings)
206-
// end-x509-mcred
206+
// end-x509-mcred

source/index.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
/indexes
2121
/aggregation
2222
Use Aggregation Expression Operations </agg-exp-ops>
23+
/security
2324
/data-formats
2425
/builders
2526
/compatibility

source/security.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
2+
================
3+
Secure Your Data
4+
================
5+
6+
.. toctree::
7+
:titlesonly:
8+
:maxdepth: 1
9+
10+
/security/authentication
11+
/security/enterprise-auth
12+
13+
.. placeholder

0 commit comments

Comments
 (0)