Skip to content

Commit 184beb2

Browse files
committed
Fix build errors
1 parent e717e82 commit 184beb2

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

source/crud/query.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Query Documents
2626
- :ref:`kotlin-sync-find`
2727
- :ref:`kotlin-sync-specify-documents-to-return`
2828
- :ref:`kotlin-sync-project`
29-
- :ref:`kotlin-sync-specify-a-query`
29+
- :ref:`kotlin-sync-specify-query`
3030
- :ref:`kotlin-sync-count`
3131
- :ref:`kotlin-sync-distinct`
3232
- :ref:`kotlin-sync-cursors`

source/crud/query/geospatial.txt

Whitespace-only changes.

source/data-formats/custom-types.txt

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,23 @@
44
Custom Types
55
============
66

7+
.. contents:: On this page
8+
:local:
9+
:backlinks: none
10+
:depth: 2
11+
:class: singlecol
12+
713
.. facet::
814
:name: genre
915
:values: reference
1016

1117
.. meta::
12-
:keywords: bson, uuid, date, time
13-
:description: Learn how to use the Kotlin Sync driver to encode and decode custom
14-
types, including defining type codecs, using type registries, and implementing fallback
15-
encoders.
18+
: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.
19+
:keywords: bson, uuid, date, time
1620

1721
.. toctree::
1822
:titlesonly:
1923
:maxdepth: 1
2024

21-
Serialization </data-formats/custom-types/serialization>
22-
Type Codecs </data-formats/custom-types/codecs>
25+
Serialization </data-formats/serialization>
26+
Type Codecs </data-formats/codecs>

0 commit comments

Comments
 (0)