Skip to content

Commit

Permalink
add operator v0.71.x docs
Browse files Browse the repository at this point in the history
Signed-off-by: Jeeva Kandasamy <jkandasa@redhat.com>
  • Loading branch information
jkandasa committed Jun 6, 2024
1 parent 96a6320 commit fd56a0c
Showing 1 changed file with 15 additions and 10 deletions.
25 changes: 15 additions & 10 deletions sync/config/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ archive: https://github.com/tektoncd/operator/tags
# To add a new version, append to the list as below
# - name: vX.Y.Z
# displayName: vX.Y.Z
# # supportEnds is not used anywhere.
# # supportEnds can be used to remove(manually) outdated versions from docs
# supportEnds: YYYY-MM-DD
# folders:
# docs:
# target: '' # optional, default value ''
Expand All @@ -26,37 +29,39 @@ archive: https://github.com/tektoncd/operator/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.70.x
displayName: v0.70.x
- name: release-v0.71.x
displayName: v0.71.x-LTS
supportEnds: "2025-06-06" # YYYY-MM-DD
# Dict of folders to sync
folders:
docs:
index: README.md
include: ['*.md']
exclude:
- TektonOperator.md
- name: release-v0.69.x
displayName: v0.69.x
- name: release-v0.70.x
displayName: v0.70.x-LTS
supportEnds: "2025-02-21" # YYYY-MM-DD
# Dict of folders to sync
folders:
docs:
index: README.md
include: ['*.md']
exclude:
- TektonOperator.md
- name: release-v0.68.x
displayName: v0.68.x
- name: release-v0.69.x
displayName: v0.69.x-LTS
supportEnds: "2024-12-28" # YYYY-MM-DD
# Dict of folders to sync
folders:
docs:
index: README.md
include: ['*.md']
exclude:
- TektonOperator.md
- name: release-v0.67.x
# The name to display on tekton.dev.
# helper.py will use this value in the version switcher and other places.
displayName: v0.67.x
- name: release-v0.68.x
displayName: v0.68.x-LTS
supportEnds: "2024-09-22" # YYYY-MM-DD
# Dict of folders to sync
folders:
docs:
Expand Down

0 comments on commit fd56a0c

Please sign in to comment.