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/app/tour/features.js
+16-8Lines changed: 16 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -4,55 +4,63 @@ module.exports = [
4
4
description: 'Real-time server statistics let you view key server metrics and database operations. Drill down into database operations easily and understand your most active collections.',
5
5
image: 'performance.png',
6
6
version: '1.5.0',
7
-
initial: true
7
+
initial: true,
8
+
community: false
8
9
},
9
10
{
10
11
title: 'Sidebar. Redesigned.',
11
12
description: 'See with one glance what server you are connected to. Navigate between instance, database and collection level, with powerful filtering of your namespaces.',
12
13
image: 'sidebar.png',
13
14
version: '1.5.0',
14
-
initial: true
15
+
initial: true,
16
+
community: true
15
17
},
16
18
{
17
19
title: 'Visualize your Schema.',
18
20
description: 'MongoDB Compass analyzes your documents and displays rich structures within your collections through an intuitive GUI. It allows you to quickly visualize and explore your schema to understand the frequency, types and ranges of fields in your data set.',
19
21
image: 'schema.png',
20
22
version: '1.5.0',
21
-
initial: true
23
+
initial: true,
24
+
community: false
22
25
},
23
26
{
24
27
title: 'Build Geo Queries.',
25
28
description: 'Visualize, understand, and work with your geospatial data. Point and click to construct sophisticated queries, execute them with the push of a button and Compass will display your results both graphically and as sets of JSON documents.',
26
29
image: 'geo.png',
27
30
version: '1.5.0',
28
-
initial: true
31
+
initial: true,
32
+
community: false
29
33
},
30
34
{
31
35
title: 'Interactive Document Editor.',
32
36
description: 'Modify existing documents with greater confidence using the intuitive visual editor, or insert new documents and clone or delete existing ones in just a few clicks.',
33
37
image: 'crud.png',
34
38
version: '1.5.0',
35
-
initial: true
39
+
initial: true,
40
+
community: true
36
41
},
37
42
{
38
43
title: 'Visual Explain Plans.',
39
44
description: 'Know how queries are running through an easy-to-understand GUI that helps you identify and resolve performance issues.',
40
45
image: 'explain.png',
41
46
version: '1.5.0',
42
-
initial: true
47
+
initial: true,
48
+
community: true
43
49
},
44
50
{
45
51
title: 'Index Management.',
46
52
description: 'Understand the type and size of your indexes, their utilization and special properties. Add and remove indexes at the click of a button.',
47
53
image: 'indexes.png',
48
54
version: '1.5.0',
49
-
initial: true
55
+
initial: true,
56
+
community: true
50
57
},
51
58
{
52
59
title: 'Document Validation.',
53
60
description: 'Create and modify rules that validate your data using a simple point and click interface. CRUD support lets you fix data quality issues easily in individual documents.',
0 commit comments