Skip to content

Commit 00ad2ca

Browse files
committed
Added JSON, FQDN, PEM, YAML, and CIDR
1 parent f4bdd1c commit 00ad2ca

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

documentation/style-guide.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,19 +345,23 @@ The following acronyms do not need to be spelled out on first mention:
345345
| Acronym | Definition |
346346
|---------|------------|
347347
| API | Application Programming Interface |
348+
| CIDR | Classless Inter-Domain Routing |
348349
| CPU | Central Processing Unit |
349350
| CVE | Common Vulnerabilities and Exposures |
350351
| CVSS | Common Vulnerability Scoring System |
351352
| DHCP | Dynamic Host Configuration Protocol |
352353
| DNS | Domain Name System |
354+
| FQDN | Fully Qualified Domain Name |
353355
| FTP | File Transfer Protocol |
354356
| GPU | Graphics Processing Unit |
355357
| gRPC | gRPC Remote Procedure Call |
356358
| HTTP | Hypertext Transfer Protocol |
357359
| HTTPS | Hypertext Transfer Protocol Secure |
358360
| IP | Internet Protocol |
361+
| JSON | JavaScript Object Notation |
359362
| JWT | JSON Web Token |
360363
| NAT | Network Address Translation |
364+
| PEM | Privacy Enhanced Mail (file format) |
361365
| RAM | Random Access Memory |
362366
| SMTP | Simple Mail Transfer Protocol |
363367
| SSH | Secure Shell |
@@ -368,6 +372,7 @@ The following acronyms do not need to be spelled out on first mention:
368372
| VLAN | Virtual Local Area Network |
369373
| VPN | Virtual Private Network |
370374
| WAF | Web Application Firewall |
375+
| YAML | YAML Ain't Markup Language |
371376

372377

373378
## Topic types and templates

0 commit comments

Comments
 (0)