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>

source/fundamentals/crud.txt

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

7+
.. meta::
8+
:description: Explore how to perform CRUD operations using Kotlin Coroutine with MongoDB, including creating, reading, updating, and deleting documents.
9+
710
.. toctree::
811
:caption: CRUD Operations
912

source/fundamentals/data-formats.txt

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

5+
.. meta::
6+
:description: Explore various data formats in Kotlin, including BSON, Extended JSON, and Kotlin Serialization, and learn about codecs and document data formats.
7+
58
.. toctree::
69
:caption: Data Formats
710

source/fundamentals/databases-collections.txt

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

5+
.. meta::
6+
:description: Learn to use MongoDB databases and collections with the Kotlin driver, including accessing, creating, and managing collections and specifying read/write concerns.
7+
58
.. contents:: On this page
69
:local:
710
:backlinks: none

source/fundamentals/indexes.txt

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

1111
.. meta::
1212
:keywords: code example, optimization, atlas search
13+
:description: Learn to create and manage indexes using the MongoDB Kotlin Driver to optimize query performance and support various query types.
1314

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

source/fundamentals/logging.txt

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

7+
.. meta::
8+
:description: Learn how to set up and configure logging in the MongoDB Kotlin driver using SLF4J, including setting log levels and logger names.
9+
710
.. contents:: On this page
811
:local:
912
:backlinks: none

source/fundamentals/monitoring.txt

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

5+
.. meta::
6+
:description: Learn how to set up and configure monitoring in the MongoDB Kotlin driver to track resource usage and performance.
7+
58
.. contents:: On this page
69
:local:
710
:backlinks: none

source/fundamentals/stable-api.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
{+stable-api+}
66
==============
77

8+
.. meta::
9+
:description: Learn how to enable and configure the Stable API feature in MongoDB to ensure compatibility with specified API versions when connecting to a server.
10+
811
.. contents:: On this page
912
:local:
1013
:backlinks: none

source/fundamentals/time-series.txt

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

5+
.. meta::
6+
:description: Learn how to create and query time series collections using the MongoDB Kotlin driver, including setting up collection options and using window functions for data aggregation.
7+
58
.. contents:: On this page
69
:local:
710
:backlinks: none

source/index.txt

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

5+
.. meta::
6+
:description: Explore the MongoDB Kotlin Driver for server-side applications using coroutines, including setup, usage examples, and troubleshooting.
7+
58
.. toctree::
69
:titlesonly:
710
:maxdepth: 1

source/issues-and-help.txt

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

1111
.. meta::
1212
:keywords: kotlin coroutine, troubleshooting, feedback
13+
:description: Find support for the Kotlin driver through the MongoDB Community Forums, report issues via Jira, or contribute improvements with pull requests.
1314

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

source/quick-reference.txt

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

7+
.. meta::
8+
:description: Explore Kotlin Coroutine driver syntax for MongoDB commands, including find, insert, update, delete, and more, with examples and API documentation links.
9+
710
This page shows the driver syntax for several MongoDB commands and links to
811
their related reference and API documentation.
912

source/quick-start.txt

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

1111
.. meta::
1212
:keywords: code example, get started, runnable app
13+
:description: Learn to connect a Kotlin application to a MongoDB Atlas cluster using the Kotlin driver, including setup, dependencies, and querying sample data.
1314

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

source/usage-examples.txt

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

5+
.. meta::
6+
:description: Explore Kotlin usage examples for popular MongoDB operations, including setup instructions and sample code for easy integration.
7+
58
.. contents:: On this page
69
:local:
710
:backlinks: none

source/whats-new.txt

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

7+
.. meta::
8+
:description: Discover the latest features, improvements, and fixes in recent Kotlin driver versions, including new classes, API changes, and enhanced support for various MongoDB functionalities.
9+
710
.. contents:: On this page
811
:local:
912
:backlinks: none

0 commit comments

Comments
 (0)