Skip to content

Commit d495720

Browse files
(DOCSP-9372): Update TOC & landing page for MongoDB Command Line Interface (#36)
* (DOCSP-9372): Update landing page for MongoDB Command Line Interface * Fix quick links alignments * Fix link * Parallelize syntax
1 parent 0f4c957 commit d495720

File tree

2 files changed

+92
-51
lines changed

2 files changed

+92
-51
lines changed

src/html/home.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,10 @@
5151
<li class="toc__item">
5252
<a class="toc__link" href="https://docs.mongodb.com/charts/saas/">MongoDB Charts</a>
5353
</li>
54+
<li class="toc__item">
55+
<a class="toc__link"
56+
href="https://docs.mongodb.com/mongocli/stable/">MongoDB Command Line Interface</a>
57+
</li>
5458
<li class="toc__item">
5559
<a class="toc__link" href="https://docs.mongodb.com/compass/current/">MongoDB Compass</a>
5660
</li>

src/html/tools.html

Lines changed: 88 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
<li class="toc__item">
1818
<a class="toc__link" href="https://docs.mongodb.com/charts/saas/">MongoDB Charts</a>
1919
</li>
20+
<li class="toc__item">
21+
<a class="toc__link"
22+
href="https://docs.mongodb.com/mongocli/stable/">MongoDB Command Line Interface</a>
23+
</li>
2024
<li class="toc__item">
2125
<a class="toc__link" href="https://docs.mongodb.com/compass/current/">MongoDB Compass</a>
2226
</li>
@@ -72,6 +76,14 @@ <h3 class="card__title">MongoDB Charts</h3>
7276
</p>
7377
</a>
7478

79+
<a class="card" href="https://docs.mongodb.com/mongocli/stable/">
80+
<span class="card__icon card__icon--document"></span>
81+
<h3 class="card__title">MongoDB Command Line Interface</h3>
82+
<p class="card__body">
83+
Learn how to use the MongoDB Command Line Interface to quickly interact with your MongoDB deployments for easier testing and scripting.
84+
</p>
85+
</a>
86+
7587
<a class="card" href="https://docs.mongodb.com/compass/current/">
7688
<span class="card__icon card__icon--document"></span>
7789
<h3 class="card__title">MongoDB Compass</h3>
@@ -123,15 +135,15 @@ <h2 class="heading">
123135
<div class="block">
124136
<h3 class="block__header">MongoDB Atlas Open Service Broker</h3>
125137
<h4 class="block__title">
126-
<a class="block__link" href="https://docs.mongodb.com/atlas-open-service-broker/current/installation/">Installation</a>
138+
<a class="block__link" href="https://docs.mongodb.com/atlas-open-service-broker/current/installation/">Install</a>
127139
</h4>
128140
<p class="block__body">Follow this tutorial to install the Atlas Open Service Broker.</p>
129141
<h4 class="block__title">
130-
<a class="block__link" href="https://docs.mongodb.com/atlas-open-service-broker/current/tutorial/deploy-replica-set">Resource Deployment</a>
142+
<a class="block__link" href="https://docs.mongodb.com/atlas-open-service-broker/current/tutorial/deploy-replica-set">Deploy Resources</a>
131143
</h4>
132144
<p class="block__body">Deploy MongoDB replica set resources.</p>
133145
<h4 class="block__title">
134-
<a class="block__link" href="https://docs.mongodb.com/atlas-open-service-broker/current/tutorial/manage-database-users/">User Management</a>
146+
<a class="block__link" href="https://docs.mongodb.com/atlas-open-service-broker/current/tutorial/manage-database-users/">Manage Users</a>
135147
</h4>
136148
<p class="block__body">Create or delete database users.</p>
137149
</div>
@@ -160,7 +172,7 @@ <h4 class="block__title">
160172

161173
<div class="row">
162174

163-
<div class="col-3 no-right-gutter">
175+
<div class="col-3 no-left-gutter">
164176
<div class="block">
165177
<h3 class="block__header">MongoDB Charts</h3>
166178
<h4 class="block__title">
@@ -185,73 +197,98 @@ <h4 class="block__title">
185197
</div>
186198

187199
<div class="col-3 no-left-gutter">
188-
<div class="block">
189-
<h3 class="block__header">MongoDB Compass</h3>
190-
<h4 class="block__title">
191-
<a class="block__link" href="https://docs.mongodb.com/compass/master/install/">Install</a>
192-
</h4>
193-
<h4 class="block__title">
194-
<a class="block__link" href="https://docs.mongodb.com/compass/current/connect/">Connect</a>
195-
</h4>
196-
<h4 class="block__title">
197-
<a class="block__link" href="https://docs.atlas.mongodb.com/compass-connection/">Connect to MongoDB Atlas</a>
198-
</h4>
199-
<h4 class="block__title">
200-
<a class="block__link" href="https://docs.mongodb.com/compass/current/documents/">CRUD: Edit Documents</a>
201-
</h4>
202-
<h4 class="block__title">
203-
<a class="block__link" href="https://docs.mongodb.com/compass/current/validation/">Create Validation Rules</a>
204-
</h4>
205-
<h4 class="block__title">
206-
<a class="block__link" href="https://docs.mongodb.com/compass/current/indexes/">Manage Indexes</a>
207-
</h4>
208-
<h4 class="block__title">
209-
<a class="block__link" href="https://docs.mongodb.com/compass/current/performance/">View Real-time Performance Stats</a>
210-
</h4>
211-
<h4 class="block__title">
212-
<a class="block__link" href="https://docs.mongodb.com/compass/current/schema/">Schema View, Query Builder, and Drag-over Histograms</a>
213-
</h4>
214-
</div>
215-
</div>
200+
<div class="block">
201+
<h3 class="block__header">MongoDB Command Line Interface</h3>
202+
<h4 class="block__title">
203+
<a class="block__link" href="https://docs.mongodb.com/mongocli/stable/install/">Install</a>
204+
</h4>
205+
<p class="block__body">Follow this tutorial to install the
206+
MongoDB Command Line Interface.</p>
207+
<h4 class="block__title">
208+
<a class="block__link" href="https://docs.mongodb.com/mongocli/stable/configure/">Configure</a>
209+
</h4>
210+
<p class="block__body">Link the MongoDB Command Line
211+
Interface to your Atlas, Cloud Manager, or Ops Manager
212+
project.</p>
213+
<h4 class="block__title">
214+
<a class="block__link" href="https://docs.mongodb.com/mongocli/stable/quick-start/">Quick Start</a>
215+
</h4>
216+
<p class="block__body">Set up the MongoDB Command Line
217+
interface and create a cluster.</p>
218+
</div>
219+
</div>
216220
</div>
217221

218222
<div class="row">
219223

224+
<div class="col-3 no-left-gutter">
225+
<div class="block">
226+
<h3 class="block__header">MongoDB Compass</h3>
227+
<h4 class="block__title">
228+
<a class="block__link" href="https://docs.mongodb.com/compass/master/install/">Install</a>
229+
</h4>
230+
<h4 class="block__title">
231+
<a class="block__link" href="https://docs.mongodb.com/compass/current/connect/">Connect</a>
232+
</h4>
233+
<h4 class="block__title">
234+
<a class="block__link" href="https://docs.atlas.mongodb.com/compass-connection/">Connect to MongoDB Atlas</a>
235+
</h4>
236+
<h4 class="block__title">
237+
<a class="block__link" href="https://docs.mongodb.com/compass/current/documents/">CRUD: Edit Documents</a>
238+
</h4>
239+
<h4 class="block__title">
240+
<a class="block__link" href="https://docs.mongodb.com/compass/current/validation/">Create Validation Rules</a>
241+
</h4>
242+
<h4 class="block__title">
243+
<a class="block__link" href="https://docs.mongodb.com/compass/current/indexes/">Manage Indexes</a>
244+
</h4>
245+
<h4 class="block__title">
246+
<a class="block__link" href="https://docs.mongodb.com/compass/current/performance/">View Real-time Performance Stats</a>
247+
</h4>
248+
<h4 class="block__title">
249+
<a class="block__link" href="https://docs.mongodb.com/compass/current/schema/">Schema View, Query Builder, and Drag-over Histograms</a>
250+
</h4>
251+
</div>
252+
</div>
253+
220254
<div class="col-3 no-left-gutter">
221255
<div class="block">
222256
<h3 class="block__header">MongoDB Enterprise Kubernetes Operator</h3>
223257
<h4 class="block__title">
224-
<a class="block__link" href="https://docs.mongodb.com/kubernetes-operator/stable/installation/">Installation</a>
258+
<a class="block__link" href="https://docs.mongodb.com/kubernetes-operator/stable/installation/">Install</a>
225259
</h4>
226260
<p class="block__body">Follow this tutorial to install the Kubernetes Operator.</p>
227261
<h4 class="block__title">
228-
<a class="block__link" href="https://docs.mongodb.com/kubernetes-operator/stable/tutorial/edit-deployment/">Configuration</a>
262+
<a class="block__link" href="https://docs.mongodb.com/kubernetes-operator/stable/tutorial/edit-deployment/">Configure</a>
229263
</h4>
230264
<p class="block__body">Link the Kubernetes Operator to your Cloud Manager or Ops Manager Project.</p>
231265
<h4 class="block__title">
232-
<a class="block__link" href="https://docs.mongodb.com/kubernetes-operator/stable/deploy/">Resource Deployment</a>
266+
<a class="block__link" href="https://docs.mongodb.com/kubernetes-operator/stable/deploy/">Deploy Resources</a>
233267
</h4>
234268
<p class="block__body">Deploy MongoDB standalone, replica set, and sharded cluster resources.</p>
235269
</div>
236270
</div>
271+
</div>
237272

238-
<div class="col-3 no-right-gutter">
239-
<div class="block">
240-
<h3 class="block__header">MongoDB Spark Connector</h3>
241-
<h4 class="block__title">
242-
<a class="block__link" href="https://docs.mongodb.com/spark-connector/current/scala-api/">Scala Guide</a>
243-
</h4>
244-
<h4 class="block__title">
245-
<a class="block__link" href="https://docs.mongodb.com/spark-connector/current/java-api/">Java Guide</a>
246-
</h4>
247-
<h4 class="block__title">
248-
<a class="block__link" href="https://docs.mongodb.com/spark-connector/current/python-api/">Python Guide</a>
249-
</h4>
250-
<h4 class="block__title">
251-
<a class="block__link" href="https://docs.mongodb.com/spark-connector/current/r-api/">R Guide</a>
252-
</h4>
253-
</div>
273+
<div class="row">
274+
275+
<div class="col-3 no-left-gutter">
276+
<div class="block">
277+
<h3 class="block__header">MongoDB Spark Connector</h3>
278+
<h4 class="block__title">
279+
<a class="block__link" href="https://docs.mongodb.com/spark-connector/current/scala-api/">Scala Guide</a>
280+
</h4>
281+
<h4 class="block__title">
282+
<a class="block__link" href="https://docs.mongodb.com/spark-connector/current/java-api/">Java Guide</a>
283+
</h4>
284+
<h4 class="block__title">
285+
<a class="block__link" href="https://docs.mongodb.com/spark-connector/current/python-api/">Python Guide</a>
286+
</h4>
287+
<h4 class="block__title">
288+
<a class="block__link" href="https://docs.mongodb.com/spark-connector/current/r-api/">R Guide</a>
289+
</h4>
254290
</div>
291+
</div>
255292

256293
</div>
257294

0 commit comments

Comments
 (0)