From 50d18af7f368689a490984649d6cf2940d317595 Mon Sep 17 00:00:00 2001 From: Alan Greene Date: Wed, 8 Feb 2023 16:20:00 +0000 Subject: [PATCH] Switch Dashboard to use lts branches --- sync/config/dashboard.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sync/config/dashboard.yaml b/sync/config/dashboard.yaml index 2810217..bba4b00 100644 --- a/sync/config/dashboard.yaml +++ b/sync/config/dashboard.yaml @@ -26,13 +26,13 @@ archive: https://github.com/tektoncd/dashboard/tags # header: # optional, no header added if not set # See https://www.docsy.dev/docs/adding-content/navigation/#section-menu tags: -- name: release-v0.32.x +- name: release-v0.32.x-lts displayName: v0.32.x-LTS folders: docs: index: README.md include: ['*.jpg', '*.md', '*.svg'] -- name: release-v0.30.x +- name: release-v0.30.x-lts displayName: v0.30.x-LTS folders: docs: -- GitLab