Skip to content

Commit 41ee4d2

Browse files
committed
Add missing meta descriptions
1 parent 7b7ca1f commit 41ee4d2

23 files changed

+69
-0
lines changed

source/commands.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
|vscode-short| Commands
55
=======================
66

7+
.. meta::
8+
:description: Explore available VS Code commands for managing MongoDB connections, launching shells, creating playgrounds, and navigating the VS Code Extension view.
9+
710
.. default-domain:: mongodb
811

912
.. contents:: On this page

source/connect.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
Connect to Your MongoDB Deployment
55
==================================
66

7+
.. meta::
8+
:description: Connect to a MongoDB deployment using the VS Code Extension, with options for connection strings and advanced settings.
9+
710
.. default-domain:: mongodb
811

912
.. contents:: On this page

source/create-cluster-terraform.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
Create an |service| Cluster from a Template using Terraform
55
===========================================================
66

7+
.. meta::
8+
:description: Create an Atlas cluster using Terraform with the MongoDB VS Code Extension, configure it, and manage it with Terraform commands.
9+
710
.. default-domain:: mongodb
811

912
.. contents:: On this page

source/create-document-playground.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
Create Documents with VS Code
55
=============================
66

7+
.. meta::
8+
:description: Create documents in a MongoDB collection using VS Code by utilizing the insertOne() and insertMany() methods in a MongoDB Playground.
9+
710
.. default-domain:: mongodb
811

912
.. contents:: On this page

source/crud-ops.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
Perform CRUD Operations with VS Code
55
====================================
66

7+
.. meta::
8+
:description: Use MongoDB Playgrounds in VS Code to perform CRUD operations on documents in a connected deployment.
9+
710
.. default-domain:: mongodb
811

912
.. contents:: On this page

source/databases-collections.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
Navigate Your Data
55
==================
66

7+
.. meta::
8+
:description: Explore and manage databases, collections, and documents using the MongoDB VS Code Extension, including creating, editing, and dropping data.
9+
710
.. default-domain:: mongodb
811

912
.. contents:: On this page

source/delete-document-playground.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
Delete Documents with VS Code
55
=============================
66

7+
.. meta::
8+
:description: Delete documents in a MongoDB collection using VS Code Playground with deleteOne() and deleteMany() methods.
9+
710
.. default-domain:: mongodb
811

912
.. contents:: On this page

source/enable-autocomplete-for-string-literals.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
Enable Autocomplete for String Literals
55
=======================================
66

7+
.. meta::
8+
:description: Enable autocomplete for string literals in VSCode to automatically populate database and collection names in MongoDB playgrounds.
9+
710
.. contents:: On this page
811
:local:
912
:backlinks: none

source/export-to-language.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
Export a Query or Pipeline to Language
55
======================================
66

7+
.. meta::
8+
:description: Export and translate MongoDB queries and aggregation pipelines to various programming languages using the MongoDB Extension for Github Copilot in Visual Studio Code.
9+
710
.. default-domain:: mongodb
811

912
.. contents:: On this page

source/index.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
|vsce-full|
55
===========
66

7+
.. meta::
8+
:description: Explore MongoDB data, prototype queries, and create Atlas clusters using the MongoDB extension for Visual Studio Code.
9+
710
.. default-domain:: mongodb
811

912
.. contents:: On this page

source/install.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
Install |vsce-full|
55
===================
66

7+
.. meta::
8+
:description: Install the MongoDB for VS Code Extension by searching for it in the Visual Studio Code marketplace and clicking Install.
9+
710
.. default-domain:: mongodb
811

912
.. contents:: On this page

source/install/verify-plugin.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
Verify MongoDB for VSCode Plugin
55
================================
66

7+
.. meta::
8+
:description: Verify the MongoDB for VSCode plugin by downloading the signature file, importing the public key, and using GPG to ensure the plugin is authentic.
9+
710
.. contents:: On this page
811
:local:
912
:backlinks: none

source/playground-databases.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
================================
44
Create Databases and Collections
55
================================
6+
7+
.. meta::
8+
:description: Create databases and collections using MongoDB Playground in VS Code by following a template and running the playground.
69
.. default-domain:: mongodb
710

811
.. contents:: On this page

source/playgrounds.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
Explore Your Data with Playgrounds
55
==================================
66

7+
.. meta::
8+
:description: Explore and prototype MongoDB queries and commands using Playgrounds in VS Code, with features like syntax highlighting, autocomplete, and result editing.
9+
710
.. default-domain:: mongodb
811

912
.. contents:: On this page

source/read-document-playground.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
Read Documents with VS Code
55
===========================
66

7+
.. meta::
8+
:description: Read documents in a MongoDB collection using the findOne() and find() methods in a VS Code Playground.
9+
710
.. default-domain:: mongodb
811

912
.. contents:: On this page

source/reference.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
Reference
55
=========
66

7+
.. meta::
8+
:description: Explore the reference materials for MongoDB's VS Code extension.
9+
710
.. default-domain:: mongodb
811

912
.. toctree::

source/require-playgrounds.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
Use require() in Playgrounds
55
============================
66

7+
.. meta::
8+
:description: Utilize the `require()` function in playgrounds to import Node modules or local JavaScript files, enhancing code reuse and organization.
9+
710
.. contents:: On this page
811
:local:
912
:backlinks: none

source/require-playgrounds/require-local.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
Use require() to Load Local Files
55
=================================
66

7+
.. meta::
8+
:description: Learn how to use `require()` in MongoDB Playgrounds to load local scripts for code reuse, demonstrated with a document validation example.
9+
710
.. contents:: On this page
811
:local:
912
:backlinks: none

source/require-playgrounds/require-modules.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
Use require() to Include Node.js Modules
55
========================================
66

7+
.. meta::
8+
:description: Learn how to use the require() function in MongoDB Playgrounds to include Node.js modules, both native and non-native, for enhanced functionality.
9+
710
.. default-domain:: mongodb
811

912
.. contents:: On this page

source/run-agg-pipelines.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
Run Aggregation Pipelines with VS Code
55
======================================
66

7+
.. meta::
8+
:description: Run aggregation pipelines in VS Code using MongoDB Playgrounds to process and compute data results directly within the editor.
9+
710
.. default-domain:: mongodb
811

912
.. contents:: On this page

source/settings.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
|vscode-short| Settings
55
=======================
66

7+
.. meta::
8+
:description: Explore configurable settings for the VS Code Extension, including shell selection, view options, problem limits, and connection saving preferences.
9+
710
.. default-domain:: mongodb
811

912
.. contents:: On this page

source/time-series-collections.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
Create Time Series Collections with VS Code
55
===========================================
66

7+
.. meta::
8+
:description: Create time series collections in MongoDB using VS Code by following a step-by-step guide in a MongoDB Playground.
9+
710
.. default-domain:: mongodb
811

912
.. contents:: On this page

source/update-document-playground.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
Update Documents with VS Code
55
=============================
66

7+
.. meta::
8+
:description: Update documents in a MongoDB collection using VS Code Playground with updateOne() and updateMany() methods.
9+
710
.. default-domain:: mongodb
811

912
.. contents:: On this page

0 commit comments

Comments
 (0)