Skip to content

[Backport v5.1] DOCSP-44952 TOC Relabel (#87) #97

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 21, 2024
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/bson.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ BSON Implementation

.. toctree::

/bson/documents/
/bson/macros/
/bson/extended-json/
Documents </bson/documents/>
Macros </bson/macros/>
Extended JSON </bson/extended-json/>

The BSON library comprehensively supports `BSON
<https://bsonspec.org/>`__, the data storage and network transfer format
Expand Down
12 changes: 6 additions & 6 deletions source/builders.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ Builders

.. toctree::

/builders/filters/
/builders/projections/
/builders/sorts/
/builders/aggregates/
/builders/updates/
/builders/indexes/
Filters </builders/filters/>
Projection </builders/projections/>
Sort </builders/sorts/>
Aggregation </builders/aggregates/>
Update </builders/updates/>
Indexes </builders/indexes/>

The {+driver-short+} provides the following classes that make it easier to use
the CRUD API:
Expand Down
6 changes: 3 additions & 3 deletions source/get-started.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ Get Started

.. toctree::

/get-started/primer/
/get-started/quickstart/
/get-started/qs-case-class/
Primer </get-started/primer/>
Quick Start </get-started/quickstart/>
Example Quick Start </get-started/qs-case-class/>

- :ref:`scala-primer`
- :ref:`scala-quickstart`
Expand Down
18 changes: 9 additions & 9 deletions source/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
:titlesonly:
:maxdepth: 1

/installation
/get-started
/whats-new
/tutorials
/reference
/bson
/builders
/validate-signatures
/issues-and-help
Installation </installation>
Get Started </get-started>
What's New </whats-new>
Tutorials </tutorials>
Reference </reference>
BSON Implementation </bson>
Builders </builders>
Validate Driver Signatures </validate-signatures>
Issues & Help </issues-and-help>
View the Source <https://github.com/mongodb/mongo-java-driver>
API Documentation <{+api+}/index.html>
Previous Versions <https://mongodb.github.io/mongo-java-driver/>
Expand Down
6 changes: 3 additions & 3 deletions source/reference.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ Reference

.. toctree::

/reference/logging/
/reference/monitoring/
/reference/observables/
Logging </reference/logging/>
Monitoring </reference/monitoring/>
Observables </reference/observables/>

- :ref:`scala-logging`
- :ref:`scala-monitoring`
Expand Down
24 changes: 12 additions & 12 deletions source/tutorials.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@ Tutorials

.. toctree::

/tutorials/connect/
/tutorials/db-coll/
/tutorials/indexes/
/tutorials/read-ops/
/tutorials/encrypt/
/tutorials/write-ops/
/tutorials/aggregation/
/tutorials/change-stream/
/tutorials/text-search/
/tutorials/geospatial/
/tutorials/gridfs/
/tutorials/command/
Connect to MongoDB </tutorials/connect/>
Databases & Collections </tutorials/db-coll/>
Indexes </tutorials/indexes/>
Read Operations </tutorials/read-ops/>
In-Use Encryption </tutorials/encrypt/>
Write Operations </tutorials/write-ops/>
Aggregation Framework </tutorials/aggregation/>
Change Streams </tutorials/change-stream/>
Text Search </tutorials/text-search/>
Geospatial Search </tutorials/geospatial/>
GridFS </tutorials/gridfs/>
Run Database Commands </tutorials/command/>

- :ref:`scala-connect`
- :ref:`scala-db-coll`
Expand Down
6 changes: 3 additions & 3 deletions source/tutorials/connect.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ Connect to MongoDB

.. toctree::

/tutorials/connect/tls/
/tutorials/connect/authentication/
/tutorials/connect/compression/
TLS/SSL </tutorials/connect/tls/>
Authentication </tutorials/connect/authentication/>
Compression </tutorials/connect/compression/>

.. contents:: On this page
:local:
Expand Down
2 changes: 1 addition & 1 deletion source/tutorials/write-ops.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Write Operations

.. toctree::

/tutorials/bulk-writes/
Bulk Write </tutorials/bulk-writes/>

.. contents:: On this page
:local:
Expand Down