From 037f720ea38ad6462c0a857f6bf6a71cbe074bfb Mon Sep 17 00:00:00 2001 From: Alan Greene Date: Fri, 26 Apr 2024 12:45:22 +0100 Subject: [PATCH 1/2] Add Dashboard v0.46 LTS docs and remove EOL releases --- sync/config/dashboard.yaml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/sync/config/dashboard.yaml b/sync/config/dashboard.yaml index ac514f57..daeba5dd 100644 --- a/sync/config/dashboard.yaml +++ b/sync/config/dashboard.yaml @@ -26,8 +26,8 @@ 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.45.x - displayName: v0.45.x +- name: release-v0.46.x-lts + displayName: v0.46.x-LTS folders: docs: index: README.md @@ -50,12 +50,6 @@ tags: docs: index: README.md include: ['*.jpg', '*.md', '*.svg'] -- name: release-v0.35.x-lts - displayName: v0.35.x-LTS - folders: - docs: - index: README.md - include: ['*.jpg', '*.md', '*.svg'] - name: main displayName: main folders: From fefd9ad053c150312cdb144d63ca3b19b77c39a0 Mon Sep 17 00:00:00 2001 From: Alan Greene Date: Thu, 23 May 2024 13:29:18 +0100 Subject: [PATCH 2/2] Add Dashboard v0.47 docs --- sync/config/dashboard.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sync/config/dashboard.yaml b/sync/config/dashboard.yaml index daeba5dd..154a847b 100644 --- a/sync/config/dashboard.yaml +++ b/sync/config/dashboard.yaml @@ -26,6 +26,12 @@ 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.47.x + displayName: v0.47.x + folders: + docs: + index: README.md + include: ['*.jpg', '*.md', '*.svg'] - name: release-v0.46.x-lts displayName: v0.46.x-LTS folders: