Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Dashboard v0.46 LTS and v0.47 docs and remove EOL releases #600

Merged
merged 2 commits into from
May 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
16 changes: 8 additions & 8 deletions sync/config/dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,14 @@ archive: https://github.com/tektoncd/dashboard/tags
# header: <dict> # 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.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:
docs:
index: README.md
Expand All @@ -50,12 +56,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:
Expand Down