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
========

0 commit comments

Comments
 (0)