Skip to content
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
17 changes: 10 additions & 7 deletions config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,27 +88,30 @@ menu:
- name: "Tasks and Pipelines"
url: "/docs/pipelines/"
weight: 5
- name: "Pipelines-as-Code"
url: "/docs/pipelines-as-code/"
weight: 6
- name: "Triggers and EventListeners"
url: "/docs/triggers/"
weight: 6
weight: 7
- name: "Command-Line Interface"
url: "/docs/cli/"
weight: 7
weight: 8
- name: "Supply Chain Security"
url: "/docs/chains/"
weight: 8
weight: 9
- name: "Operator"
url: "/docs/operator/"
weight: 9
weight: 10
- name: "Dashboard"
url: "/docs/dashboard/"
weight: 10
weight: 11
- name: "Results"
url: "/docs/results/"
weight: 11
weight: 12
- name: "Pruner"
url: "/docs/pruner/"
weight: 12
weight: 13
- name: "Contribute"
url: "/docs/contribute/"
weight: 100
18 changes: 18 additions & 0 deletions content/en/docs/Pipelines-as-Code/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!--
---
title: "Pipelines-as-Code"
linkTitle: "Pipelines-as-Code"
weight: 6
description: >
Git-native CI/CD with Tekton
---
-->

Pipelines-as-Code brings a Git-native CI/CD experience to Tekton. Define your
pipeline definitions as code in your repository and have them automatically
triggered by events such as pull requests and pushes.

Pipelines-as-Code supports GitHub, GitLab, Bitbucket, and other Git providers.

Full documentation is available at
[pipelinesascode.com/docs](https://pipelinesascode.com/docs/).