Skip to content

Commit d3bd9c5

Browse files
Fix build warnings
1 parent 3f724c4 commit d3bd9c5

File tree

7 files changed

+28
-38
lines changed

7 files changed

+28
-38
lines changed

source/crud-ops.txt

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,10 @@ MongoDB Playground, you must open one.
3737

3838
.. include:: /includes/steps/open-new-playground.rst
3939

40-
.. class:: hidden
40+
.. toctree::
41+
:titlesonly:
4142

42-
.. toctree::
43-
:titlesonly:
44-
45-
/create-document-playground
46-
/read-document-playground
47-
/update-document-playground
48-
/delete-document-playground
43+
/create-document-playground
44+
/read-document-playground
45+
/update-document-playground
46+
/delete-document-playground

source/includes/fact-vsce-preview.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
.. admonition:: Preview
2-
:class: note
1+
.. note:: Preview
32

43
|vsce| is currently available as a **Preview** in the Visual Studio
54
Marketplace. The product, its features, and the corresponding

source/includes/steps-source-command-palette.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@ content: |
3030
* - Don't save this connection
3131
- The connection is available until you close |vscode-short|.
3232
33-
.. admonition:: Required Access
34-
:class: important
33+
.. important:: Required Access
3534
3635
Once you are connected to your MongoDB deployment, you may
3736
require specific :manual:`user roles <reference/built-in-roles/>`

source/includes/steps-starting-vsce-individual-fields.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ source:
55
ref: open-mongodb-view
66
---
77
title: Open the |vsce| *Overview* page from the Command Palette or from
8-
the :guilabel:`MongoDB` view in the :guilabel:`Activity Bar` .
8+
the :guilabel:`MongoDB` view in the :guilabel:`Activity Bar`.
99
level: 4
1010
ref: create-connection
1111
content: |

source/index.txt

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -51,15 +51,13 @@ Get Started
5151
:doc:`/create-cluster-terraform`
5252
Create a Shared Tier |service| cluster using a Terraform template included with |vsce|.
5353

54-
.. class:: hidden
55-
56-
.. toctree::
57-
:titlesonly:
58-
59-
/install
60-
/connect
61-
/databases-collections
62-
/playgrounds
63-
/create-cluster-terraform
64-
/reference
65-
Changelog <https://github.com/mongodb-js/vscode/releases>
54+
.. toctree::
55+
:titlesonly:
56+
57+
/install
58+
/connect
59+
/databases-collections
60+
/playgrounds
61+
/create-cluster-terraform
62+
/reference
63+
Changelog <https://github.com/mongodb-js/vscode/releases>

source/playgrounds.txt

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -185,11 +185,9 @@ Consideration for Authentication
185185

186186
.. include:: /includes/fact-required-roles.rst
187187

188-
.. class:: hidden
188+
.. toctree::
189+
:titlesonly:
189190

190-
.. toctree::
191-
:titlesonly:
192-
193-
/crud-ops
194-
/run-agg-pipelines
195-
/require-modules
191+
/crud-ops
192+
/run-agg-pipelines
193+
/require-modules

source/reference.txt

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@ Reference
66

77
.. default-domain:: mongodb
88

9-
.. class:: hidden
9+
.. toctree::
10+
:titlesonly:
1011

11-
.. toctree::
12-
:titlesonly:
13-
14-
/commands
15-
/settings
12+
/commands
13+
/settings

0 commit comments

Comments
 (0)