Skip to content

Commit

Permalink
fix: make preview-docs failing due to missing v2 link (#7766)
Browse files Browse the repository at this point in the history
  • Loading branch information
gsquared94 authored Aug 10, 2022
1 parent 279a840 commit bc7f620
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions docs-v2/content/en/docs/pipeline-stages/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ will not push artifacts to a remote repository.
| [Tag]({{< relref "/docs/pipeline-stages/taggers" >}}) | tag images based on different policies |
| [Test]({{< relref "/docs/pipeline-stages/testers" >}}) | run tests with testers |
| [Deploy]({{< relref "/docs/pipeline-stages/deployers" >}}) | deploy with kubectl, kustomize or helm |
| [Verify]({{< relref "/docs/pipeline-stages/verify" >}}) | verify deployments with specified test containers |
| [File Sync]({{< relref "/docs/pipeline-stages/filesync" >}}) | sync changed files directly to containers |
| [Log Tailing]({{< relref "/docs/pipeline-stages/log-tailing" >}}) | tail logs from workloads |
| [Port Forwarding]({{< relref "/docs/pipeline-stages/port-forwarding" >}}) | forward ports from services and arbitrary resources to localhost |
Expand Down
1 change: 0 additions & 1 deletion docs/content/en/docs/pipeline-stages/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ will not push artifacts to a remote repository.
| [Tag]({{< relref "/docs/pipeline-stages/taggers" >}}) | tag images based on different policies |
| [Test]({{< relref "/docs/pipeline-stages/testers" >}}) | run tests with testers |
| [Deploy]({{< relref "/docs/pipeline-stages/deployers" >}}) | deploy with kubectl, kustomize or helm |
| [Verify]({{< relref "/docs/pipeline-stages/verify" >}}) | verify deployments with specified test containers |
| [File Sync]({{< relref "/docs/pipeline-stages/filesync" >}}) | sync changed files directly to containers |
| [Log Tailing]({{< relref "/docs/pipeline-stages/log-tailing" >}}) | tail logs from workloads |
| [Port Forwarding]({{< relref "/docs/pipeline-stages/port-forwarding" >}}) | forward ports from services and arbitrary resources to localhost |
Expand Down

0 comments on commit bc7f620

Please sign in to comment.