From 453c45881921eeb746dbce5ab7ee4f2a2521b513 Mon Sep 17 00:00:00 2001 From: Lauren Tran Date: Mon, 26 Aug 2024 16:41:20 -0400 Subject: [PATCH 1/6] DOCSP-42019 VS Code Extention naming --- snooty.toml | 3 ++- source/index.txt | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/snooty.toml b/snooty.toml index c8ab2145..a2600f28 100644 --- a/snooty.toml +++ b/snooty.toml @@ -118,7 +118,8 @@ uri = ":abbr:`URI (Uniform Resource Identifier)`" url = ":abbr:`URL (Uniform Resource Locator)`" utc = ":abbr:`UTC (Coordinated Universal Time)`" vpc = ":abbr:`VPC (Virtual Private Cloud)`" -vsce = "MongoDB for VS Code" +vsce = "VS Code Extension" +vsce-full = "MongoDB VS Code Extension" vscode = "`Microsoft Visual Studio Code `__" vscode-short = "Visual Studio Code" yaml = ":abbr:`YAML (Yet Another Markup Language)`" diff --git a/source/index.txt b/source/index.txt index 41122921..3335b31c 100644 --- a/source/index.txt +++ b/source/index.txt @@ -22,7 +22,7 @@ MongoDB and your data directly within your coding environment. Features -------- -You can use MongoDB for |vscode-short| to: +You can use |vsce-full| to: - Explore your MongoDB Data. From 8f8dd859eb1c0a37e82ea5ae52cfddad131fa6bb Mon Sep 17 00:00:00 2001 From: Lauren Tran Date: Mon, 26 Aug 2024 16:44:40 -0400 Subject: [PATCH 2/6] DOCSP-42019 VS Code Extention naming --- source/index.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/index.txt b/source/index.txt index 3335b31c..0d0976a9 100644 --- a/source/index.txt +++ b/source/index.txt @@ -34,10 +34,10 @@ Get Started ----------- :doc:`/install` - Install |vsce| from the VS Code Marketplace. + Install |vsce-full| from the VS Code Marketplace. :doc:`/connect` - Connect to your deployment using |vsce|. + Connect to your deployment using |vsce-full|. :doc:`/databases-collections` Explore your databases, collections, and documents. @@ -47,7 +47,7 @@ Get Started run aggregations, and more. :doc:`/create-cluster-terraform` - Create a Shared Tier |service| cluster using a Terraform template included with |vsce|. + Create a Shared Tier |service| cluster using a Terraform template included with |vsce-full|. .. toctree:: :titlesonly: From 652986f8989ae483eed674719a58c118eaeef4c6 Mon Sep 17 00:00:00 2001 From: Lauren Tran Date: Mon, 26 Aug 2024 16:46:47 -0400 Subject: [PATCH 3/6] DOCSP-42019 VS Code Extention naming --- source/index.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/index.txt b/source/index.txt index 0d0976a9..00db06e8 100644 --- a/source/index.txt +++ b/source/index.txt @@ -1,8 +1,8 @@ .. _vsce-overview: -=================== -MongoDB for VS Code -=================== +=========== +|vsce-full| +=========== .. default-domain:: mongodb From af463a82a6d568b84f9dae9af9b420331bfa9d2d Mon Sep 17 00:00:00 2001 From: Lauren Tran Date: Mon, 26 Aug 2024 16:47:54 -0400 Subject: [PATCH 4/6] DOCSP-42019 VS Code Extention naming --- snooty.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snooty.toml b/snooty.toml index a2600f28..a6d1b3cc 100644 --- a/snooty.toml +++ b/snooty.toml @@ -1,5 +1,5 @@ name = "mongodb-vscode" -title = "MongoDB for VS Code" +title = "MongoDB VS Code Extension" intersphinx = ["https://www.mongodb.com/docs/manual/objects.inv", "https://www.mongodb.com/docs/atlas/objects.inv" From 17ead2bc1ab14d86ca93b96df11f80b164b170ba Mon Sep 17 00:00:00 2001 From: Lauren Tran Date: Tue, 27 Aug 2024 11:44:32 -0400 Subject: [PATCH 5/6] DOCSP-42019 VS Code Extension naming --- README.rst | 9 ++++----- snooty.toml | 4 ++-- source/install.txt | 6 +++--- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/README.rst b/README.rst index 673009d1..6b101d86 100644 --- a/README.rst +++ b/README.rst @@ -1,9 +1,8 @@ -================================= -MongoDB for VS Code Documentation -================================= +========================= +|vsce| Code Documentation +========================= -This repository contains documentation for the MongoDB for VS Code -extension. +This repository contains documentation for the |vsce|. Building -------- diff --git a/snooty.toml b/snooty.toml index a6d1b3cc..0e4a0203 100644 --- a/snooty.toml +++ b/snooty.toml @@ -1,5 +1,5 @@ name = "mongodb-vscode" -title = "MongoDB VS Code Extension" +title = "MongoDB for VS Code" intersphinx = ["https://www.mongodb.com/docs/manual/objects.inv", "https://www.mongodb.com/docs/atlas/objects.inv" @@ -119,7 +119,7 @@ url = ":abbr:`URL (Uniform Resource Locator)`" utc = ":abbr:`UTC (Coordinated Universal Time)`" vpc = ":abbr:`VPC (Virtual Private Cloud)`" vsce = "VS Code Extension" -vsce-full = "MongoDB VS Code Extension" +vsce-full = "MongoDB for VS Code Extension" vscode = "`Microsoft Visual Studio Code `__" vscode-short = "Visual Studio Code" yaml = ":abbr:`YAML (Yet Another Markup Language)`" diff --git a/source/install.txt b/source/install.txt index a6ebea0d..eef92de1 100644 --- a/source/install.txt +++ b/source/install.txt @@ -1,8 +1,8 @@ .. _vsce-install: -=========================== -Install MongoDB for VS Code -=========================== +============== +Install |vsce| +============== .. default-domain:: mongodb From 44fbdde6d131b8f6d012bde8fffd8447131d3996 Mon Sep 17 00:00:00 2001 From: Lauren Tran Date: Tue, 27 Aug 2024 11:48:17 -0400 Subject: [PATCH 6/6] DOCSP-42019 VS Code Extension naming --- source/connect.txt | 2 +- source/install.txt | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/source/connect.txt b/source/connect.txt index 67131b42..2fdd23ee 100644 --- a/source/connect.txt +++ b/source/connect.txt @@ -12,7 +12,7 @@ Connect to Your MongoDB Deployment :depth: 1 :class: singlecol -This page outlines how to use |vsce| to connect to a +This page outlines how to use |vsce-full| to connect to a MongoDB host. You can connect to a standalone, replica set, or sharded cluster host. diff --git a/source/install.txt b/source/install.txt index eef92de1..1f4ca820 100644 --- a/source/install.txt +++ b/source/install.txt @@ -1,8 +1,8 @@ .. _vsce-install: -============== -Install |vsce| -============== +=================== +Install |vsce-full| +=================== .. default-domain:: mongodb @@ -15,7 +15,7 @@ Install |vsce| Prerequisites ------------- -Before you can install |vsce|, you must install Visual Studio Code. You +Before you can install |vsce-full|, you must install Visual Studio Code. You can download Visual Studio Code from https://code.visualstudio.com/. Procedure