Skip to content

Commit

Permalink
docs: update skaffold v2 intro text to have correct expanded scope (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-prindle authored Oct 17, 2022
1 parent 6aadc73 commit 26c7cf6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs-v2/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ id = "UA-120945544-1"
[languages]
[languages.en]
title = "Skaffold"
description = "Easy and Repeatable Kubernetes Development"
description = "Easy and Repeatable Container & Kubernetes Development"
languageName ="English"
# Weight used for sorting.
weight = 1
Expand Down
4 changes: 2 additions & 2 deletions docs-v2/content/en/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
Fast. Repeatable. Simple.
</div>
<div class="title row" id="fadein">
Local Kubernetes Development.
Container & Kubernetes Development.
</div>
<div class="row mt-4">
<div class="col-sm-8">
Expand Down Expand Up @@ -101,7 +101,7 @@ <h4 class="h3 mb-4">Works Everywhere</h4>
<i class="far fa-gem"></i>
</div>
<h4 class="h3 mb-4">Feature Rich</h4>
<p class="mb-0 text-left">Skaffold has many essential features for Kubernetes-native development, including
<p class="mb-0 text-left">Skaffold has many essential features for container & Kubernetes development, including
policy-based image tagging, resource port-forwarding and logging, file syncing, and much more.</p>
</div>

Expand Down
6 changes: 3 additions & 3 deletions docs-v2/content/en/docs/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ no_list: true
</p>
</div>

Skaffold is a command line tool that facilitates continuous development for
Kubernetes-native applications. Skaffold handles the workflow for building,
Skaffold is a command line tool that facilitates continuous development for container based &
Kubernetes applications. Skaffold handles the workflow for building,
pushing, and deploying your application, and provides building blocks for
creating CI/CD pipelines. This enables you to focus on iterating on your
application locally while Skaffold continuously deploys to your local or remote
Kubernetes cluster.
Kubernetes cluster, local Docker environment or Cloud Run project.

## Features

Expand Down
2 changes: 1 addition & 1 deletion installers/windows/skaffold.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
!define WEB_SITE "https://skaffold.dev"
!define VERSION "$%SKAFFOLD_VERSION%"
!define COPYRIGHT "Google Skaffold Authors, 2021"
!define DESCRIPTION "Fast. Repeatable. Simple. Local Kubernetes Development"
!define DESCRIPTION "Fast. Repeatable. Simple. Container & Kubernetes Development"
!define INSTALLER_NAME "skaffold_installer.exe"
!define MAIN_APP_EXE "skaffold.exe"
!define ICON "..\..\docs\static\favicons\favicon.ico"
Expand Down

0 comments on commit 26c7cf6

Please sign in to comment.