Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[docs] Working With Skaffold #3169

Merged
merged 2 commits into from
Nov 5, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions docs/content/en/docs/workflows/_index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Common Workflows"
linkTitle: "Common Workflows"
weight: 3
title: "Working With Skaffold"
linkTitle: "Working With Skaffold"
weight: 1
---

{{< todo 3074>}} paragraph about the identified use cases for skaffold
Expand All @@ -10,3 +10,4 @@ weight: 3
|----------|---|
| [`skaffold dev`]({{< relref "dev.md" >}}) | Continuous development with `skaffold dev` |
| [`skaffold debug`]({{< relref "debug.md" >}}) | Debugging your application on-cluster with `skaffold debug` |
| [`CI/CD with skaffold`]({{< relref "ci-cd.md" >}}) | CI/CD integration with Skaffold |
2 changes: 1 addition & 1 deletion docs/content/en/docs/workflows/ci-cd.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "CI/CD with Skaffold"
linkTitle: "CI/CD with Skaffold"
weight: 20
weight: 30
---

Skaffold offers several sub-commands for its workflows that make it quite flexible when integrating with CI/CD pipelines.
Expand Down
2 changes: 1 addition & 1 deletion docs/content/en/docs/workflows/debug.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Debugging with Skaffold"
linkTitle: "Debugging"
weight: 10
weight: 20
---

{{< alert title="Note" >}}
Expand Down
2 changes: 1 addition & 1 deletion docs/content/en/docs/workflows/dev.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "skaffold dev"
linkTitle: "Continuous development"
weight: 1
weight: 10
---

`skaffold dev` enables continuous local development on an application.
Expand Down