Skip to content
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

[Backport v1.15] [Backport v1.17] DOCSP-44899 TOC Relabel (#404) #410

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
36 changes: 18 additions & 18 deletions source/fundamentals.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,23 +6,23 @@ Fundamentals
:titlesonly:
:maxdepth: 1

/fundamentals/connections
/fundamentals/stable-api
/fundamentals/context
/fundamentals/auth
/fundamentals/enterprise-auth
/fundamentals/bson
/fundamentals/crud
/fundamentals/aggregation
/fundamentals/indexes
/fundamentals/transactions
/fundamentals/logging
/fundamentals/run-command
/fundamentals/collations
/fundamentals/monitoring
/fundamentals/gridfs
/fundamentals/time-series
/fundamentals/encrypt-fields
/fundamentals/geo
Connections </fundamentals/connections>
Stable API </fundamentals/stable-api>
Context </fundamentals/context>
Authentication </fundamentals/auth>
Enterprise Authentication </fundamentals/enterprise-auth>
BSON </fundamentals/bson>
CRUD Operations </fundamentals/crud>
Aggregation </fundamentals/aggregation>
Indexes </fundamentals/indexes>
Transactions </fundamentals/transactions>
Logging </fundamentals/logging>
Run a Command </fundamentals/run-command>
Collations </fundamentals/collations>
Monitoring </fundamentals/monitoring>
GridFS </fundamentals/gridfs>
Time Series Collections </fundamentals/time-series>
In-Use Encryption </fundamentals/encrypt-fields>
Geospatial Data </fundamentals/geo>

.. include:: /includes/fundamentals-sections.rst
8 changes: 4 additions & 4 deletions source/fundamentals/connections.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ Connections

.. toctree::

/fundamentals/connections/connection-guide
/fundamentals/connections/network-compression
/fundamentals/connections/tls
Connect to MongoDB Atlas from AWS Lambda <https://www.mongodb.com/docs/atlas/manage-connections-aws-lambda/>
Connection Guide </fundamentals/connections/connection-guide>
Network Compression </fundamentals/connections/network-compression>
Configure TLS </fundamentals/connections/tls>
Connect with AWS Lambda <https://www.mongodb.com/docs/atlas/manage-connections-aws-lambda/>

.. contents:: On this page
:local:
Expand Down
8 changes: 4 additions & 4 deletions source/fundamentals/crud.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ CRUD Operations
.. toctree::
:caption: CRUD Operations

/fundamentals/crud/read-operations
/fundamentals/crud/write-operations
/fundamentals/crud/compound-operations
/fundamentals/crud/write-read-pref
Read </fundamentals/crud/read-operations>
Write </fundamentals/crud/write-operations>
Compound Operations </fundamentals/crud/compound-operations>
Modify CRUD Execution </fundamentals/crud/write-read-pref>

CRUD (Create, Read, Update, Delete) operations enable you to work with
data stored in MongoDB.
Expand Down
29 changes: 14 additions & 15 deletions source/fundamentals/crud/read-operations.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ Read Operations
.. meta::
:description: Learn about the commands for running MongoDB read operations by using the {+driver-long+}.

.. toctree::
:caption: Read Operations

Query </fundamentals/crud/read-operations/query-document>
Count Documents </fundamentals/crud/read-operations/count>
Data Cursors </fundamentals/crud/read-operations/cursor>
Distinct Field Values </fundamentals/crud/read-operations/distinct>
Sort Results </fundamentals/crud/read-operations/sort>
Skip Results </fundamentals/crud/read-operations/skip>
Limit Results </fundamentals/crud/read-operations/limit>
Specify Fields to Return </fundamentals/crud/read-operations/project>
Search Text </fundamentals/crud/read-operations/text>
Monitor Data Changes </fundamentals/crud/read-operations/changestream>

- :ref:`golang-query-document`
- :ref:`golang-count-documents`
- :ref:`golang-retrieve`
Expand All @@ -18,18 +32,3 @@ Read Operations
- :ref:`golang-project`
- :ref:`golang-search-text`
- :ref:`golang-monitor-changes`

.. toctree::
:caption: Read Operations

/fundamentals/crud/read-operations/query-document
/fundamentals/crud/read-operations/count
/fundamentals/crud/read-operations/retrieve
/fundamentals/crud/read-operations/cursor
/fundamentals/crud/read-operations/distinct
/fundamentals/crud/read-operations/sort
/fundamentals/crud/read-operations/skip
/fundamentals/crud/read-operations/limit
/fundamentals/crud/read-operations/project
/fundamentals/crud/read-operations/text
/fundamentals/crud/read-operations/changestream
20 changes: 10 additions & 10 deletions source/fundamentals/crud/write-operations.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ Write Operations
.. meta::
:description: Learn about the commands for running MongoDB write operations by using the {+driver-long+}.

.. toctree::
:caption: Write Operations

Insert </fundamentals/crud/write-operations/insert>
Delete </fundamentals/crud/write-operations/delete>
Modify </fundamentals/crud/write-operations/modify>
Update </fundamentals/crud/write-operations/embedded-arrays>
Upsert </fundamentals/crud/write-operations/upsert>
Bulk Operations </fundamentals/crud/write-operations/bulk>

- :ref:`golang-insert-guide`
- :ref:`golang-delete-guide`
- :ref:`golang-change-document`
- :ref:`golang-update-arrays`
- :ref:`golang-upsert-guide`
- :ref:`golang-bulk`

.. toctree::
:caption: Write Operations

/fundamentals/crud/write-operations/insert
/fundamentals/crud/write-operations/delete
/fundamentals/crud/write-operations/modify
/fundamentals/crud/write-operations/embedded-arrays
/fundamentals/crud/write-operations/upsert
/fundamentals/crud/write-operations/bulk
6 changes: 3 additions & 3 deletions source/fundamentals/monitoring.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ Monitoring
.. toctree::
:caption: Monitoring categories

/fundamentals/monitoring/cluster-monitoring
/fundamentals/monitoring/command-monitoring
/fundamentals/monitoring/connection-monitoring
Cluster Monitoring </fundamentals/monitoring/cluster-monitoring>
Command Monitoring </fundamentals/monitoring/command-monitoring>
Connection Monitoring </fundamentals/monitoring/connection-monitoring>

- :ref:`Cluster Monitoring <golang-cluster-monitoring>`: monitor changes
in your cluster configuration
Expand Down
16 changes: 8 additions & 8 deletions source/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
:maxdepth: 1

Quick Start </quick-start>
/quick-reference
/whats-new
/usage-examples
/fundamentals
Quick Reference </quick-reference>
What's New </whats-new>
Usage Examples </usage-examples>
Fundamentals </fundamentals>
API Documentation <{+api+}/mongo>
/faq
/connection-troubleshooting
/issues-and-help
/compatibility
FAQ </faq>
Connection Troubleshooting </connection-troubleshooting>
Issues & Help </issues-and-help>
Compatibility </compatibility>
View the Source <https://github.com/mongodb/mongo-go-driver>

..
Expand Down
16 changes: 8 additions & 8 deletions source/usage-examples.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ Usage Examples

.. toctree::

/usage-examples/find-operations
/usage-examples/write-operations
/usage-examples/bulkWrite
/usage-examples/changestream
/usage-examples/count
/usage-examples/distinct
/usage-examples/command
/usage-examples/struct-tagging
Find Operations </usage-examples/find-operations>
Write Operations </usage-examples/write-operations>
Bulk Operations </usage-examples/bulkWrite>
Monitor Data Changes </usage-examples/changestream>
Count Documents </usage-examples/count>
Distinct Field Values </usage-examples/distinct>
Run a Command </usage-examples/command>
Use Struct Tags </usage-examples/struct-tagging>

Overview
--------
Expand Down
4 changes: 2 additions & 2 deletions source/usage-examples/find-operations.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ Find Operations
.. toctree::
:caption: Examples

/usage-examples/findOne
/usage-examples/find
Find One </usage-examples/findOne>
Find Many </usage-examples/find>
14 changes: 7 additions & 7 deletions source/usage-examples/write-operations.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ Write Operations
.. toctree::
:caption: Examples

/usage-examples/insertOne
/usage-examples/insertMany
/usage-examples/updateOne
/usage-examples/updateMany
/usage-examples/replaceOne
/usage-examples/deleteOne
/usage-examples/deleteMany
Insert One </usage-examples/insertOne>
Insert Many </usage-examples/insertMany>
Update One </usage-examples/updateOne>
Update Many </usage-examples/updateMany>
Replace One </usage-examples/replaceOne>
Delete One </usage-examples/deleteOne>
Delete Many </usage-examples/deleteMany>