Skip to content

Commit e854c4e

Browse files
committed
Programmatically add noindex and norobots to all pages
1 parent 801a87b commit e854c4e

File tree

653 files changed

+1960
-0
lines changed

Some content is hidden

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

653 files changed

+1960
-0
lines changed

source/deprecation.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
.. _device-sdks-deprecation:
25

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

source/example-projects.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
.. _realm-examples:
25

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

source/help.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
.. _getting-help:
25

36
========

source/index.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
:hidefeedback: header
33
:noprevnext:
44

5+
.. meta::
6+
:robots: noindex, nosnippet
7+
8+
59
====================================
610
Welcome to the Atlas Device SDK Docs
711
====================================

source/migrate.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
:orphan:
22

3+
.. meta::
4+
:robots: noindex, nosnippet
5+
36
=====================================
47
Migrate Your App from Stitch to Realm
58
=====================================

source/realm-query-language.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
.. _realm-query-language:
22
.. _rql:
33

4+
.. meta::
5+
:robots: noindex, nosnippet
6+
47
====================
58
Realm Query Language
69
====================

source/sdk.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
:orphan:
22

3+
.. meta::
4+
:robots: noindex, nosnippet
5+
36
.. _realm-sdks:
47

58
=================

source/sdk/cpp.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
:template: product-landing
25
:hidefeedback: header
36
:noprevnext:

source/sdk/cpp/app-services/call-a-function.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
.. _cpp-call-a-function:
25

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

source/sdk/cpp/app-services/connect-to-app.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
.. _cpp-connect-to-backend:
25

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

source/sdk/cpp/application-services.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
.. _cpp-application-services:
25

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

source/sdk/cpp/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
==============
25
CRUD - C++ SDK
36
==============

source/sdk/cpp/crud/create.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
.. _cpp-crud-create:
25

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

source/sdk/cpp/crud/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
.. _cpp-crud-delete:
25

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

source/sdk/cpp/crud/filter-data.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
.. _cpp-client-query-engine:
25
.. _cpp-filter-data:
36

source/sdk/cpp/crud/read.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
.. _cpp-crud-read:
25
.. _cpp-read-from-realm:
36
.. _cpp-realm-database-reads:

source/sdk/cpp/crud/threading.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
.. _cpp-client-threading:
25

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

source/sdk/cpp/crud/update.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
.. _cpp-crud-update:
25
.. _cpp-update-realm-objects:
36

source/sdk/cpp/facets.toml

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
[[facets]]
25
category = "programming_language"
36
value = "cpp"

source/sdk/cpp/install.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
.. _cpp-install:
25

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

source/sdk/cpp/logging.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
.. _cpp-logging:
25

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

source/sdk/cpp/manage-users.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
.. _cpp-manage-users:
25

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

source/sdk/cpp/model-data.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
Model Data - C++ SDK
36
====================

source/sdk/cpp/model-data/object-models.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
.. _cpp-object-models:
25

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

source/sdk/cpp/model-data/relationships.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
.. _cpp-relationships:
25

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

source/sdk/cpp/model-data/supported-types.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
.. _cpp-supported-property-types:
25

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

source/sdk/cpp/quick-start.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
.. _cpp-client-quick-start:
25
.. _cpp-client-quick-start-with-sync:
36

source/sdk/cpp/react-to-changes.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
.. _cpp-react-to-changes:
25
.. _cpp-live-object:
36

source/sdk/cpp/realm-files.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
.. _cpp-realms:
25

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

source/sdk/cpp/realm-files/compact-realm.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
.. _cpp-compact-realm:
25

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

source/sdk/cpp/realm-files/configure-and-open-a-realm.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
.. _cpp-configure-and-open-a-realm:
25
.. _cpp-realms:
36

source/sdk/cpp/realm-files/encrypt-a-realm.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
.. _cpp-encrypt-a-realm:
25

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

source/sdk/cpp/sync.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
.. _cpp-sync:
25
.. _cpp-realm-sync:
36

source/sdk/cpp/sync/handle-sync-errors.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
.. _cpp-handle-sync-errors:
25

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

source/sdk/cpp/sync/log-level.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
.. _cpp-set-the-sync-log-level:
25

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

source/sdk/cpp/sync/manage-sync-session.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
.. _cpp-manage-sync-session:
25

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

source/sdk/cpp/sync/stream-data-to-atlas.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
.. _cpp-stream-data-to-atlas:
25

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

source/sdk/cpp/sync/sync-subscriptions.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
.. _cpp-manage-flexible-sync-subscriptions:
25
.. _cpp-flexible-sync:
36

source/sdk/cpp/sync/write-to-synced-realm.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
.. _cpp-write-synced-realm:
25

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

source/sdk/cpp/telemetry.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
.. _telemetry-cpp:
25

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

source/sdk/cpp/users/authenticate-users.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
.. _cpp-authenticate-users:
25

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

source/sdk/cpp/users/custom-user-data.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
.. _cpp-custom-user-data:
25

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

source/sdk/cpp/users/manage-email-password-users.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
.. _cpp-manage-users:
25

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

source/sdk/dotnet.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
:template: product-landing
25
:hidefeedback: header
36
:noprevnext:

source/sdk/dotnet/app-services/call-a-function.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
.. _dotnet-call-a-function:
25

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

source/sdk/dotnet/app-services/connect-to-app-services-backend.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
.. _dotnet-init-appclient:
25
.. _connect-to-mongodb-realm-backend-app:
36

source/sdk/dotnet/app-services/manage-user-api-keys.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
.. _dotnet-manage-user-api-keys:
25
.. _dotnet-create-manage-api-keys:
36

source/sdk/dotnet/app-services/mongodb-remote-access.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
.. _dotnet-mongodb-data-access:
25

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

source/sdk/dotnet/application-services.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
.. _dotnet-mongodb-realm-cloud:
25
.. _dotnet-application-services:
36

source/sdk/dotnet/async-console.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
.. _dotnet-async-console:
25

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

source/sdk/dotnet/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
.. _dotnet-compatibility:
25
.. _dotnet_supported-platforms:
36

source/sdk/dotnet/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
.. _dotnet-crud:
25

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

source/sdk/dotnet/crud/create.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
.. _dotnet-write-operations:
25
.. _dotnet-realm-database-writes:
36

source/sdk/dotnet/crud/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
.. _dotnet-delete-data:
25

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

source/sdk/dotnet/crud/filter.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
.. _dotnet-filter-data:
25
.. _dotnet-filter-queries-based-on-object-properties:
36
.. _dotnet-filter-results:

0 commit comments

Comments
 (0)