Skip to content

Commit c657042

Browse files
author
Chris Cho
authored
Merge pull request #139 from pierwill/pierwill-patch-2-snooty
(DOCSP-27404): Update VS Code snooty installation instructions
2 parents 5f8315d + 6428cc9 commit c657042

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

snooty.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ intersphinx = [ "https://www.mongodb.com/docs/manual/objects.inv",
44
"https://www.mongodb.com/docs/ops-manager/current/objects.inv"
55
]
66
toc_landing_pages = [ "/style-guide", "/writing", "/style", "/terminology", "/terminology/general-term-guidelines",
7-
"/screenshots", "tutorials", "reference", "/tutorials/screencapture-tool" ]
7+
"/screenshots", "tutorials", "reference", "practices", "/tutorials/screencapture-tool" ]
88

99
[constants]
1010
rst = "reStructuredText"

source/practices.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,3 +232,8 @@ methods:
232232

233233
This format is often easier for reviewers with larger portions of
234234
content to review.
235+
236+
.. toctree::
237+
:titlesonly:
238+
239+
/snooty

source/snooty.txt

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,8 @@ Installation
5252
This will only take effect in *new* terminal sessions.
5353

5454
#. Select the :guilabel:`Extensions` pane by pressing Shift-Command(⌘)-X,
55-
search for ``i80and.snooty``, and install it.
56-
57-
.. figure:: /images/vscode-install-snooty.png
58-
:alt: VSCode extensions pane with snooty entered
59-
:figwidth: 691px
60-
55+
search for ``Snooty``, and press :guilabel:`Install`.
56+
6157
This may take a moment while Snooty downloads and installs its dependencies.
6258

6359
Usage

0 commit comments

Comments
 (0)