File tree Expand file tree Collapse file tree 2 files changed +22
-4
lines changed Expand file tree Collapse file tree 2 files changed +22
-4
lines changed Original file line number Diff line number Diff line change @@ -42,10 +42,28 @@ You can use MongoDB for |vscode-short| to:
42
42
- :ref:`Execute aggregation pipelines on your data
43
43
<vsce-aggregation>`.
44
44
45
- Get Started
46
- -----------
45
+ Learn More
46
+ ----------
47
47
48
- To learn how to install MongoDB for |vscode-short|, see :ref:`vsce-install`.
48
+ :doc:`/install`
49
+ Install |vsce| from the VS Code Marketplace.
50
+
51
+ :doc:`/connect`
52
+ Connect to your deployment using |vsce|.
53
+
54
+ :doc:`/databases-collections`
55
+ Explore your databases, collections, and documents.
56
+
57
+ :doc:`/playgrounds`
58
+ Use JavaScript environments to interact your data. Prototype queries,
59
+ run aggregations, and more.
60
+
61
+ :doc:`/commands`
62
+ View all available |vsce| commands that you can run from the
63
+ VS Code Command Palette.
64
+
65
+ :doc:`/settings`
66
+ View and configure |vsce| settings to customize your experience.
49
67
50
68
.. class:: hidden
51
69
Original file line number Diff line number Diff line change @@ -11,5 +11,5 @@ Reference
11
11
.. toctree::
12
12
:titlesonly:
13
13
14
- /settings
15
14
/commands
15
+ /settings
You can’t perform that action at this time.
0 commit comments