Skip to content

Commit 1612332

Browse files
authored
Merge pull request #46098 from katcosgrove/update-style-guide
Update style guide
2 parents 05c5a37 + 56b5dc7 commit 1612332

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

content/en/_index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
{{< blocks/section id="oceanNodes" >}}
1212
{{% blocks/feature image="flower" %}}
13-
[Kubernetes]({{< relref "/docs/concepts/overview/" >}}), also known as K8s, is an open-source system for automating deployment, scaling, and management of containerized applications.
13+
[Kubernetes]({{< relref "/docs/concepts/overview/" >}}), also known as K8s, is an open source system for automating deployment, scaling, and management of containerized applications.
1414

1515
It groups containers that make up an application into logical units for easy management and discovery. Kubernetes builds upon [15 years of experience of running production workloads at Google](http://queue.acm.org/detail.cfm?id=2898444), combined with best-of-breed ideas and practices from the community.
1616
{{% /blocks/feature %}}

content/en/docs/contribute/style/style-guide.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,8 @@ Kubernetes | Kubernetes should always be capitalized.
328328
Docker | Docker should always be capitalized.
329329
SIG Docs | SIG Docs rather than SIG-DOCS or other variations.
330330
On-premises | On-premises or On-prem rather than On-premise or other variations.
331+
cloud native | Cloud native or cloud native as appropriate for sentence structure rather than cloud-native or Cloud Native.
332+
open source | Open source or open source as appropriate for sentence structure rather than open-source or Open Source.
331333
{{< /table >}}
332334

333335
## Shortcodes

0 commit comments

Comments
 (0)