From 7371282473f4111efa032cd11db93a25ef82a99f Mon Sep 17 00:00:00 2001 From: Alan Greene Date: Mon, 18 May 2020 16:57:02 +0100 Subject: [PATCH] Fix 'Edit this page' and 'Create an issue' links on the website Add a cascading page property to the frontmatter of docs/README.md that will apply to all child pages displayed in the pipeline section of the docs on the website. This ensures the 'Edit this page' and 'Create an issue' links in the sidebar point to the pipeline repo instead of the website repo. --- docs/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 5e0eee335ad..472045d96f0 100644 --- a/docs/README.md +++ b/docs/README.md @@ -5,6 +5,8 @@ linkTitle: "Tasks and Pipelines" weight: 2 description: > Building Blocks of Tekton CI/CD Workflow +cascade: + github_project_repo: https://github.com/tektoncd/pipeline --- --> # Tekton Pipelines @@ -48,7 +50,7 @@ Tekton Pipelines defines the following entities: ## Getting started -To get started, complete the [Tekton Pipelines Tutorial](https://github.com/tektoncd/pipeline/blob/master/docs/tutorial.md) and go through our +To get started, complete the [Tekton Pipelines Tutorial](https://github.com/tektoncd/pipeline/blob/master/docs/tutorial.md) and go through our [examples](https://github.com/tektoncd/pipeline/tree/master/examples). ## Understanding Tekton Pipelines