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
6 changes: 3 additions & 3 deletions source/create-document-playground.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.. _vsce-create-doc-playground:

================
Create Documents
================
=============================
Create Documents with VS Code
=============================

.. default-domain:: mongodb

Expand Down
14 changes: 7 additions & 7 deletions source/crud-ops.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.. _vsce-crud:

=======================
Perform CRUD Operations
=======================
====================================
Perform CRUD Operations with VS Code
====================================

.. default-domain:: mongodb

Expand Down Expand Up @@ -38,7 +38,7 @@ MongoDB Playground, you must open one.
.. toctree::
:titlesonly:

/create-document-playground
/read-document-playground
/update-document-playground
/delete-document-playground
Create Documents </create-document-playground>
Read Documents </read-document-playground>
Update Documents </update-document-playground>
Delete Documents </delete-document-playground>
6 changes: 3 additions & 3 deletions source/delete-document-playground.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.. _vsce-delete-doc-playground:

================
Delete Documents
================
=============================
Delete Documents with VS Code
=============================

.. default-domain:: mongodb

Expand Down
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:

/time-series-collections
Create Time Series Collections </time-series-collections>
12 changes: 6 additions & 6 deletions source/playgrounds.txt
Original file line number Diff line number Diff line change
Expand Up @@ -261,9 +261,9 @@ Consideration for Authentication
.. toctree::
:titlesonly:

/playground-databases
/crud-ops
/run-agg-pipelines
/enable-autocomplete-for-string-literals
/export-to-language
/require-playgrounds
Create Databases and Collections </playground-databases>
Perform CRUD Operations </crud-ops>
Run Aggregation Pipelines </run-agg-pipelines>
Enable Autocomplete </enable-autocomplete-for-string-literals>
Export to Language </export-to-language>
Use require() </require-playgrounds>
6 changes: 3 additions & 3 deletions source/read-document-playground.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.. _vsce-read-doc-playground:

==============
Read Documents
==============
===========================
Read Documents with VS Code
===========================

.. default-domain:: mongodb

Expand Down
6 changes: 3 additions & 3 deletions source/run-agg-pipelines.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.. _vsce-aggregation:

=========================
Run Aggregation Pipelines
=========================
======================================
Run Aggregation Pipelines with VS Code
======================================

.. default-domain:: mongodb

Expand Down
7 changes: 4 additions & 3 deletions source/time-series-collections.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
.. _vsce-time-series:

==============================
Create Time Series Collections
==============================
===========================================
Create Time Series Collections with VS Code
===========================================

.. default-domain:: mongodb

.. contents:: On this page
Expand Down
6 changes: 3 additions & 3 deletions source/update-document-playground.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.. _vsce-update-doc-playground:

================
Update Documents
================
=============================
Update Documents with VS Code
=============================

.. default-domain:: mongodb

Expand Down
Loading