Skip to content

Commit 9005b68

Browse files
DOCSP-27817 manual tagging for docs-mongodb-internal (#4773)
* DOCSP-27817 manual tags added to /source/reference/method/ on 9/15 * DOCSP-27817 manual tags for /manual/reference * DOCSP-27817 manual tagging /manual/core/ * manual tags & updated descriptions for /manual/tutorial/ * facet :name: fix for /core/ & remaining server pages * ran the programmatic script again after updating server to docs * Update db.collection.updateOne.txt spacing fix * Update db.collection.updateMany.txt spacing fix * Update db.collection.replaceOne.txt spacing fix * Update db.collection.insertOne.txt spacing fix * Update db.collection.insertMany.txt spacing fix * Update db.collection.findOneAndUpdate.txt spacing fix * Update db.collection.findOne.txt spacing fix * Update db.collection.findAndModify.txt spacing fix * Update db.collection.find.txt spacing fix * Update db.collection.drop.txt spacing fix * Update db.collection.distinct.txt spacing fix * Update db.collection.deleteOne.txt spacing fic * Update db.collection.deleteMany.txt spacing fix * Update db.collection.createIndex.txt spacing fix * db.collection.countDocuments.txt spacing fix * db.collection.count.txt spacing fix * batch 2 spacing fix Co-authored-by: Sarah Olson <[email protected]> * db.collection.bulkWrite.txt spacing fix * db.collection.aggregate.txt spacing fix * cursor.sort.txt spacing fix * Date.txt spacing fix * log-messages.txt spacing fix * limits.txt spacing fix * database-references.txt spacing fix * connection-string.txt spacing fix * configuration-options.txt spacing fix * spacing fix collation.txt * spacing fix timeseries-collections.txt * batch 1 spacing fix Co-authored-by: Sarah Olson <[email protected]> * Update spacing bson-types.txt * Update query-documents.txt facet name fix * Update query-arrays.txt facet name fix * Update query-array-of-documents.txt facet name fix * Update project-fields-from-query-results.txt facet name fix * Update insert-documents.txt facet name fix * Update getting-started.txt facet name fix * Update expire-data.txt facet name fix * Update deploy-replica-set.txt facet name fix * Update create-users.txt facet name fix * Update configure-ssl.txt facet name fix * Update query-embedded-documents.txt facet name fix * Update query-for-null-fields.txt facet name fix * Update remove-documents.txt facet name fix * Update update-documents-with-aggregation-pipeline.txt facet name fix * Update update-documents.txt facet name fix * type to name & value to values * spacing fixes from Sarah Olson * fixed programming misspelling * geospatial queries language value fix --------- Co-authored-by: Sarah Olson <[email protected]>
1 parent 2576143 commit 9005b68

File tree

134 files changed

+665
-21
lines changed

Some content is hidden

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

134 files changed

+665
-21
lines changed

source/administration/install-community.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ Install MongoDB Community Edition
1313

1414
.. default-domain:: mongodb
1515

16+
.. facet::
17+
:name: genre
18+
:values: reference
19+
1620
.. contents:: On this page
1721
:local:
1822
:backlinks: none

source/administration/install-on-linux.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ Install MongoDB Community Edition on Linux
66

77
.. default-domain:: mongodb
88

9+
.. facet::
10+
:name: genre
11+
:values: reference
12+
913
.. include:: /includes/fact-atlas-banner.rst
1014

1115
These documents provide instructions to install MongoDB Community

source/administration/production-notes.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ Production Notes
66

77
.. default-domain:: mongodb
88

9+
.. facet::
10+
:name: genre
11+
:values: reference
12+
913
.. contents:: On this page
1014
:local:
1115
:backlinks: none

source/aggregation.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ Aggregation Operations
66

77
.. default-domain:: mongodb
88

9+
.. facet::
10+
:name: genre
11+
:values: reference
12+
13+
.. meta::
14+
:keywords: sample dataset
15+
916
.. contents:: On this page
1017
:local:
1118
:backlinks: none

source/changeStreams.txt

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,23 @@ Change Streams
77

88
.. default-domain:: mongodb
99

10+
.. facet::
11+
:name: genre
12+
:values: reference
13+
14+
.. facet::
15+
:name: programming_language
16+
:values: c, csharp, go, java, javascript/typescript, php, python, ruby, swift
17+
1018
.. contents:: On this page
1119
:local:
1220
:backlinks: none
1321
:depth: 1
1422
:class: twocols
1523

1624
.. meta::
17-
:description: MongoDB triggers, change streams, database triggers, real time
18-
:keywords: MongoDB triggers, change streams, database triggers, real time
25+
:description: Change streams code examples for how to access real-time data changes in MongoDB
26+
:keywords: database triggers, real time, code example, node.js, java sync, motor, swift sync, swift async
1927

2028
Change streams allow applications to access real-time data changes
2129
without the complexity and risk of tailing the :term:`oplog`.

source/core/aggregation-pipeline-optimization.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ Aggregation Pipeline Optimization
66

77
.. default-domain:: mongodb
88

9+
.. facet::
10+
:name: programming_language
11+
:values: shell
12+
13+
.. facet::
14+
:name: genre
15+
:values: reference
16+
917
.. contents:: On this page
1018
:local:
1119
:backlinks: none

source/core/aggregation-pipeline.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,17 @@ Aggregation Pipeline
66

77
.. default-domain:: mongodb
88

9+
.. facet::
10+
:name: programming_language
11+
:values: shell
12+
13+
.. facet::
14+
:name: genre
15+
:values: reference
16+
17+
.. meta::
18+
:keywords: sample dataset
19+
920
.. contents:: On this page
1021
:local:
1122
:backlinks: none

source/core/authentication.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ Authentication
66

77
.. default-domain:: mongodb
88

9+
.. facet::
10+
:name: genre
11+
:values: reference
12+
913
.. contents:: On this page
1014
:local:
1115
:backlinks: none

source/core/backups.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,12 @@ MongoDB Backup Methods
66

77
.. default-domain:: mongodb
88

9+
.. facet::
10+
:name: genre
11+
:values: reference
912

13+
.. meta::
14+
:keywords: database backup, server backup, atlas
1015

1116
.. contents:: On this page
1217
:local:

source/core/data-model-design.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ Data Model Design
66

77
.. default-domain:: mongodb
88

9+
.. facet::
10+
:name: genre
11+
:values: reference
12+
13+
.. meta::
14+
:keywords: atlas
15+
916
.. contents:: On this page
1017
:local:
1118
:backlinks: none

0 commit comments

Comments
 (0)