File tree Expand file tree Collapse file tree 8 files changed +31
-39
lines changed Expand file tree Collapse file tree 8 files changed +31
-39
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ ref: create-wrapper
15
15
content : |
16
16
Save the following script template as ``codereview.sh``:
17
17
18
- .. cssclass:: copyable-code
19
18
.. code-block:: sh
19
+ :copyable: true
20
20
21
21
#!/bin/bash
22
22
set -e
Original file line number Diff line number Diff line change @@ -124,15 +124,15 @@ Example
124
124
Generating Redirects
125
125
--------------------
126
126
127
- .. cssclass:: copyable-code
128
127
.. code-block:: sh
128
+ :copyable: true
129
129
130
130
mut-redirects config/redirects -o build/public/.htaccess
131
131
132
132
When placed in a project's Makefile, this command should only be run if
133
133
the ``master`` branch is currently checked out:
134
134
135
- .. cssclass:: copyable-code
136
135
.. code-block:: sh
136
+ :copyable: true
137
137
138
138
if [ ${GIT_BRANCH} = master ]; then mut-redirects config/redirects -o build/public/.htaccess; fi
Original file line number Diff line number Diff line change @@ -43,20 +43,18 @@ MongoDB external and internal customers.
43
43
desktop applications. The components can be viewed
44
44
`online <https://mongodb.github.io/leafygreen-ui/>`__
45
45
46
- .. cssclass:: hidden
46
+ .. toctree::
47
+ :titlesonly:
47
48
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
60
58
61
59
The |mdbsg| includes material from the following:
62
60
Original file line number Diff line number Diff line change 10
10
11
11
.. seealso ::
12
12
13
- :term: `web ` and :term: `wizard page `
13
+ :term: `web ` and :term: `wizard `
14
14
15
15
pane
16
16
Use *pane * to refer to a portion of a window, screen, or console
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ Following are some examples.
96
96
97
97
* - ID
98
98
- | identification
99
- | Note: `_id` is never capitalized.
99
+ | Note: `` _id` ` is never capitalized.
100
100
101
101
* - I/O
102
102
- input/output
Original file line number Diff line number Diff line change @@ -9,12 +9,10 @@ General Terminology Guidelines
9
9
Use these terminology guidelines to create MongoDB content that's clear
10
10
and consistent.
11
11
12
- .. cssclass:: hidden
12
+ .. toctree::
13
+ :titlesonly:
13
14
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
Original file line number Diff line number Diff line change @@ -21,11 +21,9 @@ content.
21
21
Lists typical wordy terms and phrases and provides shorter
22
22
alternatives that you can use instead.
23
23
24
- .. cssclass:: hidden
24
+ .. toctree::
25
+ :titlesonly:
25
26
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
Original file line number Diff line number Diff line change @@ -157,12 +157,10 @@ Troubleshooting and Best Practices
157
157
the CSS selector, which is useful when specifying a
158
158
selector in the screenshot script.
159
159
160
- .. cssclass:: hidden
160
+ .. toctree::
161
+ :titlesonly:
161
162
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
167
165
168
166
You can’t perform that action at this time.
0 commit comments