|
1 | 1 | #tour-out |
2 | 2 | #tour-bg |
3 | 3 | #tour |
| 4 | + .modal-header |
| 5 | + h2 Welcome to MongoDB Compass |
4 | 6 | #animation |
5 | | - img#animation-gif(src="./images/tour/f1.gif") |
| 7 | + img#animation-gif(src="./images/tour/f0.gif") |
6 | 8 | #features |
7 | | - h2 Compass Overview |
8 | | - ul |
9 | | - li#f1.selected(data-n="0") Choose a collection |
10 | | - li#f2(data-n="1") Browse schema |
11 | | - li#f3(data-n="2") View data distribution |
12 | | - li#f4(data-n="3") Build queries |
13 | | - li#f5(data-n="4") View documents |
14 | | - button#tour-remove(type="button", class="btn btn-info") Get Started |
| 9 | + #f0-content.feature-content.active |
| 10 | + h3.feature-title Choose a Collection |
| 11 | + p.feature-description See a list of collections in the left sidebar. Select a collection and Compass will instantly start analyzing the schema data. Use the search filter at the top to narrow your list of collections. |
| 12 | + #f1-content.feature-content |
| 13 | + h3.feature-title Browse the Schema |
| 14 | + p.feature-description Once a collection is loaded Compass will visualize the collection schema. Field are listed as rows in the main view. The left side of the row displays the field name and datatype distribution. The right side of the row displays a visualization of some of the data stored in the field. |
| 15 | + #f2-content.feature-content |
| 16 | + h3.feature-title View Data Distribution |
| 17 | + p.feature-description ------- |
| 18 | + #f3-content.feature-content |
| 19 | + h3.feature-title Build Queries |
| 20 | + p.feature-description ------- |
| 21 | + #f4-content.feature-content |
| 22 | + h3.feature-title View Documents |
| 23 | + p.feature-description ------- |
| 24 | + .pager |
| 25 | + a.previous-slide Previous |
| 26 | + ul |
| 27 | + li#f0.selected(data-n="0", title="Choose a collection") |
| 28 | + li#f1(data-n="1", title="Browse schema") |
| 29 | + li#f2(data-n="2", title="View data distribution") |
| 30 | + li#f3(data-n="3", title="Build queries") |
| 31 | + li#f4(data-n="4", title="View documents") |
| 32 | + a.next-slide Next |
| 33 | + //- button#tour-remove(type="button", class="btn btn-info") Get Started |
15 | 34 |
|
0 commit comments