diff --git a/sync/config/pipelines.yaml b/sync/config/pipelines.yaml index 734afa1d..9b305384 100644 --- a/sync/config/pipelines.yaml +++ b/sync/config/pipelines.yaml @@ -30,6 +30,30 @@ 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.20.0 + # The name to display on tekton.dev. + # sync.py will use this value in the version switcher and other places. + displayName: v0.20.0 + # Dict of folders to sync + folders: + docs: + index: README.md + include: ['*.md'] + exclude: + - api-spec.md + - tutorial.md +- name: v0.19.0 + # The name to display on tekton.dev. + # sync.py will use this value in the version switcher and other places. + displayName: v0.19.0 + # Dict of folders to sync + folders: + docs: + index: README.md + include: ['*.md'] + exclude: + - api-spec.md + - tutorial.md - name: v0.18.1 # The name to display on tekton.dev. # sync.py will use this value in the version switcher and other places.