Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
8 changes: 4 additions & 4 deletions source/crud-ops.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ MongoDB Playground, you must open one.
.. toctree::
:titlesonly:

Create Documents </create-document-playground>
Read Documents </read-document-playground>
Update Documents </update-document-playground>
Delete Documents </delete-document-playground>
Create </create-document-playground>
Read </read-document-playground>
Update </update-document-playground>
Delete </delete-document-playground>
12 changes: 6 additions & 6 deletions source/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ Get Started
.. toctree::
:titlesonly:

/install
/connect
/databases-collections
/playgrounds
/create-cluster-terraform
/reference
Install </install>
Connect </connect>
Manage Your Data </databases-collections>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(suggestion)
You could use "Manage Data" for further consolidation, if you'd like?

Explore with Playgrounds </playgrounds>
Create an Atlas Cluster with Terraform </create-cluster-terraform>
Reference </reference>
Changelog <https://github.com/mongodb-js/vscode/releases>
2 changes: 1 addition & 1 deletion source/install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ To configure |vsce| settings, see :ref:`vsce-settings`.
.. toctree::
:titlesonly:

/install/verify-plugin
Verify Plugin </install/verify-plugin>
2 changes: 1 addition & 1 deletion source/playground-databases.txt
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,4 @@ left navigation:
.. toctree::
:titlesonly:

Create Time Series Collections </time-series-collections>
Time Series Collections </time-series-collections>
2 changes: 1 addition & 1 deletion source/playgrounds.txt
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ Consideration for Authentication
.. toctree::
:titlesonly:

Create Databases and Collections </playground-databases>
Create Databases & Collections </playground-databases>
Perform CRUD Operations </crud-ops>
Run Aggregation Pipelines </run-agg-pipelines>
Enable Autocomplete </enable-autocomplete-for-string-literals>
Expand Down
4 changes: 2 additions & 2 deletions source/require-playgrounds.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ tutorials:
.. toctree::
:titlesonly:

/require-playgrounds/require-modules
/require-playgrounds/require-local
Include Node.js Modules </require-playgrounds/require-modules>
Load Local Files </require-playgrounds/require-local>
Loading