Skip to content
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
9 changes: 4 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
=================================
MongoDB for VS Code Documentation
=================================
=========================
|vsce| Code Documentation

Check failure on line 2 in README.rst

View workflow job for this annotation

GitHub Actions / TDBX Vale rules

[vale] reported by reviewdog 🐶 [MongoDB.Titles] '|vsce| Code Documentation' should be in AP title case. Raw Output: {"message": "[MongoDB.Titles] '|vsce| Code Documentation' should be in AP title case.", "location": {"path": "README.rst", "range": {"start": {"line": 2, "column": 1}}}, "severity": "ERROR"}
=========================

This repository contains documentation for the MongoDB for VS Code
extension.
This repository contains documentation for the |vsce|.

Building
--------
Expand Down
4 changes: 2 additions & 2 deletions snooty.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://code.visualstudio.com/>`__"
vscode-short = "Visual Studio Code"
yaml = ":abbr:`YAML (Yet Another Markup Language)`"
2 changes: 1 addition & 1 deletion source/connect.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
14 changes: 7 additions & 7 deletions source/index.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.. _vsce-overview:

===================
MongoDB for VS Code
===================
===========
|vsce-full|
===========

.. default-domain:: mongodb

Expand All @@ -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.

Expand All @@ -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.
Expand All @@ -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:
Expand Down
8 changes: 4 additions & 4 deletions source/install.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
.. _vsce-install:

===========================
Install MongoDB for VS Code
===========================
===================
Install |vsce-full|
===================

.. default-domain:: mongodb

Expand All @@ -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
Expand Down
Loading