Skip to content

Commit

Permalink
Fix 'Edit this page' and 'Create an issue' links on the website
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
AlanGreene committed May 18, 2020
1 parent f8a61ef commit 408934a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 408934a

Please sign in to comment.