Skip to content

Commit

Permalink
Merge pull request #3169 from nkubala/workflow-docs
Browse files Browse the repository at this point in the history
[docs] Working With Skaffold
  • Loading branch information
balopat authored Nov 5, 2019
2 parents 22c108f + b464278 commit e3a4fe3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
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

0 comments on commit e3a4fe3

Please sign in to comment.