Skip to content

Commit 644cef0

Browse files
authored
DOCSP 42019 VS Code Extension naming (#91)
1 parent 7d05b7a commit 644cef0

File tree

5 files changed

+18
-19
lines changed

5 files changed

+18
-19
lines changed

README.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
=================================
2-
MongoDB for VS Code Documentation
3-
=================================
1+
=========================
2+
|vsce| Code Documentation
3+
=========================
44

5-
This repository contains documentation for the MongoDB for VS Code
6-
extension.
5+
This repository contains documentation for the |vsce|.
76

87
Building
98
--------

snooty.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,8 @@ uri = ":abbr:`URI (Uniform Resource Identifier)`"
118118
url = ":abbr:`URL (Uniform Resource Locator)`"
119119
utc = ":abbr:`UTC (Coordinated Universal Time)`"
120120
vpc = ":abbr:`VPC (Virtual Private Cloud)`"
121-
vsce = "MongoDB for VS Code"
122-
vsce-short = "VS Code Extension"
121+
vsce = "VS Code Extension"
122+
vsce-full = "MongoDB for VS Code Extension"
123123
vscode = "`Microsoft Visual Studio Code <https://code.visualstudio.com/>`__"
124124
vscode-short = "Visual Studio Code"
125125
yaml = ":abbr:`YAML (Yet Another Markup Language)`"

source/connect.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Connect to Your MongoDB Deployment
1212
:depth: 1
1313
:class: singlecol
1414

15-
This page outlines how to use |vsce| to connect to a
15+
This page outlines how to use |vsce-full| to connect to a
1616
MongoDB host. You can connect to a standalone, replica set,
1717
or sharded cluster host.
1818

source/index.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.. _vsce-overview:
22

3-
===================
4-
MongoDB for VS Code
5-
===================
3+
===========
4+
|vsce-full|
5+
===========
66

77
.. default-domain:: mongodb
88

@@ -22,7 +22,7 @@ MongoDB and your data directly within your coding environment.
2222
Features
2323
--------
2424

25-
You can use MongoDB for |vscode-short| to:
25+
You can use |vsce-full| to:
2626

2727
- Explore your MongoDB Data.
2828

@@ -34,10 +34,10 @@ Get Started
3434
-----------
3535

3636
:doc:`/install`
37-
Install |vsce| from the VS Code Marketplace.
37+
Install |vsce-full| from the VS Code Marketplace.
3838

3939
:doc:`/connect`
40-
Connect to your deployment using |vsce|.
40+
Connect to your deployment using |vsce-full|.
4141

4242
:doc:`/databases-collections`
4343
Explore your databases, collections, and documents.
@@ -47,7 +47,7 @@ Get Started
4747
run aggregations, and more.
4848

4949
:doc:`/create-cluster-terraform`
50-
Create a Shared Tier |service| cluster using a Terraform template included with |vsce|.
50+
Create a Shared Tier |service| cluster using a Terraform template included with |vsce-full|.
5151

5252
.. toctree::
5353
:titlesonly:

source/install.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
.. _vsce-install:
22

3-
===========================
4-
Install MongoDB for VS Code
5-
===========================
3+
===================
4+
Install |vsce-full|
5+
===================
66

77
.. default-domain:: mongodb
88

@@ -15,7 +15,7 @@ Install MongoDB for VS Code
1515
Prerequisites
1616
-------------
1717

18-
Before you can install |vsce|, you must install Visual Studio Code. You
18+
Before you can install |vsce-full|, you must install Visual Studio Code. You
1919
can download Visual Studio Code from https://code.visualstudio.com/.
2020

2121
Procedure

0 commit comments

Comments
 (0)