From 0677c647a3b46ba1de872e6f2a5909afa979801e Mon Sep 17 00:00:00 2001 From: Vincent Demeester Date: Wed, 3 Feb 2021 11:27:15 +0100 Subject: [PATCH 1/2] Renaming branches: handling cli repository Changing links to any reference to tektoncd/cli. Signed-off-by: Vincent Demeester --- content/en/docs/Overview/_index.md | 6 +++--- sync/config/cli.yaml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/content/en/docs/Overview/_index.md b/content/en/docs/Overview/_index.md index 90500e91..c52e9601 100644 --- a/content/en/docs/Overview/_index.md +++ b/content/en/docs/Overview/_index.md @@ -54,8 +54,8 @@ Tekton consists of the following components: For example, you can trigger the instantiation and execution of a pipeline every time a PR is merged against a GitHub repository. You can also build a user interface that launches specific Tekton triggers. -- **[Tekton CLI](https://github.com/tektoncd/cli/blob/master/README.md)** provides a command-line interface called `tkn`, built on top - of the Kubernetes CLI, that allows you to interact with Tekton. +- **[Tekton CLI](https://github.com/tektoncd/cli/blob/main/README.md)** provides a command-line interface called `tkn`, built on top + of the Kubernetes CLI, that allows you to interact with Tekton. - **[Tekton Dashboard](https://github.com/tektoncd/dashboard/blob/main/README.md)** is a Web-based graphical interface for Tekton Pipelines that displays information about the execution of your pipelines. It is currently a work-in-progress. @@ -75,7 +75,7 @@ To install Tekton, you need a Kubernetes cluster running a [version of Kubernetes specified for the current Tekton release](https://github.com/tektoncd/pipeline/#want-to-start-using-pipelines). Once installed, you can interact with Tekton using one of the following: -- **[The tkn CLI](https://github.com/tektoncd/cli/blob/master/README.md)**, also known as the Tekton CLI, is the preferred command-line method +- **[The tkn CLI](https://github.com/tektoncd/cli/blob/main/README.md)**, also known as the Tekton CLI, is the preferred command-line method for interacting with Tekton. `tkn` provides a quick and streamlined experience, including high-level commands and color coding. To use it, you only need to be familiar with Tekton. - **[The kubectl CLI](https://kubernetes.io/docs/reference/kubectl/overview/)**, also known as the Kubernetes CLI, provides substantially more diff --git a/sync/config/cli.yaml b/sync/config/cli.yaml index a51592f8..4c1211d2 100644 --- a/sync/config/cli.yaml +++ b/sync/config/cli.yaml @@ -84,10 +84,10 @@ tags: docs: index: README.md include: ['*.md'] -- name: master +- name: main # The name to display on tekton.dev. # helper.py will use this value in the version switcher and other places. - displayName: master + displayName: main # Dict of folders to sync folders: docs: From a217056da1185d95794b644ae5466c328abd0f00 Mon Sep 17 00:00:00 2001 From: Vincent Demeester Date: Wed, 3 Feb 2021 11:26:04 +0100 Subject: [PATCH 2/2] Renaming branches: handling triggers repository Changing links to any reference to tektoncd/triggers. Signed-off-by: Vincent Demeester --- content/en/docs/Overview/_index.md | 4 ++-- sync/config/triggers.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/content/en/docs/Overview/_index.md b/content/en/docs/Overview/_index.md index c52e9601..b7569271 100644 --- a/content/en/docs/Overview/_index.md +++ b/content/en/docs/Overview/_index.md @@ -50,9 +50,9 @@ Tekton consists of the following components: defines a set of Kubernetes [Custom Resources](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/) that act as building blocks from which you can assemble CI/CD pipelines. -- **[Tekton Triggers](https://github.com/tektoncd/triggers/blob/master/README.md)** allows you to instantiate pipelines based on events. +- **[Tekton Triggers](https://github.com/tektoncd/triggers/blob/main/README.md)** allows you to instantiate pipelines based on events. For example, you can trigger the instantiation and execution of a pipeline every time a PR is merged against a GitHub repository. You - can also build a user interface that launches specific Tekton triggers. + can also build a user interface that launches specific Tekton triggers. - **[Tekton CLI](https://github.com/tektoncd/cli/blob/main/README.md)** provides a command-line interface called `tkn`, built on top of the Kubernetes CLI, that allows you to interact with Tekton. diff --git a/sync/config/triggers.yaml b/sync/config/triggers.yaml index b8d78224..7f7cfeaa 100644 --- a/sync/config/triggers.yaml +++ b/sync/config/triggers.yaml @@ -99,10 +99,10 @@ tags: - '*.md' - create-ingress.yaml - create-webhook.yaml -- name: master +- name: main # The name to display on tekton.dev. # helper.py will use this value in the version switcher and other places. - displayName: master + displayName: main # Dict of folders to sync folders: docs: