From bfc585132ff243bcb5da8401ccdca9a03b2b8b9e Mon Sep 17 00:00:00 2001 From: Alan Greene Date: Tue, 12 Jul 2022 16:03:42 +0100 Subject: [PATCH] Add Dashboard v0.28 docs to sync config --- sync/config/dashboard.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sync/config/dashboard.yaml b/sync/config/dashboard.yaml index da284d2..87172bf 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.28.x + displayName: v0.28.x + folders: + docs: + index: README.md + include: ['*.jpg', '*.md', '*.svg'] - name: release-v0.27.x displayName: v0.27.x folders: -- GitLab