Skip to content

Commit 66885fe

Browse files
authored
Add missing meta descriptions (#111)
1 parent 7b7ca1f commit 66885fe

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

0 commit comments

Comments
 (0)