10000 Add missing meta descriptions (#211) · mongodb/docs-kotlin@dde0e16 · GitHub
[go: up one dir, main page]

Skip to content

Commit dde0e16

Browse files
authored
Add missing meta descriptions (#211)
1 parent 4e7eae0 commit dde0e16

24 files changed

+64
-0
lines changed

source/api-documentation.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
API Documentation
33
=================
44

5+
.. meta::
6+
:description: Explore the API documentation for Kotlin, including BSON serialization, driver extensions, core functionality, and coroutine and sync drivers.
7+
58
.. toctree::
69
:titlesonly:
710
:maxdepth: 1

source/compatibility.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
Compatibility
55
=============
66

7+
.. meta::
8+
:description: Check the recommended versions of the MongoDB Kotlin Driver for compatibility with specific MongoDB and Kotlin versions.
9+
710
.. contents:: On this page
811
:local:
912
:backlinks: none

source/connection-troubleshooting.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
Connection Troubleshooting
55
==========================
66

7+
.. meta::
8+
:description: Troubleshoot connection issues with the MongoDB Kotlin Driver by checking connection strings, configuring firewalls, and verifying authentication settings.
9+
710
.. contents:: On this page
811
:local:
912
:backlinks: none

source/faq.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ FAQ
1010

1111
.. meta::
1212
:keywords: troubleshooting, question, support
13+
:description: Find answers to common questions about the Kotlin driver, including connection issues, differences from KMongo, and connection pooling.
1314

1415
.. contents:: On this page
1516
:local:

source/fundamentals/aggregation-expression-operations.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
Aggregation Expression Operations
55
=================================
66

7+
.. meta::
8+
:description: Learn to use the MongoDB Kotlin Driver for constructing aggregation expressions with typesafe Java methods, enhancing readability and functionality.
9+
710
.. contents:: On this page
811
:local:
912
:backlinks: none

source/fundamentals/aggregation.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
Aggregation
55
===========
66

7+
.. meta::
8+
:description: Learn to use aggregation operations in the MongoDB Kotlin driver to process data and return computed results using the aggregation pipeline.
9+
710
.. contents:: On this page
811
:local:
912
:backlinks: none

source/fundamentals/auth.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
Authentication Mechanisms
55
=========================
66

7+
.. meta::
8+
:description: Learn how to authenticate with MongoDB using various mechanisms like SCRAM-SHA-256, MONGODB-AWS, and X.509, and configure connections with Kotlin.
9+
710
.. contents:: On this page
811
:local:
912
:backlinks: none

source/fundamentals/builders.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
Builders
55
========
66

7+
.. meta::
8+
:description: Explore how to use Kotlin driver builder classes for efficient CRUD operations and aggregation, enhancing error detection and code completion in your IDE.
9+
710
.. toctree::
811

912
Aggregation </fundamentals/builders/aggregates>

source/fundamentals/collations.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
Collations
33
==========
44

5+
.. meta::
6+
:description: Learn how to use collations in MongoDB to order query results by string values, including specifying collations for collections, indexes, and operations.
7+
58
.. contents:: On this page
69
:local:
710
:backlinks: none

source/fundamentals/connection.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
Connection Guide
55
================
66

7+
.. meta::
8+
:description: Explore how to set up and configure a connection to a MongoDB deployment using the Kotlin Coroutine driver, including options for network compression and TLS/SSL.
9+
710
.. toctree::
811

912
Connect to MongoDB </fundamentals/connection/connect>

0 commit comments

Comments
 (0)
0