Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified src/app/images/tour/f0.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/app/images/tour/f1.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/app/images/tour/f2.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/app/images/tour/f3.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/app/images/tour/f4.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/app/images/tour/f5.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/app/images/tour/f6.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/app/images/tour/f7.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 22 additions & 1 deletion src/app/tour/features.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,30 @@ module.exports = [
},
{
title: 'View Documents',
description: 'Open the document drawer on the right to view the raw JSON documents in the result set.',
description: 'Click the Documents tab to view the raw JSON documents in the result set.',
image: 'f4.gif',
version: '1.0.0',
initial: true
},
{
title: 'View Indexes',
description: 'Click the Index tab to view the definition, attributes, size, and usage of your indexes.',
image: 'f5.gif',
version: '1.2.0',
initial: true
}
// {
// title: 'Find with Location',
// description: 'Collections with location data can be used as a filter. Click and drag across the map for a geographic query. Click "Apply" to resample with the coordinates.',
// image: 'f6.gif',
// version: '1.2.0',
// initial: true
// },
// {
// title: 'Examine Performance with Explain Plan',
// description: 'I see indexes',
// image: 'f7.gif',
// version: '1.2.0',
// initial: true
// }
];