Skip to content

Add missing meta descriptions #111

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 11, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions source/commands.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
|vscode-short| Commands
=======================

.. meta::
:description: Explore available VS Code commands for managing MongoDB connections, launching shells, creating playgrounds, and navigating the VS Code Extension view.

.. default-domain:: mongodb

.. contents:: On this page
Expand Down
3 changes: 3 additions & 0 deletions source/connect.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
Connect to Your MongoDB Deployment
==================================

.. meta::
:description: Connect to a MongoDB deployment using the VS Code Extension, with options for connection strings and advanced settings.

.. default-domain:: mongodb

.. contents:: On this page
Expand Down
3 changes: 3 additions & 0 deletions source/create-cluster-terraform.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
Create an |service| Cluster from a Template using Terraform
===========================================================

.. meta::
:description: Create an Atlas cluster using Terraform with the MongoDB VS Code Extension, configure it, and manage it with Terraform commands.

.. default-domain:: mongodb

.. contents:: On this page
Expand Down
3 changes: 3 additions & 0 deletions source/create-document-playground.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
Create Documents with VS Code
=============================

.. meta::
:description: Create documents in a MongoDB collection using VS Code by utilizing the insertOne() and insertMany() methods in a MongoDB Playground.

.. default-domain:: mongodb

.. contents:: On this page
Expand Down
3 changes: 3 additions & 0 deletions source/crud-ops.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
Perform CRUD Operations with VS Code
====================================

.. meta::
:description: Use MongoDB Playgrounds in VS Code to perform CRUD operations on documents in a connected deployment.

.. default-domain:: mongodb

.. contents:: On this page
Expand Down
3 changes: 3 additions & 0 deletions source/databases-collections.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
Navigate Your Data
==================

.. meta::
:description: Explore and manage databases, collections, and documents using the MongoDB VS Code Extension, including creating, editing, and dropping data.

.. default-domain:: mongodb

.. contents:: On this page
Expand Down
3 changes: 3 additions & 0 deletions source/delete-document-playground.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
Delete Documents with VS Code
=============================

.. meta::
:description: Delete documents in a MongoDB collection using VS Code Playground with deleteOne() and deleteMany() methods.

.. default-domain:: mongodb

.. contents:: On this page
Expand Down
3 changes: 3 additions & 0 deletions source/enable-autocomplete-for-string-literals.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
Enable Autocomplete for String Literals
=======================================

.. meta::
:description: Enable autocomplete for string literals in VSCode to automatically populate database and collection names in MongoDB playgrounds.

.. contents:: On this page
:local:
:backlinks: none
Expand Down
3 changes: 3 additions & 0 deletions source/export-to-language.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
Export a Query or Pipeline to Language
======================================

.. meta::
:description: Export and translate MongoDB queries and aggregation pipelines to various programming languages using the MongoDB Extension for Github Copilot in Visual Studio Code.

.. default-domain:: mongodb

.. contents:: On this page
Expand Down
3 changes: 3 additions & 0 deletions source/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
|vsce-full|
===========

.. meta::
:description: Explore MongoDB data, prototype queries, and create Atlas clusters using the MongoDB extension for Visual Studio Code.

.. default-domain:: mongodb

.. contents:: On this page
Expand Down
3 changes: 3 additions & 0 deletions source/install.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
Install |vsce-full|
===================

.. meta::
:description: Install the MongoDB for VS Code Extension by searching for it in the Visual Studio Code marketplace and clicking Install.

.. default-domain:: mongodb

.. contents:: On this page
Expand Down
3 changes: 3 additions & 0 deletions source/install/verify-plugin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
Verify MongoDB for VSCode Plugin
================================

.. meta::
: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.

.. contents:: On this page
:local:
:backlinks: none
Expand Down
3 changes: 3 additions & 0 deletions source/playground-databases.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
================================
Create Databases and Collections
================================

.. meta::
:description: Create databases and collections using MongoDB Playground in VS Code by following a template and running the playground.
.. default-domain:: mongodb

.. contents:: On this page
Expand Down
3 changes: 3 additions & 0 deletions source/playgrounds.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
Explore Your Data with Playgrounds
==================================

.. meta::
:description: Explore and prototype MongoDB queries and commands using Playgrounds in VS Code, with features like syntax highlighting, autocomplete, and result editing.

.. default-domain:: mongodb

.. contents:: On this page
Expand Down
3 changes: 3 additions & 0 deletions source/read-document-playground.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
Read Documents with VS Code
===========================

.. meta::
:description: Read documents in a MongoDB collection using the findOne() and find() methods in a VS Code Playground.

.. default-domain:: mongodb

.. contents:: On this page
Expand Down
3 changes: 3 additions & 0 deletions source/reference.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
Reference
=========

.. meta::
:description: Explore the reference materials for MongoDB's VS Code extension.

.. default-domain:: mongodb

.. toctree::
Expand Down
3 changes: 3 additions & 0 deletions source/require-playgrounds.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
Use require() in Playgrounds
============================

.. meta::
:description: Utilize the `require()` function in playgrounds to import Node modules or local JavaScript files, enhancing code reuse and organization.

.. contents:: On this page
:local:
:backlinks: none
Expand Down
3 changes: 3 additions & 0 deletions source/require-playgrounds/require-local.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
Use require() to Load Local Files
=================================

.. meta::
:description: Learn how to use `require()` in MongoDB Playgrounds to load local scripts for code reuse, demonstrated with a document validation example.

.. contents:: On this page
:local:
:backlinks: none
Expand Down
3 changes: 3 additions & 0 deletions source/require-playgrounds/require-modules.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
Use require() to Include Node.js Modules
========================================

.. meta::
:description: Learn how to use the require() function in MongoDB Playgrounds to include Node.js modules, both native and non-native, for enhanced functionality.

.. default-domain:: mongodb

.. contents:: On this page
Expand Down
3 changes: 3 additions & 0 deletions source/run-agg-pipelines.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
Run Aggregation Pipelines with VS Code
======================================

.. meta::
:description: Run aggregation pipelines in VS Code using MongoDB Playgrounds to process and compute data results directly within the editor.

.. default-domain:: mongodb

.. contents:: On this page
Expand Down
3 changes: 3 additions & 0 deletions source/settings.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
|vscode-short| Settings
=======================

.. meta::
:description: Explore configurable settings for the VS Code Extension, including shell selection, view options, problem limits, and connection saving preferences.

.. default-domain:: mongodb

.. contents:: On this page
Expand Down
3 changes: 3 additions & 0 deletions source/time-series-collections.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
Create Time Series Collections with VS Code
===========================================

.. meta::
:description: Create time series collections in MongoDB using VS Code by following a step-by-step guide in a MongoDB Playground.

.. default-domain:: mongodb

.. contents:: On this page
Expand Down
3 changes: 3 additions & 0 deletions source/update-document-playground.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
Update Documents with VS Code
=============================

.. meta::
:description: Update documents in a MongoDB collection using VS Code Playground with updateOne() and updateMany() methods.

.. default-domain:: mongodb

.. contents:: On this page
Expand Down
Loading