Skip to content

Commit 955ef79

Browse files
Add landing page and ToC outline
1 parent 517ebb4 commit 955ef79

File tree

9 files changed

+149
-0
lines changed

9 files changed

+149
-0
lines changed

source/connect.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
.. _vsce-connect:
2+
3+
==================================
4+
Connect to Your MongoDB Deployment
5+
==================================
6+
7+
.. default-domain:: mongodb
8+
9+
.. contents:: On this page
10+
:local:
11+
:backlinks: none
12+
:depth: 1
13+
:class: singlecol

source/crud-ops.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
.. _vsce-crud:
2+
3+
=======================
4+
Perform CRUD Operations
5+
=======================
6+
7+
.. default-domain:: mongodb
8+
9+
.. contents:: On this page
10+
:local:
11+
:backlinks: none
12+
:depth: 1
13+
:class: singlecol

source/databases-collections.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
.. _vsce-databases-collections:
2+
3+
==============================================
4+
Navigate Databases, Collections, and Documents
5+
==============================================
6+
7+
.. default-domain:: mongodb
8+
9+
.. contents:: On this page
10+
:local:
11+
:backlinks: none
12+
:depth: 1
13+
:class: singlecol

source/images/vsce-landing-2.png

3.57 MB
Loading

source/index.txt

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
.. _vsce-overview:
2+
3+
===================
4+
MongoDB for VS Code
5+
===================
6+
7+
.. default-domain:: mongodb
8+
9+
.. contents:: On this page
10+
:local:
11+
:backlinks: none
12+
:depth: 1
13+
:class: singlecol
14+
15+
MongoDB provides an extension for
16+
`Visual Studio Code <https://code.visualstudio.com/>`__ which lets
17+
you work with MongoDB and your data directly within your coding
18+
environment.
19+
20+
.. figure:: /images/compass/vsce-landing-2.png
21+
:figwidth: 700px
22+
23+
Features
24+
--------
25+
26+
You can use MongoDB for VS Code to:
27+
28+
- :ref:`Connect to a MongoDB Cluster <vsce-connect>`.
29+
30+
- Once you connect to a cluster, you can launch the :binary:`~mongo`
31+
shell and automatically connect the shell to your cluster.
32+
33+
- :ref:`Navigate your databases, collections, and documents
34+
<vsce-databases-collections>`.
35+
36+
- Quickly prototype queries and run MongoDB commands with JavaScript
37+
Playgrounds:
38+
39+
- :ref:`Perform CRUD operations on your data <vsce-crud>`.
40+
41+
- :ref:`Execute aggregation pipelines on your data
42+
<vsce-aggregation>`.
43+
44+
Get Started
45+
-----------
46+
47+
To learn how to install MongoDB for VS Code, see :ref:`vsce-install`.
48+
49+
.. class:: hidden
50+
51+
.. toctree::
52+
:titlesonly:
53+
54+
/install
55+
/connect
56+
/databases-collections
57+
/playgrounds
58+
/settings

source/install.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
.. _vsce-install:
2+
3+
===========================
4+
Install MongoDB for VS Code
5+
===========================
6+
7+
.. default-domain:: mongodb
8+
9+
.. contents:: On this page
10+
:local:
11+
:backlinks: none
12+
:depth: 1
13+
:class: singlecol

source/playgrounds.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
.. _vsce-playgrounds:
2+
3+
==================================
4+
Explore Your Data with Playgrounds
5+
==================================
6+
7+
.. default-domain:: mongodb
8+
9+
.. contents:: On this page
10+
:local:
11+
:backlinks: none
12+
:depth: 1
13+
:class: singlecol
14+
15+
.. class:: hidden
16+
17+
.. toctree::
18+
:titlesonly:
19+
20+
/vsce/crud-ops
21+
/vsce/run-agg-pipelines

source/run-agg-pipelines.txt

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
.. _vsce-aggregation:
2+
3+
=========================
4+
Run Aggregation Pipelines
5+
=========================
6+
7+
.. default-domain:: mongodb
8+
9+
.. contents:: On this page
10+
:local:
11+
:backlinks: none
12+
:depth: 1
13+
:class: singlecol

source/settings.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
.. _vsce-settings:
2+
3+
============================
4+
MongoDB for VS Code Settings
5+
============================

0 commit comments

Comments
 (0)