|
14 | 14 | <li class="toc__item"> |
15 | 15 | <a class="toc__link" href="https://docs.atlas.mongodb.com/">MongoDB Atlas</a> |
16 | 16 | </li> |
| 17 | + <li class="toc__item"> |
| 18 | + <a class="toc__link" href="https://docs.mongodb.com/charts">MongoDB Charts</a> |
| 19 | + </li> |
17 | 20 | <li class="toc__item"> |
18 | 21 | <a class="toc__link" href="https://docs.cloudmanager.mongodb.com/">MongoDB Cloud Manager</a> |
19 | 22 | </li> |
@@ -56,6 +59,15 @@ <h3 class="card__title">MongoDB Atlas</h3> |
56 | 59 | </p> |
57 | 60 | </a> |
58 | 61 |
|
| 62 | + <a class="card" href="https://docs.mongodb.com/charts"> |
| 63 | + <span class="card__icon card__icon--document"></span> |
| 64 | + <h3 class="card__title">MongoDB Charts</h3> |
| 65 | + <p class="card__body"> |
| 66 | + Reference guide for MongoDB Charts. Learn how to create visualizations for |
| 67 | + your MongoDB data with an easy-to-use interface. |
| 68 | + </p> |
| 69 | + </a> |
| 70 | + |
59 | 71 | <a class="card" href="https://docs.cloudmanager.mongodb.com/"> |
60 | 72 | <span class="card__icon card__icon--document"></span> |
61 | 73 | <h3 class="card__title">MongoDB Cloud Manager</h3> |
@@ -119,23 +131,41 @@ <h4 class="block__title"> |
119 | 131 | </div> |
120 | 132 | <div class="row"> |
121 | 133 | <div class="col-3 no-left-gutter"> |
122 | | - <div class="block"> |
123 | | - <h3 class="block__header">MongoDB Cloud Manager</h3> |
124 | | - <h4 class="block__title"> |
125 | | - <a class="block__link" href="https://docs.cloudmanager.mongodb.com/application/">Overview</a> |
126 | | - </h4> |
127 | | - <h4 class="block__title"> |
128 | | - <a class="block__link" href="https://docs.cloudmanager.mongodb.com/tutorial/nav/manage-hosts/">Create or Import Deployments</a> |
129 | | - </h4> |
130 | | - <h4 class="block__title"> |
131 | | - <a class="block__link" href="https://docs.cloudmanager.mongodb.com/tutorial/nav/backup-use/">Backup and Restore</a> |
132 | | - </h4> |
133 | | - <h4 class="block__title"> |
134 | | - <a class="block__link" href="https://docs.cloudmanager.mongodb.com/tutorial/nav/security/">Security</a> |
135 | | - </h4> |
136 | | - </div> |
| 134 | + <div class="block"> |
| 135 | + <h3 class="block__header">MongoDB Charts</h3> |
| 136 | + <h4 class="block__title"> |
| 137 | + <a class="block__link" href="https://docs.mongodb.com/charts/saas/launch-charts/">Launch MongoDB Charts</a> |
| 138 | + </h4> |
| 139 | + <h4 class="block__title"> |
| 140 | + <a class="block__link" href="https://docs.mongodb.com/charts/master/chart-types/">Chart Types</a> |
| 141 | + </h4> |
| 142 | + <h4 class="block__title"> |
| 143 | + <a class="block__link" href="https://docs.mongodb.com/charts/master/tutorial/movie-details/movie-details-tutorial-overview/">Tutorial: Visualize Movie Data</a> |
| 144 | + </h4> |
| 145 | + <h4 class="block__title"> |
| 146 | + <a class="block__link" href="https://docs.mongodb.com/charts/master/embedding-charts/">Embed Charts in a Web Application</a> |
| 147 | + </h4> |
| 148 | + </div> |
| 149 | + </div> |
| 150 | + <div class="col-3 no-right-gutter"> |
| 151 | + <div class="block"> |
| 152 | + <h3 class="block__header">MongoDB Cloud Manager</h3> |
| 153 | + <h4 class="block__title"> |
| 154 | + <a class="block__link" href="https://docs.cloudmanager.mongodb.com/application/">Overview</a> |
| 155 | + </h4> |
| 156 | + <h4 class="block__title"> |
| 157 | + <a class="block__link" href="https://docs.cloudmanager.mongodb.com/tutorial/nav/manage-hosts/">Create or Import Deployments</a> |
| 158 | + </h4> |
| 159 | + <h4 class="block__title"> |
| 160 | + <a class="block__link" href="https://docs.cloudmanager.mongodb.com/tutorial/nav/backup-use/">Backup and Restore</a> |
| 161 | + </h4> |
| 162 | + <h4 class="block__title"> |
| 163 | + <a class="block__link" href="https://docs.cloudmanager.mongodb.com/tutorial/nav/security/">Security</a> |
| 164 | + </h4> |
137 | 165 | </div> |
138 | | - <div class="col-3 no-right-gutter"> |
| 166 | + </div> |
| 167 | + <div class="row"> |
| 168 | + <div class="col-3 no-left-gutter"> |
139 | 169 | <div class="block"> |
140 | 170 | <h3 class="block__header">MongoDB Ops Manager</h3> |
141 | 171 | <h4 class="block__title"> |
|
0 commit comments