Skip to content

Commit 41a8218

Browse files
committed
(DOCSP-29101): Fixed build errors.
1 parent 05146f8 commit 41a8218

File tree

8 files changed

+31
-39
lines changed

8 files changed

+31
-39
lines changed

source/includes/steps-setup-cr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ ref: create-wrapper
1515
content: |
1616
Save the following script template as ``codereview.sh``:
1717
18-
.. cssclass:: copyable-code
1918
.. code-block:: sh
19+
:copyable: true
2020
2121
#!/bin/bash
2222
set -e

source/redirects.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,15 +124,15 @@ Example
124124
Generating Redirects
125125
--------------------
126126

127-
.. cssclass:: copyable-code
128127
.. code-block:: sh
128+
:copyable: true
129129

130130
mut-redirects config/redirects -o build/public/.htaccess
131131

132132
When placed in a project's Makefile, this command should only be run if
133133
the ``master`` branch is currently checked out:
134134

135-
.. cssclass:: copyable-code
136135
.. code-block:: sh
136+
:copyable: true
137137

138138
if [ ${GIT_BRANCH} = master ]; then mut-redirects config/redirects -o build/public/.htaccess; fi

source/style-guide.txt

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -43,20 +43,18 @@ MongoDB external and internal customers.
4343
desktop applications. The components can be viewed
4444
`online <https://mongodb.github.io/leafygreen-ui/>`__
4545

46-
.. cssclass:: hidden
46+
.. toctree::
47+
:titlesonly:
4748

48-
.. toctree::
49-
:titlesonly:
50-
51-
/style-guide/quickstart
52-
/style-guide/writing/index
53-
/style-guide/style/index
54-
/style-guide/markup-guidelines
55-
/style-guide/terminology/index
56-
/style-guide/screenshots/index
57-
/style-guide/error-message-guidelines
58-
/style-guide/release-notes-guidelines
59-
/style-guide/revision-history
49+
/style-guide/quickstart
50+
/style-guide/writing/index
51+
/style-guide/style/index
52+
/style-guide/markup-guidelines
53+
/style-guide/terminology/index
54+
/style-guide/screenshots/index
55+
/style-guide/error-message-guidelines
56+
/style-guide/release-notes-guidelines
57+
/style-guide/revision-history
6058

6159
The |mdbsg| includes material from the following:
6260

source/style-guide/includes/terms/p.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ P
1010

1111
.. seealso::
1212

13-
:term:`web` and :term:`wizard page`
13+
:term:`web` and :term:`wizard`
1414

1515
pane
1616
Use *pane* to refer to a portion of a window, screen, or console

source/style-guide/style/capitalization.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Following are some examples.
9696

9797
* - ID
9898
- | identification
99-
| Note: `_id` is never capitalized.
99+
| Note: ``_id`` is never capitalized.
100100

101101
* - I/O
102102
- input/output

source/style-guide/terminology/general-term-guidelines/index.txt

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,10 @@ General Terminology Guidelines
99
Use these terminology guidelines to create MongoDB content that's clear
1010
and consistent.
1111

12-
.. cssclass:: hidden
12+
.. toctree::
13+
:titlesonly:
1314

14-
.. toctree::
15-
:titlesonly:
16-
17-
/style-guide/terminology/general-term-guidelines/use-consistent-terms
18-
/style-guide/terminology/general-term-guidelines/use-short-words
19-
/style-guide/terminology/general-term-guidelines/use-consistent-time-references
20-
/style-guide/terminology/general-term-guidelines/avoid-obscure-words
15+
/style-guide/terminology/general-term-guidelines/use-consistent-terms
16+
/style-guide/terminology/general-term-guidelines/use-short-words
17+
/style-guide/terminology/general-term-guidelines/use-consistent-time-references
18+
/style-guide/terminology/general-term-guidelines/avoid-obscure-words

source/style-guide/terminology/index.txt

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,9 @@ content.
2121
Lists typical wordy terms and phrases and provides shorter
2222
alternatives that you can use instead.
2323

24-
.. cssclass:: hidden
24+
.. toctree::
25+
:titlesonly:
2526

26-
.. toctree::
27-
:titlesonly:
28-
29-
/style-guide/terminology/general-term-guidelines/index
30-
/style-guide/terminology/alphabetical-terms
31-
/style-guide/terminology/concise-terms
27+
/style-guide/terminology/general-term-guidelines/index
28+
/style-guide/terminology/alphabetical-terms
29+
/style-guide/terminology/concise-terms

source/tutorials/screencapture-tool.txt

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -157,12 +157,10 @@ Troubleshooting and Best Practices
157157
the CSS selector, which is useful when specifying a
158158
selector in the screenshot script.
159159

160-
.. cssclass:: hidden
160+
.. toctree::
161+
:titlesonly:
161162

162-
.. toctree::
163-
:titlesonly:
164-
165-
/tutorials/screencapture-tool-nightmare
166-
/tutorials/screencapture-tool-mocha
163+
/tutorials/screencapture-tool-nightmare
164+
/tutorials/screencapture-tool-mocha
167165

168166

0 commit comments

Comments
 (0)