Skip to content

Commit 9ea949b

Browse files
authored
DOCSP-42021 add VSCode to titles (#89)
1 parent 2618d7a commit 9ea949b

9 files changed

+33
-32
lines changed

source/create-document-playground.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.. _vsce-create-doc-playground:
22

3-
================
4-
Create Documents
5-
================
3+
=============================
4+
Create Documents with VS Code
5+
=============================
66

77
.. default-domain:: mongodb
88

source/crud-ops.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.. _vsce-crud:
22

3-
=======================
4-
Perform CRUD Operations
5-
=======================
3+
====================================
4+
Perform CRUD Operations with VS Code
5+
====================================
66

77
.. default-domain:: mongodb
88

@@ -38,7 +38,7 @@ MongoDB Playground, you must open one.
3838
.. toctree::
3939
:titlesonly:
4040

41-
/create-document-playground
42-
/read-document-playground
43-
/update-document-playground
44-
/delete-document-playground
41+
Create Documents </create-document-playground>
42+
Read Documents </read-document-playground>
43+
Update Documents </update-document-playground>
44+
Delete Documents </delete-document-playground>

source/delete-document-playground.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.. _vsce-delete-doc-playground:
22

3-
================
4-
Delete Documents
5-
================
3+
=============================
4+
Delete Documents with VS Code
5+
=============================
66

77
.. default-domain:: mongodb
88

source/playground-databases.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,4 +111,4 @@ left navigation:
111111
.. toctree::
112112
:titlesonly:
113113

114-
/time-series-collections
114+
Create Time Series Collections </time-series-collections>

source/playgrounds.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -261,9 +261,9 @@ Consideration for Authentication
261261
.. toctree::
262262
:titlesonly:
263263

264-
/playground-databases
265-
/crud-ops
266-
/run-agg-pipelines
267-
/enable-autocomplete-for-string-literals
268-
/export-to-language
269-
/require-playgrounds
264+
Create Databases and Collections </playground-databases>
265+
Perform CRUD Operations </crud-ops>
266+
Run Aggregation Pipelines </run-agg-pipelines>
267+
Enable Autocomplete </enable-autocomplete-for-string-literals>
268+
Export to Language </export-to-language>
269+
Use require() </require-playgrounds>

source/read-document-playground.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.. _vsce-read-doc-playground:
22

3-
==============
4-
Read Documents
5-
==============
3+
===========================
4+
Read Documents with VS Code
5+
===========================
66

77
.. default-domain:: mongodb
88

source/run-agg-pipelines.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.. _vsce-aggregation:
22

3-
=========================
4-
Run Aggregation Pipelines
5-
=========================
3+
======================================
4+
Run Aggregation Pipelines with VS Code
5+
======================================
66

77
.. default-domain:: mongodb
88

source/time-series-collections.txt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
.. _vsce-time-series:
22

3-
==============================
4-
Create Time Series Collections
5-
==============================
3+
===========================================
4+
Create Time Series Collections with VS Code
5+
===========================================
6+
67
.. default-domain:: mongodb
78

89
.. contents:: On this page

source/update-document-playground.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.. _vsce-update-doc-playground:
22

3-
================
4-
Update Documents
5-
================
3+
=============================
4+
Update Documents with VS Code
5+
=============================
66

77
.. default-domain:: mongodb
88

0 commit comments

Comments
 (0)