Skip to content

Commit bbac7e9

Browse files
committed
feat: Simplify indentation, remove irregular formatting
1 parent 732ca4f commit bbac7e9

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

documentation/style-guide.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ This document provides guidelines specific to documenting F5 NGINX products and
2020

2121
When writing documentation for our project, align with the default guide's voice and tone.
2222

23-
2423
## F5 brand trademarks and product names
2524

2625
- On the first mention of an enterprise NGINX product in a document, use the full product name. For example:
@@ -50,9 +49,9 @@ When writing documentation for our project, align with the default guide's voice
5049

5150
- Don't use articles ("the", "a") in front of product names. For example, use:
5251
- NGINX Agent (not "the NGINX Agent").
53-
- EXCEPTION: Use an article ("the", "a") if the product name is qualifying another noun. For example, use:
54-
- Edit the NGINX Agent configuration file (not "Edit NGINX Agent configuration file") ← In this case, "NGINX Agent" is a descriptor for the term "configuration file".
55-
- Expose NGINX Agent's REST API ← In this case, NGINX Agent is a standalone noun phrase, and it "possesses" the REST API.
52+
- An article can be used if the product name is qualifying another noun. For example, use:
53+
- Edit the NGINX Agent configuration file (not "Edit NGINX Agent configuration file"): In this case, "NGINX Agent" is a descriptor for the term "configuration file".
54+
- Expose NGINX Agent's REST API: In this case, NGINX Agent is a standalone noun phrase, and it "possesses" the REST API.
5655
- Always use the full brand name in the meta description. The meta description does not count as first mention of the product in the document.
5756

5857

@@ -346,7 +345,6 @@ The table provides guidelines about the terms you should and should not use for
346345
| Wizard and wizard | When documenting the GUI, you can capitalize Wizard if appropriate, such as for the Network Access Setup Wizard. When writing about wizards in general, or when a page title of a dialog box or GUI does not show Wizard in uppercase format, you can leave wizard in lowercase format. | |
347346
| WWW or www | Do not include www. in web addresses In text, do not use WWW, but use Internet instead. Of course, you can use www as part of a URL. Although we're moving away from that, too. | |
348347

349-
---
350348

351349
## Topic types and templates
352350

@@ -469,7 +467,6 @@ Before reloading or restarting NGINX, always check the syntax of the NGINX confi
469467
sudo nginx -t
470468
```
471469

472-
473470
- **sudo systemctl nginx reload**
474471
Use `reload` to apply configuration changes without stopping active connections. This keeps the NGINX service running while updating the configuration. It’s the preferred option for most changes because it avoids downtime and doesn’t interrupt users.
475472

0 commit comments

Comments
 (0)