You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/tour/index.jade
+7-6Lines changed: 7 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -11,24 +11,25 @@
11
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
12
#f1-content.feature-content
13
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.
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 displays a visualization of the data.
15
15
#f2-content.feature-content
16
16
h3.feature-title View Data Distribution
17
-
p.feature-description-------
17
+
p.feature-descriptionView the charts in the right-hand column of each row to see data distribution at a high level. Hover over charts to see more detail.
18
18
#f3-content.feature-content
19
19
h3.feature-title Build Queries
20
-
p.feature-description-------
20
+
p.feature-descriptionClick on charts to build MongoDB queries. Click and drag within bar charts to select multiple values. Edit your query by typing directly into the query bar.
21
21
#f4-content.feature-content
22
22
h3.feature-title View Documents
23
-
p.feature-description-------
23
+
p.feature-descriptionOpen the document drawer on the right to view the raw JSON documents in the result set.
24
24
.pager
25
-
a.previous-slide Previous
25
+
a.previous-slide.hide Previous
26
26
ul
27
27
li#f0.selected(data-n="0", title="Choose a collection")
28
28
li#f1(data-n="1", title="Browse schema")
29
29
li#f2(data-n="2", title="View data distribution")
30
30
li#f3(data-n="3", title="Build queries")
31
31
li#f4(data-n="4", title="View documents")
32
32
a.next-slide Next
33
-
//- button#tour-remove(type="button", class="btn btn-info") Get Started
33
+
.get-started-button-holder
34
+
button#tour-remove.hide(type="button", class="btn btn-info") Get Started
0 commit comments