From 5a0f25c8ababa7981c3f93d846f2acad3240a64c Mon Sep 17 00:00:00 2001 From: Jawed khelil Date: Fri, 22 Nov 2024 13:50:47 +0100 Subject: [PATCH] add operator v0.74.0 docs --- sync/config/operator.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/sync/config/operator.yaml b/sync/config/operator.yaml index 1fa9435f..facaf531 100644 --- a/sync/config/operator.yaml +++ b/sync/config/operator.yaml @@ -29,6 +29,16 @@ archive: https://github.com/tektoncd/operator/tags # header: # optional, no header added if not set # See https://www.docsy.dev/docs/adding-content/navigation/#section-menu tags: + - name: release-v0.74.x + displayName: v0.74.x-LTS + supportEnds: "2025-11-22" # YYYY-MM-DD + # Dict of folders to sync + folders: + docs: + index: README.md + include: ['*.md'] + exclude: + - TektonOperator.md - name: release-v0.73.x displayName: v0.73.x-LTS supportEnds: "2025-10-01" # YYYY-MM-DD