From 75f4208ce3c78d4af8006867c479123df31479e4 Mon Sep 17 00:00:00 2001 From: Priti Desai Date: Wed, 10 Mar 2021 11:56:14 -0800 Subject: [PATCH] Pipeline docs v0.22.0 --- sync/config/pipelines.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/sync/config/pipelines.yaml b/sync/config/pipelines.yaml index a410713..5be948b 100644 --- a/sync/config/pipelines.yaml +++ b/sync/config/pipelines.yaml @@ -30,6 +30,18 @@ archive: https://github.com/tektoncd/pipeline/tags # header: # optional, no header added if not set # See https://www.docsy.dev/docs/adding-content/navigation/#section-menu tags: +- name: v0.22.0 + # The name to display on tekton.dev. + # sync.py will use this value in the version switcher and other places. + displayName: v0.22.0 + # Dict of folders to sync + folders: + docs: + index: README.md + include: ['*.md'] + exclude: + - api-spec.md + - tutorial.md - name: v0.21.0 # The name to display on tekton.dev. # sync.py will use this value in the version switcher and other places. -- GitLab