-
Notifications
You must be signed in to change notification settings - Fork 10
DOCSP-51351-reorganize-toc #106
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
shuangela
merged 12 commits into
mongodb:comp-cov
from
shuangela:DOCSP-51351-reorganize-toc
Jul 7, 2025
Merged
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
91847e4
reorg toc
shuangela 67dd38e
Empty-Commit
shuangela 1187119
fix links
shuangela e717e82
fix link
shuangela 184beb2
Fix build errors
shuangela 2534632
nr feedback
shuangela e64ac77
align with toc spreadsheet
shuangela 5e6912d
fix quick bugs
shuangela ec339ed
add db coll section
shuangela 36f824c
fix file
shuangela 551f22d
fix typo
shuangela ae0d562
nr feedback
shuangela File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
.. _kotlin-sync-atlas-search: | ||
|
||
========================= | ||
Run an Atlas Search Query | ||
========================= |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
.. _kotlin-sync-atlas-vector-search: | ||
|
||
================================ | ||
Run an Atlas Vector Search Query | ||
================================ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
.. _kotlin-sync-crud-landing: | ||
.. _kotlin-sync-crud-operations: | ||
.. _kotlin-sync-write: | ||
.. _kotlin-sync-read: | ||
|
||
=============== | ||
CRUD Operations | ||
=============== | ||
|
||
.. contents:: On this page | ||
:local: | ||
:backlinks: none | ||
:depth: 2 | ||
:class: singlecol | ||
|
||
.. facet:: | ||
:name: genre | ||
:values: reference | ||
|
||
.. meta:: | ||
:description: Learn how to use {+driver-short+} to read and write MongoDB data. | ||
:keywords: usage examples, query, find, code example, save, create | ||
|
||
.. toctree:: | ||
:titlesonly: | ||
:maxdepth: 1 | ||
|
||
Insert Documents </crud/insert> | ||
Query Documents </crud/query> | ||
Update Documents </crud/update> | ||
Replace Documents </crud/replace> | ||
Delete Documents </crud/delete> | ||
Bulk Write Operations </crud/bulk-write> | ||
Transactions </crud/transactions> | ||
Configure CRUD Operations </crud/configure> | ||
Store Large Files </crud/gridfs> | ||
|
||
CRUD (Create, Read, Update, Delete) operations enable you to work with | ||
data stored in MongoDB. | ||
|
||
- :ref:`kotlin-sync-write-insert` | ||
- :ref:`kotlin-sync-query` | ||
- :ref:`kotlin-sync-write-update` | ||
- :ref:`kotlin-sync-write-replace` | ||
- :ref:`kotlin-sync-write-delete` | ||
- :ref:`kotlin-sync-bulk-write` | ||
- :ref:`kotlin-sync-write-transactions` | ||
- :ref:`kotlin-sync-configure` | ||
- :ref:`kotlin-sync-gridfs` |
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
.. _kotlin-sync-configure: | ||
|
||
========================= | ||
Configure CRUD Operations | ||
========================= | ||
|
||
.. contents:: On this page | ||
:local: | ||
:backlinks: none | ||
:depth: 2 | ||
:class: singlecol |
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
.. _kotlin-sync-gridfs: | ||
|
||
================= | ||
Store Large Files | ||
================= | ||
|
||
.. contents:: On this page | ||
:local: | ||
:backlinks: none | ||
:depth: 2 | ||
:class: singlecol |
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
.. _kotlin-sync-query: | ||
|
||
=============== | ||
Query Documents | ||
=============== | ||
|
||
.. meta:: | ||
:description: Learn how to use {+driver-short+} to read data from MongoDB. | ||
:keywords: usage examples, query, find, code example | ||
|
||
.. facet:: | ||
:name: genre | ||
:values: reference | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
Find Documents </crud/query/find> | ||
Specify Documents to Return </crud/query/specify-documents-to-return> | ||
Specify Fields to Return </crud/query/project> | ||
Specify a Query </crud/query/specify-a-query> | ||
Count Documents </crud/query/count> | ||
Distinct Field Values </crud/query/distinct> | ||
Access Data from a Cursor </crud/query/cursors> | ||
|
||
- :ref:`kotlin-sync-find` | ||
- :ref:`kotlin-sync-specify-documents-to-return` | ||
- :ref:`kotlin-sync-project` | ||
- :ref:`kotlin-sync-specify-query` | ||
- :ref:`kotlin-sync-count` | ||
- :ref:`kotlin-sync-distinct` | ||
- :ref:`kotlin-sync-cursors` |
File renamed without changes.
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
.. _kotlin-sync-data-formats: | ||
|
||
======================== | ||
Specialized Data Formats | ||
======================== | ||
============ | ||
Data Formats | ||
============ | ||
|
||
.. contents:: On this page | ||
:local: | ||
|
@@ -21,9 +21,8 @@ Specialized Data Formats | |
:titlesonly: | ||
:maxdepth: 1 | ||
|
||
Custom Types </data-formats/custom-types> | ||
Data Classes </data-formats/data-format-data-class> | ||
Kotlin Serialization </data-formats/serialization> | ||
Codecs </data-formats/codecs> | ||
BSON </data-formats/bson> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. S: I think BSON is fine as the TOC label, but the actual page title might need to be longer - "Work with BSON Data"? |
||
Time Series </data-formats/time-series> | ||
|
||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
.. _kotlin-sync-custom-types: | ||
|
||
================= | ||
Custom Data Types | ||
================= | ||
|
||
.. contents:: On this page | ||
:local: | ||
:backlinks: none | ||
:depth: 2 | ||
:class: singlecol | ||
|
||
.. facet:: | ||
:name: genre | ||
:values: reference | ||
|
||
.. meta:: | ||
:description: Learn how to use the Kotlin Sync driver to encode and decode custom types, including defining type codecs, using type registries, and implementing fallback encoders. | ||
:keywords: bson, uuid, date, time | ||
|
||
.. toctree:: | ||
:titlesonly: | ||
:maxdepth: 1 | ||
|
||
Serialization </data-formats/serialization> | ||
Type Codecs </data-formats/codecs> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
.. _kotlin-sync-db-collections: | ||
|
||
========================= | ||
Databases and Collections | ||
========================= | ||
|
||
.. contents:: On this page | ||
:local: | ||
:backlinks: none | ||
:depth: 2 | ||
:class: singlecol |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
S: This page title can just be "Data Formats" according to the spreadsheet