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 ensures 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 authored and tekton-robot committed May 19, 2020
1 parent ebae092 commit 2fde1e0
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 2fde1e0

Please sign in to comment.