Skip to content

Commit b8347f0

Browse files
authored
DOCSP-47985: eols (#201)
* DOCSP-47985: eols * Update snooty.toml remove extra slash
1 parent ef1f3c3 commit b8347f0

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+263
-1
lines changed

snooty.toml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1+
eol = true
2+
13
name = "kotlin"
24
title = "Kotlin Coroutine"
35
intersphinx = [
46
"https://www.mongodb.com/docs/manual/objects.inv",
57
"https://www.mongodb.com/docs/drivers/objects.inv",
6-
"https://www.mongodb.com/docs/atlas/objects.inv"
8+
"https://www.mongodb.com/docs/atlas/objects.inv",
79
]
810

911
toc_landing_pages = [
@@ -35,3 +37,11 @@ zstdVersion = "com.github.luben:zstd-jni:1.5.5-2"
3537
logbackVersion = "1.2.11"
3638
log4j2Version = "2.17.1"
3739
serializationVersion = "1.5.1"
40+
current-url = "https://www.mongodb.com/docs/drivers/kotlin/coroutine/current"
41+
42+
[[banners]]
43+
targets = ["*"]
44+
variant = "info"
45+
value = """\
46+
This version of the documentation is archived and no longer supported. View the `current documentation <{+current-url+}>`__ to learn how to `install a newer version of the {+driver-short+} <{+current-url+}/quick-start/#add-mongodb-as-a-dependency>`__.\
47+
"""

source/api-documentation.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
=================
25
API Documentation
36
=================

source/compatibility.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _kotlin-compatibility-tables:
25

36
=============

source/connection-troubleshooting.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _kotlin-connection-troubleshooting:
25

36
==========================

source/faq.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _kotlin-faq:
25

36
===

source/fundamentals.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _kotlin-fundamentals-landing:
25

36
============

source/fundamentals/aggregation-expression-operations.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _kotlin-aggregation-expression-operations:
25

36
=================================

source/fundamentals/aggregation.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
===========
25
Aggregation
36
===========

source/fundamentals/auth.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _authentication-mechanisms:
25

36
=========================

source/fundamentals/builders.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _kotlin-builders-landing:
25

36
========

source/fundamentals/builders/aggregates.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _aggregates-builders:
25

36
===================

source/fundamentals/builders/filters.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _filters-builders:
25

36
================

source/fundamentals/builders/indexes.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _indexes-builders:
25

36
================

source/fundamentals/builders/projections.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _projections-builders:
25

36
====================

source/fundamentals/builders/sort.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _kotlin-sorts-builders:
25
.. _sorts-builders:
36

source/fundamentals/builders/updates.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
================
25
Updates Builders
36
================

source/fundamentals/collations.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
==========
25
Collations
36
==========

source/fundamentals/connection.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _kotlin-connection-guide:
25

36
================

source/fundamentals/connection/connect.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _connect-to-mongodb:
25

36
==================

source/fundamentals/connection/connection-options.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _connection-options:
25

36
==================

source/fundamentals/connection/mongoclientsettings.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _mongoclientsettings:
25
.. _specify-mongoclient-settings:
36

source/fundamentals/connection/network-compression.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _compression:
25
.. _network-compression:
36

source/fundamentals/connection/socks5.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _kotlin-connect-socks:
25

36
==========================================

source/fundamentals/connection/tls.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _tls-ssl:
25

36
==============================

source/fundamentals/crud.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _kotlin-crud-operations:
25

36
===============

source/fundamentals/crud/compound-operations.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
===================
25
Compound Operations
36
===================

source/fundamentals/crud/query-document.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
===============
25
Specify a Query
36
===============

source/fundamentals/crud/read-operations.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
===============
25
Read Operations
36
===============

source/fundamentals/crud/read-operations/change-streams.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _kotlin-fundamentals-change-streams:
25
.. _retrieve-watch:
36

source/fundamentals/crud/read-operations/flow.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _kotlin-fundamentals-flow:
25

36
=======================

source/fundamentals/crud/read-operations/geo.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
===================
25
Search Geospatially
36
===================

source/fundamentals/crud/read-operations/limit.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _kotlin-fundamentals-limit:
25

36
====================================

source/fundamentals/crud/read-operations/project.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _kotlin-fundamentals-project:
25

36
==============================

source/fundamentals/crud/read-operations/retrieve.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _kotlin-fundamentals-retrieve-data:
25

36
==============

source/fundamentals/crud/read-operations/skip.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _kotlin-fundamentals-skip:
25

36
=====================

source/fundamentals/crud/read-operations/sort.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _kotlin-fundamentals-sort:
25

36
============

source/fundamentals/crud/read-operations/text.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _kotlin-fundamentals-search-text:
25

36
===========

source/fundamentals/crud/write-operations.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
================
25
Write Operations
36
================

source/fundamentals/crud/write-operations/bulk.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _kotlin-fundamentals-bulkwrite:
25

36
===============

source/fundamentals/crud/write-operations/delete.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _kotlin-fundamentals-delete:
25

36
================

source/fundamentals/crud/write-operations/embedded-arrays.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _kotlin-fundamentals-update-array:
25

36
===========================

source/fundamentals/crud/write-operations/insert.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _kotlin-fundamentals-insert:
25

36
=================

source/fundamentals/crud/write-operations/modify.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _kotlin-fundamentals-change-document:
25

36
================

source/fundamentals/crud/write-operations/upsert.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
======================================
25
Insert or Update in a Single Operation
36
======================================

source/fundamentals/data-formats.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
============
25
Data Formats
36
============

source/fundamentals/data-formats/codecs.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _fundamentals-codecs:
25

36
======

source/fundamentals/data-formats/document-data-format-bson.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
==========================
25
Document Data Format: BSON
36
==========================

source/fundamentals/data-formats/document-data-format-data-class.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _fundamentals-data-classes:
25

36
==================================

source/fundamentals/data-formats/document-data-format-extended-json.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _kotlin-extended-json:
25

36
===================================

source/fundamentals/data-formats/documents.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _kotlin-document-format:
25

36
=========

source/fundamentals/data-formats/serialization.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _fundamentals-kotlin-serialization:
25

36
====================

source/fundamentals/databases-collections.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
=========================
25
Databases and Collections
36
=========================

source/fundamentals/encrypt-fields.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _kotlin-fle:
25

36
.. sharedinclude:: dbx/encrypt-fields.rst

source/fundamentals/enterprise-auth.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _enterprise-authentication-mechanisms:
25

36
====================================

0 commit comments

Comments
 (0)