Skip to content

Commit 5ac59a9

Browse files
Reorganize and update abbreviations in documentation
1 parent 184c1ed commit 5ac59a9

1 file changed

Lines changed: 39 additions & 39 deletions

File tree

includes/abbreviations.md

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,50 +1,50 @@
1-
*[HTML]: Hyper Text Markup Language
2-
*[W3C]: World Wide Web Consortium
3-
*[pwsh]: PowerShell Core (also known as PowerShell 7)
4-
*[CLI]: Command Line Interface
5-
*[LTS]: Long-Term Servicing
61
*[API]: Application Programming Interface
7-
*[JSON]: JavaScript Object Notation
8-
*[XML]: eXtensible Markup Language
9-
*[CSS]: Cascading Style Sheets
10-
*[JS]: JavaScript
11-
*[SQL]: Structured Query Language
12-
*[UI]: User Interface
13-
*[UX]: User Experience
14-
*[OS]: Operating System
15-
*[IDE]: Integrated Development Environment
2+
*[Bitbucket]: Web-based version control repository hosting service
3+
*[CD]: Continuous Deployment or Continuous Delivery
164
*[CDN]: Content Delivery Network
17-
*[SaaS]: Software as a Service
18-
*[PaaS]: Platform as a Service
19-
*[IaaS]: Infrastructure as a Service
20-
*[VPN]: Virtual Private Network
21-
*[DNS]: Domain Name System
22-
*[SSL]: Secure Sockets Layer
23-
*[TLS]: Transport Layer Security
24-
*[HTTP]: Hypertext Transfer Protocol
25-
*[HTTPS]: Hypertext Transfer Protocol Secure
26-
*[REST]: Representational State Transfer
27-
*[SOAP]: Simple Object Access Protocol
28-
*[CRUD]: Create, Read, Update, Delete
295
*[CI]: Continuous Integration
30-
*[CD]: Continuous Deployment or Continuous Delivery
31-
*[DevOps]: Development and Operations
326
*[CI/CD]: Continuous Integration/Continuous Deployment
33-
*[KPI]: Key Performance Indicator
34-
*[SEO]: Search Engine Optimization
35-
*[psd1]: PowerShell Data File
36-
*[psm1]: PowerShell Module File
37-
*[ps1]: PowerShell Script File
38-
*[ps1xml]: PowerShell XML File
39-
*[GHEC]: GitHub Enterprise Cloud
7+
*[CLI]: Command Line Interface
8+
*[CRUD]: Create, Read, Update, Delete
9+
*[CSS]: Cascading Style Sheets
10+
*[DevOps]: Development and Operations
11+
*[DNS]: Domain Name System
12+
*[Docker]: Platform for developing, shipping, and running applications in containers
13+
*[GH]: GitHub
4014
*[GHE]: GitHub Enterprise
15+
*[GHEC]: GitHub Enterprise Cloud
16+
*[GHECDR]: GitHub Enterprise Cloud with Data Residency
4117
*[GHES]: GitHub Enterprise Server
42-
*[GH]: GitHub
4318
*[Gist]: GitHub Gist
4419
*[Git]: Version Control System
4520
*[GitHub]: Web-based platform for version control using Git
4621
*[GitLab]: Web-based DevOps lifecycle tool that provides a Git repository manager
47-
*[Bitbucket]: Web-based version control repository hosting service
48-
*[Docker]: Platform for developing, shipping, and running applications in containers
22+
*[HTML]: Hyper Text Markup Language
23+
*[HTTP]: Hypertext Transfer Protocol
24+
*[HTTPS]: Hypertext Transfer Protocol Secure
25+
*[IaaS]: Infrastructure as a Service
26+
*[IDE]: Integrated Development Environment
27+
*[JS]: JavaScript
28+
*[JSON]: JavaScript Object Notation
29+
*[KPI]: Key Performance Indicator
4930
*[Kubernetes]: Open-source system for automating deployment, scaling, and management of containerized applications
50-
*[GHECDR]: GitHub Enterprise Cloud with Data Residency
31+
*[LTS]: Long-Term Servicing
32+
*[OS]: Operating System
33+
*[PaaS]: Platform as a Service
34+
*[ps1]: PowerShell Script File
35+
*[ps1xml]: PowerShell XML File
36+
*[psd1]: PowerShell Data File
37+
*[psm1]: PowerShell Module File
38+
*[pwsh]: PowerShell Core (also known as PowerShell 7)
39+
*[REST]: Representational State Transfer
40+
*[SaaS]: Software as a Service
41+
*[SEO]: Search Engine Optimization
42+
*[SOAP]: Simple Object Access Protocol
43+
*[SQL]: Structured Query Language
44+
*[SSL]: Secure Sockets Layer
45+
*[TLS]: Transport Layer Security
46+
*[UI]: User Interface
47+
*[UX]: User Experience
48+
*[VPN]: Virtual Private Network
49+
*[W3C]: World Wide Web Consortium
50+
*[XML]: eXtensible Markup Language

0 commit comments

Comments
 (0)