Skip to content

Commit 408934a

Browse files
committed
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 ensure the 'Edit this page' and 'Create an issue' links in the sidebar point to the pipeline repo instead of the website repo.
1 parent f8a61ef commit 408934a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ linkTitle: "Tasks and Pipelines"
55
weight: 2
66
description: >
77
Building Blocks of Tekton CI/CD Workflow
8+
cascade:
9+
github_project_repo: https://github.com/tektoncd/pipeline
810
---
911
-->
1012
# Tekton Pipelines
@@ -48,7 +50,7 @@ Tekton Pipelines defines the following entities:
4850

4951
## Getting started
5052

51-
To get started, complete the [Tekton Pipelines Tutorial](https://github.com/tektoncd/pipeline/blob/master/docs/tutorial.md) and go through our
53+
To get started, complete the [Tekton Pipelines Tutorial](https://github.com/tektoncd/pipeline/blob/master/docs/tutorial.md) and go through our
5254
[examples](https://github.com/tektoncd/pipeline/tree/master/examples).
5355

5456
## Understanding Tekton Pipelines

0 commit comments

Comments
 (0)