Skip to content

Commit 28c196c

Browse files
authored
COMPASS-1657: Adding new 1.9 tour images (#1271)
1 parent 6b60fb3 commit 28c196c

File tree

5 files changed

+24
-0
lines changed

5 files changed

+24
-0
lines changed
167 KB
Loading
178 KB
Loading
101 KB
Loading
97.9 KB
Loading

src/app/tour/features.js

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,29 @@ module.exports = [
6262
version: '1.5.0',
6363
initial: true,
6464
community: false
65+
},
66+
{
67+
title: 'Improved CRUD',
68+
description: 'Better editing with validation of individual BSON types.',
69+
image: 'improved-crud.png',
70+
version: '1.9.0',
71+
initial: true,
72+
community: true
73+
},
74+
{
75+
title: 'Deployment Awareness',
76+
description: 'Replica set aware connections allow for continued use during replica set configuration changes and provides additional information of the connected cluster.',
77+
image: 'replica-set-name.png',
78+
version: '1.9.0',
79+
initial: true,
80+
community: true
81+
},
82+
{
83+
title: 'Query History',
84+
description: 'Easily access and manage executed queries and save favorites for often executed queries.',
85+
image: 'query-history.png',
86+
version: '1.9.0',
87+
initial: true,
88+
community: true
6589
}
6690
];

0 commit comments

Comments
 (0)