Skip to content

Commit 8540e67

Browse files
authored
Merge pull request #25004 from celestehorgan/techdocs-7
Use k8s more widely
2 parents 5207862 + cf76faf commit 8540e67

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

content/en/_index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

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

1313
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.
1414
{{% /blocks/feature %}}
@@ -28,7 +28,7 @@
2828
{{% /blocks/feature %}}
2929

3030
{{% blocks/feature image="suitcase" %}}
31-
#### Run Anywhere
31+
#### Run K8s Anywhere
3232

3333
Kubernetes is open source giving you the freedom to take advantage of on-premises, hybrid, or public cloud infrastructure, letting you effortlessly move workloads to where it matters to you.
3434

content/en/docs/contribute/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
content_type: concept
3-
title: Contribute to Kubernetes docs
3+
title: Contribute to K8s docs
44
linktitle: Contribute
55
main_menu: true
66
no_list: true
77
weight: 80
88
card:
99
name: contribute
1010
weight: 10
11-
title: Start contributing
11+
title: Start contributing to K8s
1212
---
1313

1414
<!-- overview -->

content/en/docs/home/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ cards:
3232
button: "View Tutorials"
3333
button_path: "/docs/tutorials"
3434
- name: setup
35-
title: "Set up a cluster"
35+
title: "Set up a K8s cluster"
3636
description: "Get Kubernetes running based on your resources and needs."
3737
button: "Set up Kubernetes"
3838
button_path: "/docs/setup"
@@ -57,7 +57,7 @@ cards:
5757
button: Contribute to the docs
5858
button_path: /docs/contribute
5959
- name: release-notes
60-
title: Release Notes
60+
title: K8s Release Notes
6161
description: If you are installing Kubernetes or upgrading to the newest version, refer to the current release notes.
6262
button: "Download Kubernetes"
6363
button_path: "/docs/setup/release/notes"

0 commit comments

Comments
 (0)