Skip to content

Commit 21247dd

Browse files
committed
DOCSP-44952 TOC Relabel (#87)
* TOC Relabel * review comments on builders * suggestion (cherry picked from commit 2ca5732)
1 parent 218e2ce commit 21247dd

File tree

8 files changed

+40
-40
lines changed

8 files changed

+40
-40
lines changed

source/bson.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ BSON Implementation
1313

1414
.. toctree::
1515

16-
/bson/documents/
17-
/bson/macros/
18-
/bson/extended-json/
16+
Documents </bson/documents/>
17+
Macros </bson/macros/>
18+
Extended JSON </bson/extended-json/>
1919

2020
The BSON library comprehensively supports `BSON
2121
<https://bsonspec.org/>`__, the data storage and network transfer format

source/builders.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ Builders
1313

1414
.. toctree::
1515

16-
/builders/filters/
17-
/builders/projections/
18-
/builders/sorts/
19-
/builders/aggregates/
20-
/builders/updates/
21-
/builders/indexes/
16+
Filters </builders/filters/>
17+
Projection </builders/projections/>
18+
Sort </builders/sorts/>
19+
Aggregation </builders/aggregates/>
20+
Update </builders/updates/>
21+
Indexes </builders/indexes/>
2222

2323
The {+driver-short+} provides the following classes that make it easier to use
2424
the CRUD API:

source/get-started.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ Get Started
1313

1414
.. toctree::
1515

16-
/get-started/primer/
17-
/get-started/quickstart/
18-
/get-started/qs-case-class/
16+
Primer </get-started/primer/>
17+
Quick Start </get-started/quickstart/>
18+
Example Quick Start </get-started/qs-case-class/>
1919

2020
- :ref:`scala-primer`
2121
- :ref:`scala-quickstart`

source/index.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@
1212
:titlesonly:
1313
:maxdepth: 1
1414

15-
/installation
16-
/get-started
17-
/whats-new
18-
/tutorials
19-
/reference
20-
/bson
21-
/builders
22-
/validate-signatures
23-
/issues-and-help
15+
Installation </installation>
16+
Get Started </get-started>
17+
What's New </whats-new>
18+
Tutorials </tutorials>
19+
Reference </reference>
20+
BSON Implementation </bson>
21+
Builders </builders>
22+
Validate Driver Signatures </validate-signatures>
23+
Issues & Help </issues-and-help>
2424
View the Source <https://github.com/mongodb/mongo-java-driver>
2525
API Documentation <{+api+}/index.html>
2626
Previous Versions <https://mongodb.github.io/mongo-java-driver/>

source/reference.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ Reference
1313

1414
.. toctree::
1515

16-
/reference/logging/
17-
/reference/monitoring/
18-
/reference/observables/
16+
Logging </reference/logging/>
17+
Monitoring </reference/monitoring/>
18+
Observables </reference/observables/>
1919

2020
- :ref:`scala-logging`
2121
- :ref:`scala-monitoring`

source/tutorials.txt

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@ Tutorials
1313

1414
.. toctree::
1515

16-
/tutorials/connect/
17-
/tutorials/db-coll/
18-
/tutorials/indexes/
19-
/tutorials/read-ops/
20-
/tutorials/encrypt/
21-
/tutorials/write-ops/
22-
/tutorials/aggregation/
23-
/tutorials/change-stream/
24-
/tutorials/text-search/
25-
/tutorials/geospatial/
26-
/tutorials/gridfs/
27-
/tutorials/command/
16+
Connect to MongoDB </tutorials/connect/>
17+
Databases & Collections </tutorials/db-coll/>
18+
Indexes </tutorials/indexes/>
19+
Read Operations </tutorials/read-ops/>
20+
In-Use Encryption </tutorials/encrypt/>
21+
Write Operations </tutorials/write-ops/>
22+
Aggregation Framework </tutorials/aggregation/>
23+
Change Streams </tutorials/change-stream/>
24+
Text Search </tutorials/text-search/>
25+
Geospatial Search </tutorials/geospatial/>
26+
GridFS </tutorials/gridfs/>
27+
Run Database Commands </tutorials/command/>
2828

2929
- :ref:`scala-connect`
3030
- :ref:`scala-db-coll`

source/tutorials/connect.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ Connect to MongoDB
1313

1414
.. toctree::
1515

16-
/tutorials/connect/tls/
17-
/tutorials/connect/authentication/
18-
/tutorials/connect/compression/
16+
TLS/SSL </tutorials/connect/tls/>
17+
Authentication </tutorials/connect/authentication/>
18+
Compression </tutorials/connect/compression/>
1919

2020
.. contents:: On this page
2121
:local:

source/tutorials/write-ops.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Write Operations
1313

1414
.. toctree::
1515

16-
/tutorials/bulk-writes/
16+
Bulk Write </tutorials/bulk-writes/>
1717

1818
.. contents:: On this page
1919
:local:

0 commit comments

Comments
 (0)