mirror of https://github.com/docker/docs.git
ENGDOCS-2176 (#20569)
This commit is contained in:
parent
7e69e72bff
commit
87acb6a36e
|
@ -31,7 +31,6 @@ swap:
|
||||||
check box: checkbox
|
check box: checkbox
|
||||||
check boxes: checkboxes
|
check boxes: checkboxes
|
||||||
click: select
|
click: select
|
||||||
deselect: clear
|
|
||||||
ergo: therefore
|
ergo: therefore
|
||||||
file name: filename
|
file name: filename
|
||||||
keypress: keystroke
|
keypress: keystroke
|
||||||
|
|
|
@ -172,7 +172,3 @@ Avoid the use of exclamation marks.
|
||||||
### Parentheses
|
### Parentheses
|
||||||
|
|
||||||
Don't use parentheses in technical documentation. They can reduce the readability of a sentence.
|
Don't use parentheses in technical documentation. They can reduce the readability of a sentence.
|
||||||
|
|
||||||
## Third party documentation
|
|
||||||
|
|
||||||
If you are documenting a task that requires the use of a third-party product, link out to the third-party's documentation. Don't copy the content because it might violate copyright. It can also result in an unnecessary maintenance burden of having to keep the docs up-to-date when the third-party changes or updates their product. It is best practice to link to the single source of truth.
|
|
||||||
|
|
|
@ -58,10 +58,6 @@ Select applies to more devices, while click is more specific to a mouse.
|
||||||
|
|
||||||
Don't use `currently` when talking about the product or its features. The documentation describes the product as it is today.
|
Don't use `currently` when talking about the product or its features. The documentation describes the product as it is today.
|
||||||
|
|
||||||
#### deselect
|
|
||||||
|
|
||||||
Don’t use `deselect`. Instead, use `clear`.
|
|
||||||
|
|
||||||
#### disable
|
#### disable
|
||||||
|
|
||||||
Don't use `disable`. Implies that disability is a less-desired or negative state.
|
Don't use `disable`. Implies that disability is a less-desired or negative state.
|
||||||
|
|
Loading…
Reference in New Issue