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 operator v0.71.x docs #609

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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