Skip to content

Commit 941fc50

Browse files
(DOCSP-10287): Add Preview banner (#8)
* (DOCSP-10287): Add Preview banner * Updates per review
1 parent d4ff545 commit 941fc50

File tree

9 files changed

+22
-0
lines changed

9 files changed

+22
-0
lines changed

source/connect.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ Connect to Your MongoDB Deployment
1111
:backlinks: none
1212
:depth: 1
1313
:class: singlecol
14+
15+
.. include:: /includes/fact-vsce-preview.rst

source/crud-ops.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ Perform CRUD Operations
1111
:backlinks: none
1212
:depth: 1
1313
:class: singlecol
14+
15+
.. include:: /includes/fact-vsce-preview.rst

source/databases-collections.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Navigate Your Data
1212
:depth: 2
1313
:class: singlecol
1414

15+
.. include:: /includes/fact-vsce-preview.rst
16+
1517
Once you connect to your deployment using |vsce|, use the left
1618
navigation to:
1719

source/includes/fact-vsce-preview.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
.. admonition:: Preview
2+
:class: note
3+
4+
|vsce| is currently available as a **Preview** in the Visual Studio
5+
Marketplace. The product, its features, and the corresponding
6+
documentation may change during the Preview stage.

source/index.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ MongoDB for VS Code
1212
:depth: 1
1313
:class: singlecol
1414

15+
.. include:: /includes/fact-vsce-preview.rst
16+
1517
MongoDB provides an extension for
1618
`Visual Studio Code <https://code.visualstudio.com/>`__ which lets
1719
you work with MongoDB and your data directly within your coding

source/install.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Install MongoDB for VS Code
1212
:depth: 1
1313
:class: singlecol
1414

15+
.. include:: /includes/fact-vsce-preview.rst
16+
1517
Prerequisites
1618
-------------
1719

source/playgrounds.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Explore Your Data with Playgrounds
1212
:depth: 1
1313
:class: singlecol
1414

15+
.. include:: /includes/fact-vsce-preview.rst
16+
1517
.. class:: hidden
1618

1719
.. toctree::

source/run-agg-pipelines.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ Run Aggregation Pipelines
1212
:depth: 2
1313
:class: singlecol
1414

15+
.. include:: /includes/fact-vsce-preview.rst
16+
1517
You can run :manual:`aggregation pipelines </aggregation>` on your
1618
collections in |vsce|. Aggregation pipelines consist of
1719
:manual:`stages </reference/operator/aggregation-pipeline/>` that

source/settings.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@
33
============================
44
MongoDB for VS Code Settings
55
============================
6+
7+
.. include:: /includes/fact-vsce-preview.rst

0 commit comments

Comments
 (0)