Skip to content

Commit 39830a0

Browse files
committed
DOCSP-49300 Add noindex to legacy v1.9
1 parent 083b5ac commit 39830a0

Some content is hidden

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

68 files changed

+204
-0
lines changed

Diff for: source/compatibility.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _golang-compatibility:
25

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

Diff for: source/faq.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _golang-faq:
25

36
===

Diff for: source/fundamentals.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
============
25
Fundamentals
36
============

Diff for: source/fundamentals/aggregation.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _golang-aggregation:
25

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

Diff for: source/fundamentals/auth.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _golang-authentication-mechanisms:
25

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

Diff for: source/fundamentals/bson.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _golang-bson:
25

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

Diff for: source/fundamentals/collations.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _golang-collations:
25

36
==========

Diff for: source/fundamentals/connections.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _golang-connection:
25

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

Diff for: source/fundamentals/connections/connection-guide.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _golang-connection-guide:
25

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

Diff for: source/fundamentals/connections/network-compression.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _golang-network-compression:
25

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

Diff for: source/fundamentals/connections/tls.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _golang-tls:
25

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

Diff for: source/fundamentals/context.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _golang-context:
25

36
=======

Diff for: source/fundamentals/crud.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _golang-crud:
25

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

Diff for: source/fundamentals/crud/compound-operations.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _golang-compound-operations:
25

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

Diff for: source/fundamentals/crud/read-operations.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _golang-crud-read-operations:
25

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

Diff for: source/fundamentals/crud/read-operations/changestream.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _golang-watch-changes:
25
.. _golang-monitor-changes:
36

Diff for: source/fundamentals/crud/read-operations/count.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _golang-count-documents:
25

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

Diff for: source/fundamentals/crud/read-operations/cursor.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _golang-cursor:
25

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

Diff for: source/fundamentals/crud/read-operations/distinct.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _golang-retrieve-distinct:
25

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

Diff for: source/fundamentals/crud/read-operations/limit.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _golang-limit:
25

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

Diff for: source/fundamentals/crud/read-operations/project.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _golang-project:
25

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

Diff for: source/fundamentals/crud/read-operations/query-document.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _golang-query-document:
25

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

Diff for: source/fundamentals/crud/read-operations/retrieve.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _golang-retrieve:
25

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

Diff for: source/fundamentals/crud/read-operations/skip.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _golang-skip:
25

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

Diff for: source/fundamentals/crud/read-operations/sort.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _golang-sort-results:
25

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

Diff for: source/fundamentals/crud/read-operations/text.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _golang-search-text:
25

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

Diff for: source/fundamentals/crud/write-operations.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _golang-crud-write-operations:
25

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

Diff for: source/fundamentals/crud/write-operations/bulk.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _golang-bulk:
25

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

Diff for: source/fundamentals/crud/write-operations/delete.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _golang-delete-guide:
25

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

Diff for: source/fundamentals/crud/write-operations/embedded-arrays.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _golang-update-arrays:
25

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

Diff for: source/fundamentals/crud/write-operations/insert.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _golang-insert-guide:
25

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

Diff for: source/fundamentals/crud/write-operations/modify.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _golang-change-document:
25

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

Diff for: source/fundamentals/crud/write-operations/upsert.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _golang-upsert-guide:
25

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

Diff for: source/fundamentals/crud/write-read-pref.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _golang-write-read-pref:
25

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

Diff for: source/fundamentals/csfle.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
==================================
25
Client-Side Field Level Encryption
36
==================================

Diff for: source/fundamentals/enterprise-auth.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _golang-enterprise-authentication-mechanisms:
25

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

Diff for: source/fundamentals/geo.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _golang-geo:
25

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

Diff for: source/fundamentals/gridfs.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _golang-gridfs:
25

36
======

Diff for: source/fundamentals/indexes.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _golang-indexes:
25

36
=======

Diff for: source/fundamentals/monitoring.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _golang-monitoring:
25

36
==========

Diff for: source/fundamentals/run-command.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _golang-run-command:
25

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

Diff for: source/fundamentals/stable-api.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _golang-stable-api:
25

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

Diff for: source/fundamentals/time-series.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _golang-time-series:
25

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

Diff for: source/fundamentals/transactions.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _golang-transactions:
25

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

Diff for: source/index.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
=================
25
{+driver-long+}
36
=================

Diff for: source/issues-and-help.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _golang-issues-and-help:
25

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

Diff for: source/quick-reference.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _golang-quick-reference:
25

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

Diff for: source/quick-start.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _golang-quickstart:
25

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

Diff for: source/usage-examples.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _golang-usage-examples:
25

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

Diff for: source/usage-examples/bulkWrite.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _golang-bulk-ops-usage-example:
25

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

Diff for: source/usage-examples/changestream.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _golang-watch:
25
.. _golang-usageex-monitor-changes:
36

Diff for: source/usage-examples/command.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _golang-run-command-usage-example:
25

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

Diff for: source/usage-examples/count.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _golang-count-usage-example:
25

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

Diff for: source/usage-examples/deleteMany.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _golang-delete-many:
25

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

Diff for: source/usage-examples/deleteOne.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _golang-delete-one:
25

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

Diff for: source/usage-examples/distinct.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
.. _golang-distinct-usage-example:
25

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

Diff for: source/usage-examples/find-operations.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
.. meta::
2+
:robots: noindex, nosnippet
3+
14
===============
25
Find Operations
36
===============

0 commit comments

Comments
 (0)