diff --git a/src/app/images/tour/f0.gif b/src/app/images/tour/f0.gif index 2c374eac92a..36f696954ed 100644 Binary files a/src/app/images/tour/f0.gif and b/src/app/images/tour/f0.gif differ diff --git a/src/app/images/tour/f1.gif b/src/app/images/tour/f1.gif index e570496441c..5d785afb355 100644 Binary files a/src/app/images/tour/f1.gif and b/src/app/images/tour/f1.gif differ diff --git a/src/app/images/tour/f2.gif b/src/app/images/tour/f2.gif index af27019b275..828adf15cfb 100644 Binary files a/src/app/images/tour/f2.gif and b/src/app/images/tour/f2.gif differ diff --git a/src/app/images/tour/f3.gif b/src/app/images/tour/f3.gif index fb112be60c3..e090a5e21aa 100644 Binary files a/src/app/images/tour/f3.gif and b/src/app/images/tour/f3.gif differ diff --git a/src/app/images/tour/f4.gif b/src/app/images/tour/f4.gif index 2abc296f47c..0a51d0b0c1e 100644 Binary files a/src/app/images/tour/f4.gif and b/src/app/images/tour/f4.gif differ diff --git a/src/app/images/tour/f5.gif b/src/app/images/tour/f5.gif new file mode 100644 index 00000000000..4f7a873fc02 Binary files /dev/null and b/src/app/images/tour/f5.gif differ diff --git a/src/app/images/tour/f6.gif b/src/app/images/tour/f6.gif new file mode 100644 index 00000000000..8256fc135b8 Binary files /dev/null and b/src/app/images/tour/f6.gif differ diff --git a/src/app/images/tour/f7.gif b/src/app/images/tour/f7.gif new file mode 100644 index 00000000000..0e99f597ccf Binary files /dev/null and b/src/app/images/tour/f7.gif differ diff --git a/src/app/tour/features.js b/src/app/tour/features.js index 6534a1524eb..dc5088a5915 100644 --- a/src/app/tour/features.js +++ b/src/app/tour/features.js @@ -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 + // } ];