Skip to content

Commit 5360f07

Browse files
authored
DOCSP-43307-ToC-Refactor (#94)
1 parent 7736a4a commit 5360f07

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed

source/crud-ops.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ MongoDB Playground, you must open one.
3838
.. toctree::
3939
:titlesonly:
4040

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

source/index.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ Get Started
5252
.. toctree::
5353
:titlesonly:
5454

55-
/install
56-
/connect
57-
/databases-collections
58-
/playgrounds
59-
/create-cluster-terraform
60-
/reference
55+
Install </install>
56+
Connect </connect>
57+
Manage Data </databases-collections>
58+
Explore with Playgrounds </playgrounds>
59+
Create an Atlas Cluster with Terraform </create-cluster-terraform>
60+
Reference </reference>
6161
Changelog <https://github.com/mongodb-js/vscode/releases>

source/install.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ To configure |vsce| settings, see :ref:`vsce-settings`.
3232
.. toctree::
3333
:titlesonly:
3434

35-
/install/verify-plugin
35+
Verify Plugin </install/verify-plugin>

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-
Create Time Series Collections </time-series-collections>
114+
Time Series Collections </time-series-collections>

source/playgrounds.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ Consideration for Authentication
261261
.. toctree::
262262
:titlesonly:
263263

264-
Create Databases and Collections </playground-databases>
264+
Create Databases & Collections </playground-databases>
265265
Perform CRUD Operations </crud-ops>
266266
Run Aggregation Pipelines </run-agg-pipelines>
267267
Enable Autocomplete </enable-autocomplete-for-string-literals>

source/require-playgrounds.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,5 @@ tutorials:
5858
.. toctree::
5959
:titlesonly:
6060

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

0 commit comments

Comments
 (0)