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 84b98aba..0e4a0203 100644 --- a/snooty.toml +++ b/snooty.toml @@ -118,8 +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-short = "VS Code Extension" +vsce = "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/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/index.txt b/source/index.txt index 41122921..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 @@ -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. @@ -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: diff --git a/source/install.txt b/source/install.txt index a6ebea0d..1f4ca820 100644 --- a/source/install.txt +++ b/source/install.txt @@ -1,8 +1,8 @@ .. _vsce-install: -=========================== -Install MongoDB for VS Code -=========================== +=================== +Install |vsce-full| +=================== .. default-domain:: mongodb @@ -15,7 +15,7 @@ Install MongoDB for VS Code 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