6
6
< li class ="toc__item ">
7
7
< span class ="toc__link toc__link--nested toc__link--open toc__link--active "> MongoDB Tools</ span >
8
8
< ul class ="toc__nestedlist ">
9
- < li class ="toc__item ">
10
- < a class ="toc__link " href ="https://docs.mongodb.com/atlas-open-service-broker/ "> MongoDB Atlas Open Service Broker</ a >
11
- </ li >
12
9
< li class ="toc__item ">
13
10
< a class ="toc__link " href ="https://docs.mongodb.com/bi-connector/current/ "> MongoDB BI Connector</ a >
14
11
</ li >
64
61
< div class ="main__cards ">
65
62
< h1 class ="title "> MongoDB Tools</ h1 >
66
63
67
- < a class ="card " href ="https://docs.mongodb.com/atlas-open-service-broker/ ">
68
- < span class ="card__icon card__icon--document "> </ span >
69
- < h3 class ="card__title "> MongoDB Atlas Open Service Broker</ h3 >
70
- < p class ="card__body ">
71
- Learn how you can use the Atlas Open Service Broker to deploy Atlas clusters and manage database users from within Kubernetes.
72
- </ p >
73
- </ a >
74
-
75
64
< a class ="card " href ="https://docs.mongodb.com/bi-connector/current/ ">
76
65
< span class ="card__icon card__icon--document "> </ span >
77
66
< h3 class ="card__title "> MongoDB BI Connector</ h3 >
@@ -98,7 +87,7 @@ <h3 class="card__title">MongoDB Command Line Interface</h3>
98
87
</ p >
99
88
</ a >
100
89
101
- < a class ="card " href ="https://github.com/mongodb/mongodb-kubernetes-operator ">
90
+ < a class ="card " href ="https://github.com/mongodb/mongodb-kubernetes-operator/ ">
102
91
< span class ="card__icon card__icon--document "> </ span >
103
92
< h3 class ="card__title "> MongoDB Community Kubernetes Operator</ h3 >
104
93
< p class ="card__body ">
@@ -115,7 +104,7 @@ <h3 class="card__title">MongoDB Compass</h3>
115
104
</ p >
116
105
</ a >
117
106
118
- < a class ="card " href ="https://docs.mongodb.com/database-tools ">
107
+ < a class ="card " href ="https://docs.mongodb.com/database-tools/ ">
119
108
< span class ="card__icon card__icon--document "> </ span >
120
109
< h3 class ="card__title "> MongoDB Database Tools</ h3 >
121
110
< p class ="card__body ">
@@ -182,24 +171,6 @@ <h2 class="heading">
182
171
183
172
< div class ="row ">
184
173
185
- < div class ="col-3 no-left-gutter ">
186
- < div class ="block ">
187
- < h3 class ="block__header "> MongoDB Atlas Open Service Broker</ h3 >
188
- < h4 class ="block__title ">
189
- < a class ="block__link " href ="https://docs.mongodb.com/atlas-open-service-broker/current/installation/ "> Install</ a >
190
- </ h4 >
191
- < p class ="block__body "> Follow this tutorial to install the Atlas Open Service Broker.</ p >
192
- < h4 class ="block__title ">
193
- < a class ="block__link " href ="https://docs.mongodb.com/atlas-open-service-broker/current/tutorial/deploy-replica-set "> Deploy Resources</ a >
194
- </ h4 >
195
- < p class ="block__body "> Deploy MongoDB replica set resources.</ p >
196
- < h4 class ="block__title ">
197
- < a class ="block__link " href ="https://docs.mongodb.com/atlas-open-service-broker/current/tutorial/manage-database-users/ "> Manage Users</ a >
198
- </ h4 >
199
- < p class ="block__body "> Create or delete database users.</ p >
200
- </ div >
201
- </ div >
202
-
203
174
< div class ="col-3 no-left-gutter ">
204
175
< div class ="block ">
205
176
< h3 class ="block__header "> MongoDB BI Connector</ h3 >
@@ -328,35 +299,35 @@ <h4 class="block__title">
328
299
< div class ="block ">
329
300
< h3 class ="block__header "> MongoDB Database Tools</ h3 >
330
301
< h4 class ="block__title ">
331
- < a class ="block__link " href ="https://docs.mongodb.com/database-tools/mongodump "> < tt > mongodump</ tt > </ a >
302
+ < a class ="block__link " href ="https://docs.mongodb.com/database-tools/mongodump/ "> < tt > mongodump</ tt > </ a >
332
303
</ h4 >
333
304
< p class ="block__body "> Creates binary export of the contents of a MongoDB deployment.</ p >
334
305
< h4 class ="block__title ">
335
- < a class ="block__link " href ="https://docs.mongodb.com/database-tools/mongorestore "> < tt > mongorestore</ tt > </ a >
306
+ < a class ="block__link " href ="https://docs.mongodb.com/database-tools/mongorestore/ "> < tt > mongorestore</ tt > </ a >
336
307
</ h4 >
337
308
< p class ="block__body "> Restore data from the binary dump created by < tt > mongodump</ tt > </ p >
338
309
< h4 class ="block__title ">
339
- < a class ="block__link " href ="https://docs.mongodb.com/database-tools/mongoimport "> < tt > mongoimport</ tt > </ a >
310
+ < a class ="block__link " href ="https://docs.mongodb.com/database-tools/mongoimport/ "> < tt > mongoimport</ tt > </ a >
340
311
</ h4 >
341
312
< p class ="block__body "> Import Extended JSON, CSV, or TSV data to a MongoDB deployment.</ p >
342
313
< h4 class ="block__title ">
343
- < a class ="block__link " href ="https://docs.mongodb.com/database-tools/mongoexport "> < tt > mongoexport</ tt > </ a >
314
+ < a class ="block__link " href ="https://docs.mongodb.com/database-tools/mongoexport/ "> < tt > mongoexport</ tt > </ a >
344
315
</ h4 >
345
316
< p class ="block__body "> Export data from a MongoDB deployment to Extended JSON or CSV.</ p >
346
317
< h4 class ="block__title ">
347
- < a class ="block__link " href ="https://docs.mongodb.com/database-tools/mongostat "> < tt > mongostat</ tt > </ a >
318
+ < a class ="block__link " href ="https://docs.mongodb.com/database-tools/mongostat/ "> < tt > mongostat</ tt > </ a >
348
319
</ h4 >
349
320
< p class ="block__body "> Displays an overview of the status of a < tt > mongod</ tt > or < tt > mongos</ tt > instance.</ p >
350
321
< h4 class ="block__title ">
351
- < a class ="block__link " href ="https://docs.mongodb.com/database-tools/mongotop "> < tt > mongotop</ tt > </ a >
322
+ < a class ="block__link " href ="https://docs.mongodb.com/database-tools/mongotop/ "> < tt > mongotop</ tt > </ a >
352
323
</ h4 >
353
324
< p class ="block__body "> Tracks the amount of time a < tt > mongod</ tt > instance spends reading and writing data.</ p >
354
325
< h4 class ="block__title ">
355
- < a class ="block__link " href ="https://docs.mongodb.com/database-tools/mongofiles "> < tt > mongofiles</ tt > </ a >
326
+ < a class ="block__link " href ="https://docs.mongodb.com/database-tools/mongofiles/ "> < tt > mongofiles</ tt > </ a >
356
327
</ h4 >
357
328
< p class ="block__body "> Read, write, delete, or update files in GridFS</ p >
358
329
< h4 class ="block__title ">
359
- < a class ="block__link " href ="https://docs.mongodb.com/database-tools/bsondump "> < tt > bsondump</ tt > </ a >
330
+ < a class ="block__link " href ="https://docs.mongodb.com/database-tools/bsondump/ "> < tt > bsondump</ tt > </ a >
360
331
</ h4 >
361
332
< p class ="block__body "> Display BSON files in a human-readable format.</ p class="block__body">
362
333
</ div >
@@ -387,10 +358,10 @@ <h4 class="block__title">
387
358
< a class ="block__link " href ="https://docs.mongodb.com/mongodb-shell/ "> Install</ a >
388
359
</ h4 >
389
360
< h4 class ="block__title ">
390
- < a class ="block__link " href ="https://docs.mongodb.com/mongodb-shell/connect "> Connect to a Deployment</ a >
361
+ < a class ="block__link " href ="https://docs.mongodb.com/mongodb-shell/connect/ "> Connect to a Deployment</ a >
391
362
</ h4 >
392
363
< h4 class ="block__title ">
393
- < a class ="block__link " href ="https://docs.mongodb.com/mongodb-shell/crud "> Perform CRUD Operations</ a >
364
+ < a class ="block__link " href ="https://docs.mongodb.com/mongodb-shell/crud/ "> Perform CRUD Operations</ a >
394
365
</ h4 >
395
366
</ div >
396
367
</ div >
@@ -419,13 +390,13 @@ <h4 class="block__title">
419
390
< div class ="block ">
420
391
< h3 class ="block__header "> MongoDB for VS Code</ h3 >
421
392
< h4 class ="block__title ">
422
- < a class ="block__link " href ="https://docs.mongodb.com/mongodb-vscode/install "> Install</ a >
393
+ < a class ="block__link " href ="https://docs.mongodb.com/mongodb-vscode/install/ "> Install</ a >
423
394
</ h4 >
424
395
< h4 class ="block__title ">
425
- < a class ="block__link " href ="https://docs.mongodb.com/mongodb-vscode/playgrounds "> Explore Your Data with Playgrounds</ a >
396
+ < a class ="block__link " href ="https://docs.mongodb.com/mongodb-vscode/playgrounds/ "> Explore Your Data with Playgrounds</ a >
426
397
</ h4 >
427
398
< h4 class ="block__title ">
428
- < a class ="block__link " href ="https://docs.mongodb.com/mongodb-vscode/create-cluster-terraform "> Create an Atlas Cluster using Terraform</ a >
399
+ < a class ="block__link " href ="https://docs.mongodb.com/mongodb-vscode/create-cluster-terraform/ "> Create an Atlas Cluster using Terraform</ a >
429
400
</ h4 >
430
401
</ div >
431
402
</ div >
@@ -435,4 +406,4 @@ <h4 class="block__title">
435
406
</ div >
436
407
</ div>
437
408
438
- < div id ="navbar " data-navprops ='{"links": [{"url": "https://docs.mongodb.com/manual/","text": "Server"},{"url": "https://docs.mongodb.com/ecosystem/ drivers/","text": "Drivers"},{"url": "https://docs.mongodb.com/cloud/","text": "Cloud"},{"url": "https://docs.mongodb.com/tools/","text": "Tools","active": true},{"url": "https://docs.mongodb.com/guides/","text": "Guides"}]} '> </ div >
409
+ < div id ="navbar " data-navprops ='{"links": [{"url": "https://docs.mongodb.com/manual/","text": "Server"},{"url": "https://docs.mongodb.com/drivers/","text": "Drivers"},{"url": "https://docs.mongodb.com/cloud/","text": "Cloud"},{"url": "https://docs.mongodb.com/tools/","text": "Tools","active": true},{"url": "https://docs.mongodb.com/guides/","text": "Guides"}]} '> </ div >
0 commit comments